Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1380
Grids ultracomboeditor CheckedListSettings
posted

Hello

How to set ultracomboeditor checkboxs items default state  <select all>.

this.ultraComboEditor1.CheckedListSettings.CheckBoxStyle = CheckStyle.CheckBox;

Thanks in advance

Parents
  • 375
    Offline posted

    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.

    ComboCheckBoxItems.zip
Reply Children