Hi,
This may be a stupid question, but is it possible to remove the space of the hidden cells
I'm aiming to do something dynamic like this bellow. But i'm guessing it's not possible?
Thank you
Hugo Silva
Hi Divya,
Thank you for the reply,
I ended up taking another approach. I dropped the rowlayout and ended up using groups instead.
It's not perfect, but it should do the trick.
Hugo
Hello Hugo,
Thank you for your post. Looking at the first screenshot i am little confused as if this is Winform Grid? I am not able to understand the layout.
But if it is indeed a Ultragrid and you used cell hidden property to hide the cell value then that empty space where the cell would have been is expected. In reder to remove that next best option would be to use a CreationFilter to change the text in the UIElements without affecting the data.
Here is the sample Mike provide you can refer to that.
https://es.infragistics.com/community/forums/f/ultimate-ui-for-windows-forms/65395/hiding-a-cell-value-from-display
About Your second screenshot its looking more like a excel to me. You can use our spreadsheet control instead.