3.2.0

editing data outside the widget

I intend to edit data in a form outside the widget (after selection in the widget this form will contain the values of the selected row and pressing a validation button would modify the row inside the widget).

How to modify the widget without refreshing it, and without modifying scrolling?

Thanks you for your beautiful work.
Thierry
June 25,
You can refresh a single row (after change array data) by:
obj.getRowTemplate(row#).refresh();
or a single cell by:
obj.getRowTemplate(row#).getItemTemplate(col#).refresh();
HTH
Carlos
June 25,
great
thierry
June 26,

This topic is archived.

See also:


Back to support forum