Is there a way to dynamically change the image in a GridImageColumn using javascript? I have the row index and am able to:
var rowDataItem = grid.get_masterTableView().get_dataItems()[Index];
With this information, how can I access/change the image in one of several GridImageColumn columns of the row?
Thanks
var rowDataItem = grid.get_masterTableView().get_dataItems()[Index];
With this information, how can I access/change the image in one of several GridImageColumn columns of the row?
Thanks