Hello,
Wondering if it’s possible to change the format of the names of the request parameters sent by a data processor hooked into a DHTMLX grid. The default format is:
ROWID_COLUMN
What if I wanted a different format for the parameters? Something like:
myCollection[ROWID].COLUMN
This would allow me to leverage Stripes’ support for form binding of indexed properties: stripesframework.org/display … Properties