Hello,
So I have a GridView in which I can add new rows and within the columns I can select some combo boxes and a date Picker.
This is how it looks before anything is changed
When I change one row at a time and click save it works, the problem is when I multiple rows and combo boxes and I don't click away From the Final Combo Box. It doesn't register the Final Combo Box changed. Pictures below will illustrate what's happening.
Notice the second "Maintained" is currently showing within a combobox, that means it won't register the change until it's clicked away.
You can see here that after the save button is clicked, it reverts back to the value it was before because it wasn't "Registered"
But if I click away such that the ComboBox stops appearing and click save, it works. Image Below.
May I ask How to fix this?
So I have a GridView in which I can add new rows and within the columns I can select some combo boxes and a date Picker.
This is how it looks before anything is changed
When I change one row at a time and click save it works, the problem is when I multiple rows and combo boxes and I don't click away From the Final Combo Box. It doesn't register the Final Combo Box changed. Pictures below will illustrate what's happening.
Notice the second "Maintained" is currently showing within a combobox, that means it won't register the change until it's clicked away.
You can see here that after the save button is clicked, it reverts back to the value it was before because it wasn't "Registered"
But if I click away such that the ComboBox stops appearing and click save, it works. Image Below.
May I ask How to fix this?