Currently when you edit a grid row you are presented with two buttons/actions related to the row that is being edited - Done and Cancel. Is it possible to add another button/action? I would like to add a button that would populate editable fields with default values specified outside of the grid. If this is possible could you please provide a sample? Many Thanks.
Hello Rick,
Actually it is Infragistics' policy to manage a different thread for a different issue so please go ahead and post it.
Using the same example (when the auto-commit is removed) if I click the "Apply Defaults to All" button and then click the "Undo" button. The dates that are replaced are in a different format.
Example: Tue Oct 24 1989 00:00:00 GMT-0700 (Pacific Daylight Time)
Thanks.
P.S. would you prefer I post these new issues under separate threads?
great, thank you.
You have autoCommit: true which automatically commits the transactions as rows/cells are being edited and then it is not possible to undo. Change autoCommit to false and this will solve both of your issues.
Hi Hristo,
Still having a couple of issues. Please see attached Sample.
Problem #1: Edit the grid in some way and click undo. I can't seem to get the "Undo" button working and have been unable to find relevant points in the documentation.
Problem #2: Refresh the page. Click a row to edit a field. Clear the value ("required" validator appears). Click "Apply Defaults" for that row. All required fields are now populated, but the validator remains and prevents save.
Many Thanks.