You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to detect when the value of a dropdown gets changed when inserting a new item. I want to disable some of the other inputs depending on the value that is detected.
Is there a way to detect when the value of a dropdown gets changed when inserting a new item. I want to disable some of the other inputs depending on the value that is detected.
I can detect the value of the dropdown like this:
However setting the field option after the grid is created is not possible using
$("#grid").jsGrid("fieldOption", "Size", "inserting", false);
The text was updated successfully, but these errors were encountered: