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
Printable View
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
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.