Search Results

Type: Posts; User: sharif

Page 1 of 6 1 2 3 4
Search took 0.03 seconds.
  1. I get an error on grid when the selection mode set to Cell and the user hit enter key. I cannot change the selection mode to the Row user requirement.
    How can I disable the enter key so it won?t...
  2. This code will produce the same problem If you change the language . I don't use the locale on the script because I don't want to change the value format I just want to change the lable to show in...
  3. Hi,
    I get an error on CheckRange method in NumberFieldBase.cs. I work fine when I use English or Spanish but when I use Portuguese I get the following Exception
    Input string was not formatted...
  4. Thanks Daniil
    How can change the default expand and collapse to show plus and minus
  5. hi,

    I am building treegrid from code behind. Everything is working fine except chaning the Icon.

    I thought if I add this line it will change the icon treeNode.Icon = Icon.UserGray but it just...
  6. I got it Fixed. Move I added code behind and
    I added this line of code at the top of the userconrol

    [DirectMethodProxyID(IDMode = DirectMethodProxyIDMode.Alias, Alias = "Test")]


    Thank you...
  7. the javascript is on the usercontol not on the page. when I add the user control name to the method call I get an error


    System.Exception: The static DirectMethod '' has not been defined. at...
  8. <%@ Page Language="C#" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    <%@ Register Src="~/test.ascx" TagName="test1" TagPrefix="uc" %>
    <!DOCTYPE html PUBLIC...
  9. Direct Methods with return doesn't work in user control. it throw javascript error. It cannot find the server method.
  10. hi guys.

    I am try to build treegrid when the User click on button. the page will call Direct event.

    The tree will build fine when I build it in the page onload but if I try to do the...
  11. you must posted your reply while I Was wrting:))
    thanks
  12. I will need to add the listener to every node. If I load it the tree from Database I will add the listner to each node dynamiclly too
  13. thanks Daniil ,
    It is good but this apply to parent level. how would apply to every node

    thanks
  14. I want use the node cllick to expand children and details.
  15. hi,

    how can I add Command column to treegrid. I want to open new window when the the user click on one of the row.
  16. Hi guys,
    I am looking for example how to domically load data to build TreeGrid with row edit option or row command. All example I saw load static treegrid data

    Thanks
    ...
  17. Hi guys,
    I am looking for example how to domically build TreeGrid with row edit option. All example I saw load static treegrid data

    Thanks
    ...
  18. The second and third throw an error

    Object reference not set to an instance of an object.




    <%@PageLanguage="C#" %>
    <%@RegisterAssembly="Ext.Net"Namespace="Ext.Net"TagPrefix="ext" %>...
  19. Hi Guys,

    I have a hidden field store xml data. when I post the form using
    DirectEvent I get javascript error. The format string is invalid.

    if (isNaN(argNumber)) throw...
  20. Hi guys,

    I have radio group with 3 options. I see each radio button has the same width with make 1 and 2 close to each other but there will be more space between the second and the third because...
  21. hi,

    I was using confirm box if the user click yes I want to return true else false. The function I wrote It return the value befor the user action

    I don't know why. It doesn't wait for the...
  22. hi,

    when I use command column the star image get cut off


    <%@ Page Language="C#" %>

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>

    <script runat="server">
  23. Thank you so much. How can I use the tooltip? If I have 3 stars when the user hover on the first tooltip will show Low, second Midium, and Third High

    Thank you again
  24. thanks I will try to add it. I didn't happen with other .Net project when I looked online I found other people have the same issue related to third party tools
  25. Hi guys,

    Is it possible to use rating control like AJAX toolkit inside a ext.net grid?

    thanks
Results 1 to 25 of 130
Page 1 of 6 1 2 3 4