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