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
520
Disable cell border in UltraWebGrid
posted

I have an UltraGrid with only row borders, no cell borders.

Is there a way to disable the cell borders that show up when clicking on a cell in UltraWebGrid, while retaining the ability to set row borders? I tried setting border:none on the td element in my table class. While this suppresses the cell borders on select, it also suppresses the row borders I need to display.

Parents
  • 49378
    Suggested Answer
    posted

    Hi cs31415,

    In the grid's DisplayLayout you can set the border styles of the ActivationObject. I suggest that you set the border width to be the same as your row's border width. Similarly you can set the border colors, and left-top-right-bottom border styles to emulate the ones set in yur RowStyleCollection.

    Here is an image of such a setup. I am using a different color for the activation object so it is easy to observe what is going on:

     

    Please do not hesitate to contact me if you have any questions.

    Best Regards,

    Petar Ivanov
    Developer Support Engineer
    Infragistics, Inc.
    https://ko.infragistics.com/support

Reply Children
No Data