HI all,
i am new in Infragistic world.
I have a few forms and I have reference on UlstraGrids and Decoratores. I have to know is UltraGrid set as expandable or not.
Any help is very welcome. Thanks in advance!
I'm not sure does this make sanse, but i maybe could do something like this:
{
num++;
}
In this case, if i have num == 1 i don't have expandable grid, but if i have num greater than 1 then it is expandable UltraGrid.
Does this make sense?
I guess if it's possible that you have hidden one of the bands, then you would need to do this check. But keep in mind that if a parent band is hidden, the child bands would be hidden too so you wouldn't need to continue your loop when you find a hidden band. If you are not hiding any bands, then you can simply check the Count on the number of bands that have been created.
-Matt