0

I have number of columns to be in always edit mode so i am applying alwaysEditing=true for No of Columns the Pointer is always focusing the last column even if i select any other column in the Grid. I need a solution that whenever i click any column the Pointer should focus on the selected instead of last column in the Grid.

3
  • I have made a patch for this(in the source code). I can give it you at Monday.
    – GuyT
    Commented Oct 11, 2014 at 19:09
  • Thanks GuyT am awaiting for you reply. Commented Oct 14, 2014 at 7:22
  • Not sure if it was this patch: file: /dojox/grid/DataGrid.js remove following code: if(_4c3){this.grid.updateRow(r);} Are you able to try it(this is in the compressed version)?
    – GuyT
    Commented Oct 14, 2014 at 8:06

0

Browse other questions tagged or ask your own question.