Hi,
I have a grid that has inline editing for an 8 column grid (4 columns are hidden, but editable). I also have a function which opens the add row modal form. When I first click the button the modal opens with all correct fields visible and it is possible to add a new record.
If I then try to add another row (after the original modal has closed), the modal opens but only shows a subset of the form fields – it shows the columns that are visible in the grid. If I refresh the page and click the button again the modal opens with the correct fields.
My button code is:
$(“#assignPos”).click(function() {
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top