Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Position Datagrid to 1st row, but
Message
From
25/01/2003 19:40:14
 
 
To
All
General information
Forum:
ASP.NET
Category:
Forms
Title:
Position Datagrid to 1st row, but
Miscellaneous
Thread ID:
00745479
Message ID:
00745479
Views:
50
Hi,

Uaing framework, Windows Form and Vb .net.

I have a datagrid in my form and would like to select the first row when my search fails. Using the following code it positions the row pointer to row 0 but the hilited row is still hilited below the row 0.

Me.BindingContext(Me.Pending01_DS1, "Listing").Position = 0
Me.dgPending.CurrentRowIndex = 0
Me.dgPending.Refresh()

How do you set the row position and the row hiliter to the same row?

Thanks
Roland
Next
Reply
Map
View

Click here to load this message in the networking platform