9/13/2025 6:27:57 PM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss usage & tips for SalesLogix controls and other 3rd party ActiveX controls. View the code of conduct for posting guidelines.
|
|
|
|
expandable datagrid
Posted: 20 Nov 08 1:27 PM
|
I'm trying to make a datagrid the same as the one on ticket activity parts but i haven't been able to do that yet. I've set my datagrid properties the same as on the grid, but i don't know how to add nodes. |
|
|
|
Re: expandable datagrid
Posted: 21 Nov 08 11:55 AM
|
With DataGridName .Columns.Item(1).GroupIndex = 0 .ExpandAll END WITH
kinds of stuff. The Item(1) is key.....it's the column that gets pulled up to the Group Header....and it becomes the Group By (NODES) field.
|
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|