Set first row as default in Gridview

  • Thread starter Thread starter ntuyen01
  • Start date Start date
N

ntuyen01

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 :-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top