Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
grid color row select
#5
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. Smile

regards
Robert
Reply


Messages In This Thread
grid color row select - by softdev85 - 07-29-2020, 10:45 AM
RE: grid color row select - by davidbaxter - 07-29-2020, 02:03 PM
RE: grid color row select - by softdev85 - 07-29-2020, 05:16 PM
RE: grid color row select - by davidbaxter - 07-29-2020, 11:36 PM
RE: grid color row select - by brsoft - 07-30-2020, 07:05 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)