Search Results

Type: Posts; User: agonzalez

Search took 0.01 seconds.
  1. When loading user controls dynamically I cant use direct events defined in the usercontrol ascx. i have seen in the forums workarounds to recreate user controls on every request but that is not...
  2. Hello!

    I'm trying to disable a tree node from the client or server side, but I can't find any method to do this. I was researching about this and I found the following post:...
  3. It would be nice if you create a visual studio plugin designer to create ext.net UI interfaces from a GUI designer similar to Sencha Architect product without writting any code, it will generate the...
  4. <%@ Page Language="C#" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
  5. Yes, I am using ext.net v1.3

    Can you post an example how to save and restore treegrid position and how to scroll to the end?. Thanks.
  6. I have a treegrid that is filled every 5 seconds by this way:


    Ext.net.DirectMethods.RefreshLogTree({
    eventMask: {
    showMask: false
    },
    success: function (result) {
    ...
  7. Hi,

    We want to remove timeouts for all PageTreeLoader and set a global timeout configuration for all tags in our application.


    <ext:PageTreeLoader OnNodeLoad="NodeLoad" Timeout="18000">
    ...
  8. Hi, we are looking for a ext.net developer or software factory with lot of experience in v1.X and v2.X to help on a migration project.

    You must have strong communication skills and be able to take...
  9. Hi dotnet, Could you send me your contact details?
  10. Hi Daniil,

    The TreeGrid works perfectly!!

    Thank you.
  11. Hi Daniil

    Here you are the code fixed. Please take a look, and help me please.



    <%@ Page Language="C#" AutoEventWireup="true" %>
    <%@ Import Namespace="Ext.Net" %>
    <%@ Register...
  12. Hi Daniil,

    I found the problem, the treegrid works properly, below you'll see a sample code with the logic to test it

    You'll see a card layout composed with two panels, the first panel contains...
  13. Hi for all,
    I'm trying to load a treegrid node like this example:https://examples1.ext.net/#/TreePanel/Basic/Refresh_Static_Tree/

    I have worked hard with this control in others pages of our...
  14. I have the same problem with testing tools. How can I configure ext.net to generate static ids?
  15. Hi,

    I am looking for tool to record and replay automated GUI testing. Anyone could recommend which tools work best with ext.net (selenium, hp quicktest, telerik, etc... ) and some tutorial on this...
Results 1 to 15 of 15