Grid setStyle

2 Issues:



1. How can I display a grid with no row selection, only cell selection? I was able to block the background image in setStyle by the following:

grid1.setStyle(";",";",“border:1px solid gray;”,“background-image:url();background-color: transparent !important;”);

However, the background-color style remains a light orange (skyblue skin).



2. The setStyle command crashes in Chrome. I am using ver. 2.5 and will be purchasing the pro version soon.


>> However, the background-color style remains a light orange (skyblue skin).


you try to remove the following class in the dhtmlxgrid_dhx_skyblue.css to solve the issue


div.gridbox_dhx_skyblue table.obj tr.rowselected{
background-color:#FFF1CC;
}



>> The setStyle command crashes in Chrome. I am using ver. 2.5 and will be purchasing the pro version soon.


The issue wasn’t reproduced locally. Please provide the sample to reproduce it.


In common case skin can be created using skin builder dhtmlx.com/docs/products/skinBuilder/index.shtml