Search Results

Type: Posts; User: huchaonian

Search took 0.01 seconds.
  1. Thread: About 2.0

    by huchaonian
    Thanks a lot to you for your help.
  2. Thread: About 2.0

    by huchaonian
    In 2.0, there are Live Search Grid demos do?
  3. Thread: About 2.0

    by huchaonian
    I want to know 2.0 is based on the ext js 4.1 do? 2.0 will continue to open it? Its name is also called ext.net it?
  4. What great news!
  5. Thank you for your reply,In previous versions of this method "getChecked" is running, but not in 1.0 rc1 version,

    I think I have to change the original code, replace "getChecked" method with...
  6. <ext:TreePanel Shadow="None" UseArrows="true" AutoScroll="true" Layout ="fit" RootVisible="false" runat="server" Icon="Accept" ID="gnmk" AnchorHorizontal="100%" AnchorVertical ="-80">
    ...
  7. <ext:TreePanel Shadow="None" UseArrows="true" AutoScroll="true" Layout ="fit" RootVisible="false" runat="server" Icon="Accept" ID="gnmk" AnchorHorizontal="100%" AnchorVertical ="-80">
    ...
  8. <ExtraParams >
    <ext:Parameter Name="checks" Value ="#{gnmk}.getChecked('id')" Mode ="Raw" Encode ="true" >
    </ext:Parameter>
    </ExtraParams>




    in the c# codebehind
  9. where Support Team?
  10. Who know?Hello?
  11. c # is written like this



    Ext.Net.TreeNode zxsnode = new Ext.Net.TreeNode();

    zxsnode.NodeID = bmbhstr;
    zxsnode.Text = bmmcstr;
  12. using javascript add a new treenode to a treegrid (not c# code Behind),How can I do?

    Thanks
  13. Hi,


    I tried to do(javascript) :


    var cnode=bmtreegrid.getNodeById(bmbh); //bmtreegrid is a treegrid

    cnode.beginUpdate();
    cnode.attributes['bmmc']=bmmc; //set the bmmc attribute...
Results 1 to 13 of 13