hi create a css file and set this: .TableStyle {border-collapse:separate !important;} or in your head tag insert: <style> .TableStyle {border-collapse:separate !important;} </style> then in your datagrid set: cssClass="TableStyle" have a nice time ;) Alireza www.toranjnet.com
T
toranj_1455
@toranj_1455
Posts
-
Remove default style border-collapse:collapse from datagrid? -
Remove default style border-collapse:collapse from datagrid?hi create a css file and set this: .TableStyle {border-collapse:separate !important;} or in your head tag insert: <style> .TableStyle {border-collapse:separate !important;} </style> then in your datagrid set: cssClass="TableStyle" have a nice time ;) Alireza www.toranjnet.com