This question is locked. New answers and comments are not allowed.
Hello Telerik Team
I have problem regarding Default selection of RadGridView.
I am using following code for bind radgridview.
Please give us proper solution, Its working in previous version (2009.3.1103.1030) but in new version I found this problem ( 2009.3.1412.1030, 2009.3.1419.1030)
I have problem regarding Default selection of RadGridView.
I am using following code for bind radgridview.
Please give us proper solution, Its working in previous version (2009.3.1103.1030) but in new version I found this problem ( 2009.3.1412.1030, 2009.3.1419.1030)
PagedCollectionView pcv = new PagedCollectionView(objTemp);
pcv.MoveCurrentToPosition(-1);
DataContext = pcv;
grdResult.Visibility =
Visibility.Visible;
Thanks