Now my question is because MasterGridViewTemplate.Rows.IndexOf(..) needs a GridViewDataRowInfo information about row but radGridView.SelectedRows method gets GridViewRowInfo information about row, how can I do to correct this error?
thanks
0
Accepted
Jack
Telerik team
answered on 16 Feb 2009, 10:21 AM
Hello Aldemar,
Thank you for writing me back. The SelectedRows collection contains GridViewRowInfo objects for backward compatibility. It is safe to cast these objects to GridViewDataRowInfo objects in this particular situation. Please do not hesitate to contact me if you have any other questions.