Hi everyone. We need your help and ingenuity....
We have a request to add a 1-pixel gap between cells with hilites (highlights). By default, this is what the SmartClient ListGrid does:
Source: http://www.smartclient.com/smartclie...finedHilitesFS
(you'll have to configure it to do the yellow hilites like what we did in the screenshot above)
Of course, the easiest way to achieve this is simply change the cellspacing of the table from “0” to “1”.
But, we have a conflicting requesting of needing to achieve the 1-pixel gap request without eating up the space of the other cells (financial folks want to see as much information as they can per screen). Keep in mind that hilites in the ListGrid inlines this background color at run-time and applies it to the cell (td) itself.
Does anyone know how to do what we are trying to achieve? Any help would be greatly appreciated.
Thanks in advance!
We have a request to add a 1-pixel gap between cells with hilites (highlights). By default, this is what the SmartClient ListGrid does:
Source: http://www.smartclient.com/smartclie...finedHilitesFS
(you'll have to configure it to do the yellow hilites like what we did in the screenshot above)
Of course, the easiest way to achieve this is simply change the cellspacing of the table from “0” to “1”.
But, we have a conflicting requesting of needing to achieve the 1-pixel gap request without eating up the space of the other cells (financial folks want to see as much information as they can per screen). Keep in mind that hilites in the ListGrid inlines this background color at run-time and applies it to the cell (td) itself.
Does anyone know how to do what we are trying to achieve? Any help would be greatly appreciated.
Thanks in advance!
Comment