Set first row as default in Gridview

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ntuyen01@yahoo.com

    Set first row as default in Gridview

    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
  • Peter Morris

    #2
    Re: Set first row as default in Gridview

    PropertyManager pm = (PropertyManage r)BindingContex t[GridView1];
    pm.Position = 0;


    I think :-)


    Comment

    Working...