|
-
Jul 5th, 2000, 03:47 AM
#1
Thread Starter
Addicted Member
Does anyone know how I can sort data in a grid by clicking on the header? For example, I am displaying date, name etc in columns and want to sort it by name if the user clicks on name heading and by date if they click on date etc.
-
Jul 5th, 2000, 05:05 AM
#2
Lively Member
Hi,
I've used a datagrid and connected a ADODB.Recordset (clientside & disconnected) as the datasource.
When I sort the recordset, my datagrid is sorted.
This works fine and fast, but I'm not sure if you want to go in this direction to solve your problem...
good luck,
Fedor
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
|