This question is locked. New answers and comments are not allowed.
Hi,
I have a Gridview that is databound to an ObservableCollection. It typically has only about 10 rows of data which have about 12 fields. Only two of the columns are editable and the others are readonly. If I click into the cell of an editable column (entering edit mode) and then go to another row, the Gridview goes into an IsBusy state for about 1 second. This looks odd and is very annoying for the user. Going from row to row and cell to cell should be instant. Can you please explain what may be going on and help me fix it?
Thanks
I have a Gridview that is databound to an ObservableCollection. It typically has only about 10 rows of data which have about 12 fields. Only two of the columns are editable and the others are readonly. If I click into the cell of an editable column (entering edit mode) and then go to another row, the Gridview goes into an IsBusy state for about 1 second. This looks odd and is very annoying for the user. Going from row to row and cell to cell should be instant. Can you please explain what may be going on and help me fix it?
Thanks