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
160
Empty cells not drawing grid lines
posted

I'm trying to upgrade our UltraWebGrid to the new WebDataGrid and I'm having trouble with the css. I want the grid to show 1px borders, even if there is no data in the cell. Our old grid looks like this: 

And the new grid looks something like this:

The places where data is missing don't apply the css, so the grid has a bunch of empty sections with no grid lines. Here is the css I'm using to apply the borders:

tbody.igg_BorderClass>tr>td
{
border: 1px solid #BBB;
}

This is set under the ItemCssClass property of WebDataGrid. Any help is appreciated.


Thanks,

Mike

Parents
  • 25665
    Offline posted

    Hello Michael,

    Thank you for contacting Infragistics!

    We received your support request concerning borders and css styles of the WebDataGrid and empty cells, and this case has been assigned to me. Infragistics is dedicated to helping you solve this issue. Our team and I have done an initial review of your case and I am looking into this matter and will get back to you by the end of the day Friday with more information or questions for you.

    Sincerely,
    Mike P.
    Developer Support Engineer
    Infragistics, Inc.
    www.infragistics.com

Reply Children