Search Results

Type: Posts; User: gs_user

Page 1 of 5 1 2 3 4
Search took 0.02 seconds.
  1. Hi, Daniil

    it works, thanks.

    BTW, if I the TextField id is dynamic, how can change the code ?
  2. I have a page, ex main.aspx, open a child window , and child return some value. The code of main.aspx are following :


    <ext:TextField runat="server" ID="tfFac" X="0" Y="140"...
  3. It's worked, thank you
  4. Hi,
    We have to change tree node font size
    Set tree node cls = "large-font"
    css can not work, how to resolve?



    <style type="text/css">
    .large-font .x-tree-node { font-size: 14px;...
  5. Hi,

    We have to change theme color, How to change?
  6. When i update the newest DLL

    the Negative number, Comma will be disappear,

    How to Solve this problem?




    <%@ Page Language="C#" %>
  7. Thanks a million.
  8. I have seen this sample.
    But i can't export any thing....
    What's the problem?

    Did you try?



    <%@ Page Language="C#" %>
  9. Can you give me a sample?
  10. Hi Daniil,

    i do't want to modify xls,
    my code export data format is wrong?
  11. Hello!

    i want to export column text.
    in the To Excel 2 button, what's the problem?
    how to do it ?




    <%@ Page Language="C#" %>
  12. Thanks,it'is work
  13. when i bulid TreePanel in dynamic
    itemclick is not work, why?

    chang another road..
    how to add Listeners in dynamic?
    Is TreePanel1.AddListener("ItemClick", "addTab(#{tpMain}, record)");
    it is...
  14. How can i dynamic parameter like

    <ext:JsonPProxy Url="http://api.ext.net/log/get/USA">
    or

    <ext:JsonPProxy Url="http://api.ext.net/log/get/Australia">
  15. OK.. i see
  16. What is the problem?
    When i use gridpanel Locked="true" , it's blank?



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

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
  17. thanks~
    it's work。
  18. Thank you for your reply

    How to do that in client side?

    what's the function?

    App.Store1.select(record.id)??
  19. YES,I'm update from trunk...
    but still not auto select
  20. i'm use the Latest 2.2 release
    still not auto-select..
  21. Is this a bug?

    in this sample, after i click any row's Delete icon, the row is selected
    https://examples2.ext.net/#/GridPanel/Commands/Row_Command/

    but when i copy to my computer
    when i click...
  22. hi :

    I am sorry...



    <%@ Page Language="C#" %>
    <%@ Import Namespace="System.Data" %>
    <%@ Import Namespace="System.Xml" %>
    <%@ Import Namespace="System.Xml.Xsl" %>
  23. hi :
    Can i Use ascii conversion ? look for English and numerical?
    You can copy my Word : 台灣
    台灣 = 4 bytes
    台 = 2 bytes
    灣 = 2 bytes
    台灣 (2 character)


    MaxLength =...
  24. (1)
    I use NumberField, but why can use input Chinese characters?
    Or two keyboard character combinations, such as : ( shift + # = [#]) , (shift + @ = [@] ), (電話)
    (2)
    TextField character length...
  25. Thank you,it's work
Results 1 to 25 of 117
Page 1 of 5 1 2 3 4