Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Hi @VS_9760165 ,
Please use below CSS for your requirement, this works for advanced grid:
.MyAdvancedGrid5 .widget-gridadvanced .xhdr td:not(:first-child) { border-left:2px solid red !important; }
Modify CustomClass property of advanced grid as MyAdvancedGrid5 to apply the CSS
It should display something like below:
When a style theme is applied to the grid the header dividers disappear. On my local instance I unchecked grid property 'UseTheme' and used style definitions instead then I was able to show the header dividers. You can give it a try and see it fulfills your requirement.
Hi @SachinSharma ,
I must have to use Style Theme and also i want Column header separator line. can we do it using css?
Thanks
You can try CSS. I am not yet sure what CSS would be, I will check on my instance and if I am able make it work, I will post it here.
Hi @VS_9760165 ,
Please use below CSS for your requirement, this works for advanced grid:
.MyAdvancedGrid5 .widget-gridadvanced .xhdr td:not(:first-child) { border-left:2px solid red !important; }
Modify CustomClass property of advanced grid as MyAdvancedGrid5 to apply the CSS
It should display something like below: