Iterate grid (version 1.4)
I have to iterate over a Active grid to test a special condition in one column. But the examples I've found dont'work for me. I tried to use
obj.getCellValue(j, i) and obj.getCellText(i, j), but I get a script error.
I am reading ActiveWidgets version 1.0 documentation and trying to find a useful method to solve my problem, but I still haven't found what I'm looking for. For example, getDataModel() returns empty.
Does anyone have a tip?
Thanks!
obj.getCellValue(j, i) and obj.getCellText(i, j), but I get a script error.
I am reading ActiveWidgets version 1.0 documentation and trying to find a useful method to solve my problem, but I still haven't found what I'm looking for. For example, getDataModel() returns empty.
Does anyone have a tip?
Thanks!
J-Chist
September 22,