This is a migrated thread and some comments may be shown as answers.

Gridview goes to IsBusy state on row change

2 Answers 48 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Lance
Top achievements
Rank 1
Lance asked on 30 Mar 2011, 05:21 AM
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

2 Answers, 1 is accepted

Sort by
0
Milan
Telerik team
answered on 30 Mar 2011, 07:11 AM

Hi Tim English,

That seems really odd but the issues is probably caused by async databinding which is enabled when DataLoadMode property is set to Asynchronous. Naturally editing operations should be instant. Could you please try to set this property to Synchronous and check is the experience gets better?



Regards,
Milan
the Telerik team
0
Lance
Top achievements
Rank 1
answered on 31 Mar 2011, 12:57 AM
Hi,

I had tried using DataLoadMode = Synchronous but it still exhibited this behaviour.  It turns out it was a bug.  I installed the latest internal build 2011_1_0328 and it fixed this issue.

Thanks for you help.
Tags
GridView
Asked by
Lance
Top achievements
Rank 1
Answers by
Milan
Telerik team
Lance
Top achievements
Rank 1
Share this question
or