Search Results

Type: Posts; User: ShengXQ

Search took 0.01 seconds.
  1. 1.double click the cell ,Enter the edit mode
    2.change the value
    3.click the next row ,cell the end of the editing is so slow
    By the way, Expanded or collapsed grouping is particularly slow
    I...
  2. hi:
    when on the javascript ,App.grid1.getStore().collect('name') have a error "TypeError: Object [object Array] has no method 'collect'",
    i read the code of App.grid1.getStore().collect

    ...
  3. Ext.net 2.1.1
    浏览器 chrome 26.0.1410.64 m
  4. Hi:
    i am test the examples :https://examples2.ext.net/#/GridPanel/Plugins/GroupingSummary/
    but hace change:


    <%@ Page Language="C#" %>
    <%@ Import Namespace="System.Collections.Generic" %>...
  5. first,thank you!

    but setStyle can`t keeping the color
  6. on Ext.net 2.x, how to do set gridpanel cell background-color
  7. on Ext.net 1.x can use this code to set gridpanel cell background-color

    Ext.fly(GridPanel1.getView().getCell(rowIndex, 2)).setStyle('background-color', 'red');
    but on Ext.net 2.x,how to do,thanks
  8. <Select Handler="function(e){alert(e.getValue())}" />
    on select event,can get value "Idaho"
  9. <SpecialKey Handler="if(e.getCharCode()==e.ENTER){Ext.getCmp('tf_name').focus();Ext.getCmp('cb_type').triggerBlur();}" delay="100"/>
    i find answer
    Ext.getCmp('cb_type').triggerBlur();
    delay="100"
  10. is it bug?
  11. new object[]{"AL", "Alabama", "The Heart of Dixie"},
    new object[] { "AL", "Idaho", "The Land of the Midnight Sun"},

    the key of reproduce this problem is the same "AL"
  12. Does anyone help me, thank you
  13. Ext.net 2.1.1.1867
  14. I have one TextField id='TF_name'
    and one ComboBox id='CB_type'

    when ComboBox is focus , by javascript can set TextField focus
    but ComboBox can't Blur

    when ComboBox is focus,press...
  15. <%@ Page Language="C#" %>

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    <script runat="server">
    protected void Page_Load(object sender, EventArgs e)
    {
    ...
  16. hi,thanks
    I think in blur event or SpecialKey event , get the value
    SpecialKey event when Enter key press

    but when Enter key press ,in SpecialKey event ,Can get the value,Then in a blur event...
  17. Thread: v2.0 Download

    by ShengXQ
    can you mail to me " ext.net 2.0 " chbsxq@163.com thank you!
  18. ext.net 2.0 When can be freely downloaded
    thanks
Results 1 to 18 of 18