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
830
how to set border of specific column header
posted

Hi,

I have webdatagrid, I want to set the border right of some of the headers, not all. Let s say my webgrid has 9 columns, i want to set border-width and color of only 3 of the columns.

I manage to set the border of the columns themselves by setting:

 <ig:BoundDataField DataFieldName="NPFACTOR" Key="NpFactor" Width="50px" 

                    DataFormatString="{0:F2}" CssClass="FatSeperatorRight RightCellContent">

                    <Header Text="Indice np" CssClass="FatSeperatorRight" />

                </ig:BoundDataField>

But that does not cover the header, as you can see from my screen shot attached. And the CssClass="SeperatorRight" in the  <Header    tag does not seem to affect the column's header of the column in question.

Any suggestions pls ??

Thank u :)

 

Doc2.zip
Parents Reply Children
No Data