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
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