Binding Lost Datagrid Scrolling

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Why does my dGrid_CurrentCellChanged() event lose datagrid location settings
(dGrid.CurrentRowIndex and totalRowsInGrid become 0) when the user scrolls
the datagrid. (note: I perform this.bindcontext[].position = row in this
event)

Should I somehow use dGrid_Scroll() event?
How can I prevent the CurrentCellChanged() event from occuring when scrolling?

Steve
 
Back
Top