Hello
How to set ultracomboeditor checkboxs items default state <select all>.
this.ultraComboEditor1.CheckedListSettings.CheckBoxStyle = CheckStyle.CheckBox;
Thanks in advance
Hi,
As I understand you want all your checkbox items in the UltraComboEditor to be checked when you load the comboeditor.
Could you please review the sample attached to this post and see if it meets your requirements.
Please feel free to let me know if I misunderstood you or if you have any other questions.
Mihalkov.
I set ultragrid cell editor component -> ultracomboeditor.And when I try to set this ultracomboeditor items as checked as You show it doesnt work.Yes, without ultragrid is working , but as editor component doesnt.Please if any idea .
thanks in advance.
Hello,
Did you try Vasil's suggestion? It seems fine to me, is there something that bothers you?
Hello Boris.I still need help on this.if any idea Please.
Hi Ilkin,
I wanted to know if you were able to solve your issue based on these suggestions or you still need help. Please let me know.
When the UltraComboEditor is embedded into a grid's cell, the things are different, because now the value of the cell is retrieved from the checked items in the comboeditor. One easy way to get all the items checked is to just set the value of the grid's cell. Please take a look at the sample and let me know it this works for you.