Remove default style border-collapse:collapse from datagrid?
-
Hi, I have created datagrid. When I look at its view sourse it creates table with default style as style="border-collapse:collapse". This style will affect my default style. Could anyone help me how to remove this default style in datagrid. I have used datagrid.controlstyle.reset(), but no luck. Regards Rams.
Be simple and Be sample.
-
Hi, I have created datagrid. When I look at its view sourse it creates table with default style as style="border-collapse:collapse". This style will affect my default style. Could anyone help me how to remove this default style in datagrid. I have used datagrid.controlstyle.reset(), but no luck. Regards Rams.
Be simple and Be sample.
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
-
Hi, I have created datagrid. When I look at its view sourse it creates table with default style as style="border-collapse:collapse". This style will affect my default style. Could anyone help me how to remove this default style in datagrid. I have used datagrid.controlstyle.reset(), but no luck. Regards Rams.
Be simple and Be sample.
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