PropertyManager pm = (PropertyManager)BindingContext[GridView1];
pm.Position = 0;
I think :-)
This is a discussion on Set first row as default in Gridview - CSharp ; Hi All, Is there a way to make the first row in the Girdview as my default select row, with the highlight color. Thanks and Regards...
Hi All,
Is there a way to make the first row in the Girdview as my default
select row, with the highlight color.
Thanks and Regards
PropertyManager pm = (PropertyManager)BindingContext[GridView1];
pm.Position = 0;
I think :-)