|
-
Jul 27th, 2000, 03:43 AM
#1
Thread Starter
Hyperactive Member
Hey, anyone know of a good "GRID" that will:
Place Columns in Ascending or descending order
select whole ROWS insted of just an individual "cell"
Thanks.. been looking for this answer for awhile now
BTW: like window's "Details" view is
-
Jul 27th, 2000, 05:40 AM
#2
Well ....
Instead of using the grid, you can use a listview control, which allows you to select entire rows. As far as sorting is concerned, I can't tell whether a listview supports that, but you can always sort your recordset.
If you insist to use a grid, however, I think you have to write your own code to do the jobs you want done.
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
|