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?
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.