Folks, does the equivalent existing the WHDG? Basically, i want to enable the groupby feature but hide the columns that are grouped - point of grouping is to unclutter the screen.
tnx
Hi jh72i,
This is not a built in feature, but it can be handled with events. You will need to handle the grouped changed server event. Then hide the columns that are grouped on the band. Also, in 10.3 and prior, you would need to handle the row island data bound server event and then make sure the columns in the grid have the same Hidden status as the columns on the band. So, in order to accomplish this, you would need to define your own columns. If you would like it as an option on the grouping feature, please submit a feature request.
regards,David Young