Hello,
Can we use JQuery to get row in DHTMLXGrid?
I want to do some thing on every column of row.
Thanks,
Jack
Hello,
Can we use JQuery to get row in DHTMLXGrid?
I want to do some thing on every column of row.
Thanks,
Jack
You may get the cell object (td) or a row object (tr) using the dhtmlxgrid API.
For example:
mygrid.cells(rowId,colInd).cell // td
mygrid.cells(rowId,colInd).cell.parentNode // tr