I am having issues with the expanded state of some of the groups in my grid, I currently have groups nested to 3 levels in my example. I have set GroupsDefaultExpanded to false both in the aspx and in the code behind. This seems to work fine for the first level, but upon expanding this level, all sub groups are expanded. I have attempted to collapse sub groups as groups are expanding client side, but am having issues with this method as well. Does anyone know how to either:
ensure all levels of grouping are contracted when a higher level group (containing group) is expanded. I would prefer to do this client side as the group is expanding, but if something can be done server side as the groups are being created that may work as well...
Thanks
Lawrence Pierce
ensure all levels of grouping are contracted when a higher level group (containing group) is expanded. I would prefer to do this client side as the group is expanding, but if something can be done server side as the groups are being created that may work as well...
Thanks
Lawrence Pierce