Hello,
I have a UltraGrid and I need to set one cell of it.
I need to create a cell that has two RadioButtons on the same cell. Is that possible?
Thank you,
Best regards,
Maria
Hi Maria,
Yes... add an UltraOptionSet control to the form with the grid. Set the grid cell's EditorComponent property to the UltraOptionSet.
Thank you for your answer.
I've read about UltraOptionSet but I didn't understand how to use it. Can you give me an example?