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

GridElement.BeginUpdate

1 Answer 244 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Thomas
Top achievements
Rank 1
Thomas asked on 23 Jul 2010, 12:49 PM
Hello,

in Q2 2010 is GridElement obsolete. Is BeginUpdate also not necessary anymore (for the case that i am create manual multiple rows in code) ?

Regards,
Thomas

1 Answer, 1 is accepted

Sort by
0
Jack
Telerik team
answered on 26 Jul 2010, 05:33 PM
Hello Thomas,

Yes, Begin/EndUpdate are still necessary. When you are adding a row in the grid it causes an update which refreshes the UI. When adding multiple rows this will cause several updates and will slow down your application. That is why you have to call Begin/EndUpdate. However, in our latest release we extended the grid element tree. Now it consists of a dock layout and you can host several independent grid views. The default GridTableElement is only one of them. That is why we changed GridElement to TableElement. I hope this helps.

If you have other questions, I will be glad to help.

Kind regards,

Jack
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
GridView
Asked by
Thomas
Top achievements
Rank 1
Answers by
Jack
Telerik team
Share this question
or