Is there a way to make the checkbox that shows in the column header of UltraGrid and UltraComboBox's grid use the AppStyle? I think it is just using the OS theme , so it ends up looking different from the rest of the checkboxes in the grid.
Hello,
What is your version? I tried this and it works just fine, take a look at the attached sample.
Version is 11.2
I forgot to mention, you need to switch your theme to Classic or Windows 7 Basic. The intermediate display looks like the checkbox is disabled.
Hi,
Thank you for your feedback. Please feel free to let me know if a question about our tool set comes up on your mind.
I'm going to revisit it again when I start working on the control. We still don't know what to do with UltraCombo, but we just ended up using a floating standalone checkbox for the UltraGrid's header checkbox since the column is in a fix location.
I am still following this thread. Do you need any assistance?
I am not sure if we are on the same page here. If you are loading the style once, why would you want an event for that action? You can put the code just after loading the style.
I'm not sure how will that work. The ISL file is loaded once at the startup of my application.