Prevent inline row refresh on save
Prevent inline row refresh on save
rocketreading
Posts: 8Questions: 6Answers: 0
in Editor
Hi there,
Is it possible to stop the whole row from being refreshed on submit of a value? Here's a standalone example of my code: http://trax.eu1.frbit.net/test.
Many thanks,
Jo
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi Jo,
Unfortunately no - Editor is a row based editor (even when operating in inline mode) so it always expects the full data object for the row to be returned from the server. The reason for this is that the table may contain fields whose values are calculated by the server (updated time, some aggregation calculation, etc).
What specifically is it that you want to achieve? I might be able to suggest a workaround.
Allan