Hi
I could only set the rows with javascript.
Example code:
---
var table = document.getElementById("gridname");
var rows = table.getElementsByTagName("tr");
for (i = 0; i < rows.length; i++) {
rows[i].className="cssname";
}
-----
Need to know:
- iwgrid in html code consists of divs and table components
- in the html code the name of the internal table component: "TBL" + gridname
- in the IW, switch off the corresponding parameters for StyleRenderOptions and CellRenderOption.
If there is a better solution, I am interested.
regards
Robert
I could only set the rows with javascript.
Example code:
---
var table = document.getElementById("gridname");
var rows = table.getElementsByTagName("tr");
for (i = 0; i < rows.length; i++) {
rows[i].className="cssname";
}
-----
Need to know:
- iwgrid in html code consists of divs and table components
- in the html code the name of the internal table component: "TBL" + gridname
- in the IW, switch off the corresponding parameters for StyleRenderOptions and CellRenderOption.
If there is a better solution, I am interested.

regards
Robert