Search Results

Type: Posts; User: EddieJensen

Search took 0.01 seconds.
  1. Hi,

    I have a project using Ext.Net 2.2 and MVC 3. I had to upgrade to MVC 4, and now when I start up the webpage an exception is thrown in this function on the last line here:



    public static...
  2. replaced code with:


    tree.getView().focusRow(node);

    works perfectly! Thank you very much :)
  3. Hi Everyone,
    I'm using Razor and MVC3, Ihave a couple of tree panels and I want to be able to highlight a node in the tree and have the panel scroll to that node and display it automatically.

    In...
  4. Hi Daniil,

    Thanks for your reply. I think what you are trying to say is: the regex function is working, but my regex is wrong, because your test returns true.

    How about this example:

    ...
  5. Hi,

    I am working with a C# app using MVC and Ext.Net in Razor views.
    I have a text field:


    .Add(Html.X().TextField()
    .FieldLabel("Mobile")
    ...
  6. Daniil, thanks for your reply. That was the problem and it's working perfectly now, thanks a lot :)
  7. Hi all,

    I am having a problem with the grid panel, when I use a date column some of the dates are not being rendered correctly.
    I have built a little demo that demonstrates the problem. What...
  8. Hi,

    I am using the latest code from svn, V2.2 (beta!)
    I have a floating window with a few panels in it. This window has it's own resize event function that positions the panels in it on resize, I...
  9. Hi,

    I am using the latest Ext.Net code, I have just synchronized to make sure this isn't fixed already.
    I have a buffered data grid using client side sorting and filtering. Since starting to use...
  10. it was the proxy settings! duh, thanks very much for your help :)
  11. Hi I have a noob problem :)

    Basically it's the same problem that people are experiencing in this thread:
    http://forums.ext.net/showthread.php?9414-Connecting-to-SVN-server

    I have been sent a...
  12. Hi Geoffrey and Daniil,

    Geoffrey: I know that 5000 row's is a lot, however this is the upper limit of what would be in the grid. More realistically we are looking at several hundred to a thousand...
  13. Hi everyone :)


    I am new to Ext.JS/Net and javascript and web programming in general so I have probably made lots of newbie mistakes.
    I am going to include a fair bit of detail so that I don't...
Results 1 to 13 of 13