Hi!
I have a multiple record form where i have 3 fields(combobox) with ajax reload.
The problem now is that when i insert the first line and go to the second line to insert the values and select the values from the combobox, , the form reloads (ajax reload) resulting in the checkbox (which is after the line numbers in multiple record form, which determines which line to insert in the db) to be empty from the records i had inserted previously.
so as a result when submit is pressed, the rows are not inserted.
is there any way to keep the lines selected (checkbox intact) for the inserted lines even the form is reloaded again??
Thanks!