Hi,
I'm trying to vertically center an optionSet in a grid. I tried everything and could not get it to work. Is there a property that I'm missing??
Help, :-)
Stef
Hi Stef,
If you want to make your check boxes look like radio buttons, check out this thread: How to select one radio button in a same row placed inside the UltraWinGrid - Infragistics Community
Hi Mike,
Thanks for your answer. I tried a few things based on your reply and could not get it to work. Finally, it was decided to change for check box, so this is not an issue anymore.
Again, thanks for your help,
I assume you mean you want to center an OptionSet within a cell of the grid - not in the center of the grid itself. Is that right?
I don't think the OptionSetEditor control has any functionality to center the items within it. Are you showing a single item in each cell, or more than one?
If it's just one item, then you might be able to get what you want using the UltraCheckEditor instead and then using a GlyphInfo to make it look like a radio button instead of a checkbox.
If it more than one item, or you just don't like the idea of using the CheckEditor, you could use a CreationFilter to move the items around yourself.