Search Results

Type: Posts; User: jwf

Page 1 of 7 1 2 3 4
Search took 0.01 seconds.
  1. The other environments where we are using this key in production are using 1.x or 2.x versions of the framework. This is the first project we've used 3.2 for. I'd appreciate it if you could send my...
  2. I was not able to get my project to run with the SVN build, as the servers are missing too many dlls required by the project. However I was able to do some logging in the page_load of my project.
    ...
  3. Hello,

    I have an application pushed to a pair of load balanced servers. Both servers have identical builds including a web.config with our license key in the web.config and also pushed into the...
  4. Thanks Daniil. For anyone else experiencing the issue, I was able to get my project to run successfully by following these steps:

    1) In nuget console, run Uninstall-Package Newtonsoft.Json -Force...
  5. I am dealing with a framework breaking bug which renders the entire nuget package unusable for code-behind manipulation of ext.net forms controls. I believe it may be related to changes in the latest...
  6. I have a related and similar issue. Trying to call methods on controls from directevent code-behind throws the same ArgumentNullException from Newtonsoft.Json: Reference resolver cannot be null.
    ...
  7. Hello,

    I have a requirement to render a set of radio buttons in a particular visual design - specifically, with a horizontal rule between the first and remaining items. I could not find a way to...
  8. Thank you for the quick answer and explanation. I'll look forward to the blog post and new docs system. You can close this request.
  9. I have a DirectEvent which uses a confirmation message before deleting a record. I wanted to update the message to reflect the title of the record to be deleted. I found a way to do it, but only by...
  10. Hi Daniil,

    Thanks for the advice, it led me to using the sort function and creating my own custom comparer. You can mark this thread as closed.
  11. Well, if the user drags the node over the bottom most folder (+icon) it should append it to that folder's children. However if the user drags it below, it should append it to the root. As it stands,...
  12. Hello!

    Please consider this example:


    <!DOCTYPE html>


    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
  13. Hello! I'm working on a TreePanel interface and I'm not sure how to achieve a piece of functionality. I'm sure there's a way to do, but I haven't been able to find it in the docs.

    Please consider...
  14. Update: I was able to resolve my issues once I found this example https://examples2.ext.net/TreePanel/Loaders/Using_Handler/ and modified my approach. The root node is now defined in the layout, and...
  15. Hi Daniil,

    First off, thanks for the tip about the TreeColumns. I saw the first one and then just spammed out the rest without seeing that they were different. I've corrected that issue, but also...
  16. Hello,

    I'm making my first TreePanel in Ext.NET 2.2. I'm doing something wrong and getting buggy behavior from the control.

    The panel defines a store which retrieves node data from an...
  17. Fiddler shows the same thing. For whatever reason, the editor content is not being submitted with the form. I'm just going to have to use the script methods to work around it for now. Thanks for your...
  18. I used IE's Network monitor in the F12 developer tools.

    The Request body appeared to be a large URL-encoded JSON object titled submitDirectEventConfig. Here is the relevant material from that...
  19. Thanks for the tips.

    In addition to the setting problem, I cannot get edited content directly from the server control either. As such, I'm using the following to do an end-run around the postback:...
  20. Hoping this will help!

    Note - this project targets .NET 4.0

    Test.aspx:

    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Test.aspx.cs" Inherits="MyNamespace.Test" %>

    <%-- Ext.NET...
  21. Hi Geoff,

    Thanks for your reply. I found a thread of yours elsewhere listing a series of possibilities, including .Update, .UpdateContent, and .Render. Unfortunately in each case I got a...
  22. Is it possible?

    Pseudo-code:


    <ext:panel>
    <content>
    <telerik:RadEditor />
    </content>
    <listeners>
  23. Thanks for responses.

    For now, suspending the events is acceptable. You can close this thread or leave it open if you wish to pursue performance enhancements for this type of strategy.
  24. I think I have found a true solution, after reading this page: http://www.sencha.com/forum/showthread.php?153565-ExtJS-Performance-Best-Practices/page2

    I think what is happening is that after each...
  25. I am using 2.1 via nuget.

    Also my jquery solution was not as clever as I thought, as it seems to break subsequent displays of the group. So I still need some help solving this :)
Results 1 to 25 of 173
Page 1 of 7 1 2 3 4