|
-
Oct 1st, 2005, 12:57 AM
#1
Thread Starter
Addicted Member
[RESOLVED] Grid selectoin Problem
how to select full row of dataGird through key board
bcoz when focus on gird cursor select just on cell
Last edited by Waseemalisyed; Oct 14th, 2005 at 01:18 AM.
-
Oct 1st, 2005, 01:15 AM
#2
Re: Grid selectoin Problem
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|