Hi
I’m using a treeview control which lists staff members from my database. On the node_click event, I’m populating a datagrid with training record information from a table based on the staff member selected from the treeview. I’m using ADO code to populate a recordset and then setting the datgrid.datasource property to the recordset.
This works fine but the data displayed in the datagrid is a bit messy. Are there any advanced data grid controls out there for VB6 which allow the columns to autofit to the largest data in each column? I’m also looking for “on the fly” sorting by clicking on the column headers.
I know this is a common thing to do but I can’t seem to find any advanced datagrids anywhere that will do the job. My application works but it just doesn’t look good enough to roll out to end users with the standard datagrid.
I’m using a treeview control which lists staff members from my database. On the node_click event, I’m populating a datagrid with training record information from a table based on the staff member selected from the treeview. I’m using ADO code to populate a recordset and then setting the datgrid.datasource property to the recordset.
This works fine but the data displayed in the datagrid is a bit messy. Are there any advanced data grid controls out there for VB6 which allow the columns to autofit to the largest data in each column? I’m also looking for “on the fly” sorting by clicking on the column headers.
I know this is a common thing to do but I can’t seem to find any advanced datagrids anywhere that will do the job. My application works but it just doesn’t look good enough to roll out to end users with the standard datagrid.