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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top