Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Position Datagrid to 1st row, but
Message
De
25/01/2003 19:40:14
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Titre:
Position Datagrid to 1st row, but
Divers
Thread ID:
00745479
Message ID:
00745479
Vues:
51
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform