I’m using version 4.1.3
I have a table migrated from access that has a lot of fileds (about 20).
I have a grid and each row has a button “edit” that is an expander and opens a page with a form.
That form uses setConditionFromGet
Some times when I edit a record and go to the next record, if it has some empty fields, those fields are completed with the information of the last record edited.
I don’t know if there is some method to clean the form fields before charge them with the data.
Thanks
Alejandro
I strongly suggest developers to stay away from setConditionFromGet function. It’s removed in 4.2 and it’s best to have Grid rely on Model or either specify data manually through setStaticSource();