I am using our own customize skin for grids. For one grid I want no alternate row color and red selected row color without modifying skin. how can I do that by code?
Thanks
Manoj K.
Via API:
mygrid.enableAlterCss(“background-color: #fff”,“background-color: #fff”);
Please see more informationa about grid’s style here dhtmlx.com/docs/products/dhtmlxG … _cust_skin