Hi Isomorhpic,
please see the ListGrid docs.
There are 10 setters for setEditValue(int rowNum, int colNum, *), but only 9 setters for setEditValue(int rowNum, java.lang.String fieldName, *).
setEditValue(int rowNum, java.lang.String fieldName, java.lang.Object value) is missing (both the docs and Eclipse). Could you add it?
Best regards
Blama
please see the ListGrid docs.
There are 10 setters for setEditValue(int rowNum, int colNum, *), but only 9 setters for setEditValue(int rowNum, java.lang.String fieldName, *).
setEditValue(int rowNum, java.lang.String fieldName, java.lang.Object value) is missing (both the docs and Eclipse). Could you add it?
Best regards
Blama
Comment