Hello,
I need to put a checkbox and a label into a cell of UltraWinGrid, or a Checkbox with Text. How can I do that?
Now I'm using two columns, but it doesn't look natural.
Thanks,
Victor
Hello Victor,
Thank you for posting in our forum.
In order to display a check box with text in UltraGrid cell you may use UltraCheckEditor. What you need to do is to set the column type to bool and to set the column’s EditorComponent property to an instance of UltraCheckEditor.
Please note to get the check state of the checkbox you need to check the UltraGrid’s cell value/text property.
Please find attached a small sample solution implementing this approach.
Please let me know if this this is what you are looking for or if I am missing something.
Thanks you very much. It is what I need. It works great!
Hi Victor,
Thank you for your feedback.
I am glad that you have resolved your issue. Let me know if you have any additional questions.