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

did api change - SelectedRecords does not work

1 Answer 33 Views
GridView
This is a migrated thread and some comments may be shown as answers.
mark
Top achievements
Rank 1
mark asked on 29 Dec 2009, 10:05 PM

 

if (this.radGridView_A1.SelectedRecords.Count() == 0)


does not compile with the latest (q3) wpf dlls

 

1 Answer, 1 is accepted

Sort by
0
Rossen Hristov
Telerik team
answered on 30 Dec 2009, 12:10 PM
Hi mark,

SelectedRecords are obsolete. Now RadGridView has a property called SelectedItems. It will return all data items, that are selected.

For a complete list of changes please check out the release notes. Look for the RadGridView section.

Please, let us know if you have any problems or difficulties migrating to the latest release. We would be glad to assist you.

Regards,
Ross
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
GridView
Asked by
mark
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Share this question
or