Hi,
isc.version == "v12.0p_2018-07-07/LGPL Deployment";
I have a databound TileGrid with tiles being ancestors of SimpleTile and a ListGrid bound to the same DataSource.
If I call updateData on that DataSource (no matter if directly or through DataBoundComponent) returning more then one row (like clearing shopping cart when there are more then one type of product in the cart, so we return a list of all removed products) ListGrid is updated as expected, but TileGrid is not. TileGrid's ResultSet has new correct versions of record, but TileGrid can't handle an update when there is more one record returned as a result of update.
Best regards,
Janusz
isc.version == "v12.0p_2018-07-07/LGPL Deployment";
I have a databound TileGrid with tiles being ancestors of SimpleTile and a ListGrid bound to the same DataSource.
If I call updateData on that DataSource (no matter if directly or through DataBoundComponent) returning more then one row (like clearing shopping cart when there are more then one type of product in the cart, so we return a list of all removed products) ListGrid is updated as expected, but TileGrid is not. TileGrid's ResultSet has new correct versions of record, but TileGrid can't handle an update when there is more one record returned as a result of update.
Best regards,
Janusz
Comment