Categories | Question details Back To List | ||
I need an API to change
the image of that cell dynamically.
... I need an API to change
the image of that cell dynamically. Answer posted on Feb 22, 2007 10:33 You can use setValue(val) method of corresponding grid cell (get it using yourGrid.cells(rowId,celInd)), where val is list of values separated by ^:
parent_id^Label^children^imageFileName
parent_id - id of parent row Label - node text children - 1 if exist, 0 - if not imageFileName
- image file name Answer posted by Embre (Support) on Nov 29, 2014 19:35 I hope this information will be enough for you. But you also can have a look at javascript calendar open source and ajax toolkit progress bar. |