how to select full row of dataGird through key board
bcoz when focus on gird cursor select just on cell
Printable View
how to select full row of dataGird through key board
bcoz when focus on gird cursor select just on cell
If you want to do something with a class the first thing you should do is consult the help documentation for the topic that lists the members of that class. This would have yielded the DataGrid.Select(Int32) method. If there is nothing obvious in the member listing then you should look further afield, but that should ALWAYS be your first port of call. You can go directly to the member listing by selecting an object in the designer or a variable or type in the code window and pressiing F1.