Solved
how do we give Column header separator line in TWX 9.1 ?
Hi ,
How to give column header separator line as in below image.

Thanks
Hi ,
How to give column header separator line as in below image.

Thanks
Hi
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:

Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.