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 the provided file!
I have modified the style, could you please try with the attached file? I am getting it as it should with windows classic theme.
It is overriding my read-only boolean column custom glyph. Is there another event that I can use instead of InitializeLayout to embed my custom glyph?
This event is firing on databinding of the grid. You could always use ultraGrid.DisplayLayout instead of e.Layout. I am not sure that I fully understand your question though.
I'm looking for an event that fires after the AppStylist has been applied to the grid where I can put my code to change the glyph of my read-only boolean columns.
Loading the style is done by you at some point, right? If you like, you could always run any code after it, why do you want an event for that?
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.