We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

How to Select the row of the datagrid

IN vb.net Could some one please let me know the event to select the row of the datagrid If user click on any cell for eg I click on the 2nd cell in the 3rd row it should select the 3rd row Thanks

1 Reply

AD Administrator Syncfusion Team April 13, 2004 06:53 PM UTC

I was looking for something I need I saw your message. Here you go. In MouseDown or MouseUp event all you need to do is catch your row number then add this line YourGrid.Select(RowNumber) I hope it helps you b. >IN vb.net >Could some one please let me know the event to select the row >of the datagrid If user click on any cell > >for eg >I click on the 2nd cell in the 3rd row >it should select the 3rd row > >Thanks

Loader.
Live Chat Icon For mobile
Up arrow icon