This question is locked. New answers and comments are not allowed.
I'm using the 2010 Q1 RadGridView (2010.1.309.1030) w/VS2010 beta2, Silverlight4, RiA Services/EF and MS DataPager.
In the previous release (2009.3.1314.1030) the DataLoaded event would fire after the data has loaded in the grid. For example, if RadGridView.SelectAll() were called in the DataLoaded event handler the 2009.3.1314.1030 RadGridView would select all the rows as expected. With the 2010.1.309.1030 RadGridView the SelectAll call in the same handler has no affect. It seems as if there's no difference between the DataLoaded and DataLoading events.
Is there any chance the DataLoaded event can be fired after the data is actually displayed in the grid?
Thanks,
Eric
In the previous release (2009.3.1314.1030) the DataLoaded event would fire after the data has loaded in the grid. For example, if RadGridView.SelectAll() were called in the DataLoaded event handler the 2009.3.1314.1030 RadGridView would select all the rows as expected. With the 2010.1.309.1030 RadGridView the SelectAll call in the same handler has no affect. It seems as if there's no difference between the DataLoaded and DataLoading events.
Is there any chance the DataLoaded event can be fired after the data is actually displayed in the grid?
Thanks,
Eric