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

Handle data loaded event

1 Answer 59 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Xaria D
Top achievements
Rank 1
Xaria D asked on 05 Aug 2010, 03:50 AM
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

Sort by
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
Tags
Docking
Asked by
Xaria D
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or