MarkB Posted March 2, 2020 Posted March 2, 2020 Is it possible to have the Confirm button on the RowEditor disabled until all required fields are entered? If you need to know why I can give my example of the issue I'm having, but the above would fix it. Quote
Hayri ASLAN Posted June 26, 2020 Posted June 26, 2020 You can use this code to enable and disable it. YourGridJSName.editingPlugin.getEditor().floatingButtons.items.get(0).disable(); YourGridJSName.editingPlugin.getEditor().floatingButtons.items.get(0).enable(); Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.