Hi there,
Is there possibility to serialize to XML one row of Grid?
Thanks in advance!
While it is not a part of public API, can be done as
var xml = grid._serializeRow(grid.getRowById(id));
Thank you
Hi there,
Is there possibility to serialize to XML one row of Grid?
Thanks in advance!
While it is not a part of public API, can be done as
var xml = grid._serializeRow(grid.getRowById(id));
Thank you