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
745
UltraCheckEditor styled used in an UltraGrid
posted

Hello,

I'm using an UltraGrid containing a column with a boolean value. I want to change the style of the checkbox displayed in this column. I defined this style in an isl file designed using AppStylist application.

This works fine except if I want to change the checkBoxGlyphInfo property of the checkbox. Then nothing is changed in my grid. I tried to place a checkbox outside of my grid and then the style I defined with the checkBoxGlyphInfo property is applied to this checkbox.

Am I doing something wrong?

 

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi,

    You lost me. Are you talking about setting the CheckBoxGlyphInfo property in code or in the isl file?

    Are you saying that the grid is displaying the checkboxes as you want them but you want to use a different style for UltraCheckEditor controls outside of the grid?

    If you want to change the checkbox glyphs for your whole application, then you can do this in the Isl file and you do not have to set any properties in code.

     

Children