I wish to handle the data loaded event for RadGridView.
Further, I need to check a particular value for each row in the grid and perform certain operations.
How to cast the row items to a class object?
P.S. Sorry I posted in the wrong forums
1 Answer, 1 is accepted
0
Accepted
Vlad
Telerik team
answered on 05 Aug 2010, 06:29 AM
Hello,
Here is an example how to cast grid items to desired type:
var customers = RadGridView1.Items.Cast<Customer>();
Best wishes,
Vlad
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