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
230
Remove border of custom editor in UltraGrid
posted

Hi,

I build a custom datetime editor for UltraGrid using UltraControlContainerEditor. There is one issue about the border of the custom edtior. You can look at the below image, besides the default lines of the grid, there is extra border of the custom editor control. This will make the cell with my custom editor appears a little bit differently from the other cell.

Is there anyway to completely remove the border of the custom editor?

Border

Parents
No Data
Reply
  • 1980
    Verified Answer
    Offline posted

    Hello Kim,


    You can make the borders of the UltraDateTimeEditor invisible by setting the BorderAlpha property of the Appearance object to Transparent. You have to turn off the themes first by setting the UseOfThemes of the editor or ThemedElementAlpha of the Appearance object to False.

Children
No Data