[CLOSED] Tabbing issue on editable grid

  1. #1

    [CLOSED] Tabbing issue on editable grid

    Hello,

    we have a gridpanel like this:

    <Plugins>
                                                    <ext:EditableGrid ID="egGDNewRates" runat="server" />
                                                </Plugins>
                                                <ColumnModel ID="cmGDNewRates" runat="server">
                                                    <Columns>
                                                        <ext:Column DataIndex="BillRuleRateEntryId" Hidden="true" />
                                                        <ext:Column DataIndex="LabelName" />
                                                        <ext:Column DataIndex="ClientRateValue">
                                                            <Editor>
                                                                <ext:NumberField ID="nmbClientRateValue" runat="server" />
                                                            </Editor>
                                                        </ext:Column>
                                                        <ext:Column DataIndex="VendorRateValue">
                                                            <Editor>
                                                                <ext:NumberField ID="nmbVendorRateValue" runat="server" />
                                                            </Editor>
                                                        </ext:Column>
                                                        <ext:Column DataIndex="DirectLaborRateValue">
                                                            <Editor>
                                                                <ext:NumberField ID="nmbDirectLaborRateValue" runat="server" />
                                                            </Editor>
                                                        </ext:Column>
                                                        <ext:Column DataIndex="BudgetRateValue">
                                                            <Editor>
                                                                <ext:NumberField ID="nmbBudgetRateValue" runat="server" />
                                                            </Editor>
                                                        </ext:Column>
                                                    </Columns>
                                                </ColumnModel>
                                                <View>
                                                    <ext:GridView ID="gvGDNewRates" runat="server" MarkDirty="false" ></ext:GridView>  
                                                </View>
    When user uses a keybord tab key it goes from one numberfield to another correctly. But If user changes the value of some field after clicking on tab obviously it happens 'rowRefresh' and focus dissapears!?


    Any idea how can we avoid this and making tabbing works OK?


    Thanks.
    Last edited by geoffrey.mcgill; Feb 09, 2011 at 5:10 PM. Reason: [CLOSED]
  2. #2
    Hi,

    I guess it is fixed already. Please update from SVN and retest
  3. #3
    I have Ext.Net dll version 1.0.3995.25674 and I have the problem described.
  4. #4
    Hi,

    Focusing issue was fixed in revision #3414. Here is a thread with the bug report.
    http://forums.ext.net/showthread.php?11975

    I tested an example from this thread and it appears to be working fine.

    I guess your dlls doesn't consist revision #3414. Please update and re-test.

Similar Threads

  1. Replies: 0
    Last Post: Jul 31, 2012, 9:36 AM
  2. [CLOSED] Tabbing on editable grid
    By SouthDeveloper in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Mar 07, 2011, 11:04 AM
  3. [CLOSED] Editable Grid - Checkbox issue...
    By rthiney in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jun 23, 2010, 10:33 AM
  4. [CLOSED] [1.0] IE Issue with Editable GridPanel
    By ljankowski in forum 1.x Legacy Premium Help
    Replies: 31
    Last Post: May 07, 2010, 5:48 PM
  5. Date Format issue in editable grid
    By n_s_adhikari@rediffmail.com in forum 1.x Help
    Replies: 2
    Last Post: Sep 26, 2009, 3:07 PM

Tags for this Thread

Posting Permissions