Border and Covered cell

Hi, I have little problem with border and covered cells. In PrepareViewStyleInfo event I am setting my border for few columns. And in form_load event I am setting the covered cell property. Setting the covered cell property remove the border against those cells. What am I doing wrong? Where should I do this formatting (covered cell nad setting border? So that I can get both covered cell and border against those cells. Thanks

1 Reply

AD Administrator Syncfusion Team June 3, 2004 02:18 PM UTC

The properties of a covered cell are taken from the top-left cell of the covered range. So, try setting the border properties on the top-left cell of the covered range in PrepareViewStyleInfo.

Loader.
Up arrow icon