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
Not sure I get all that but I'll investigate - I had been trying to add a client-side event just now but that (too!! having loads of issues with this grid!) failed with some messagebox or other.
As for submitting feature requests can I submit just one... implement all of the features of your UltraWinGrid that work and are feasible in the web. I cannot imagine the design meeting where someone decided upon the GroupBy feature but neglected to allow the grouped columns to be hidden!! I have been singing the praises of Infragistics for many, many years in the Winforms environment. I'm pretty muted this week with regard to the web offerings.
Now, another question if I may (and still have your ear after the above!!??): do you have the concept of column (as opposed to row) groups in this grid? aka. the UltraGridGroup in winforms? Please tell me you do!!!