Hi,
I am using ultrawebgrid for group by two columns. I want to remove all the expand button and want the grid to be defalt expanded when loads both the group.
Thanks,
Manoj
The following should accomplish that, just make sure the groups are already expanded (i guess!):
UltraWebGrid1.DisplayLayout.Bands(0).Expandable = Expandable.No
You could put this code in your InitalizeLayout or through the properties...