Jump to content

TUniDBGrid - Disable RowEditor Confirm/Cancel until all required fields entered.


Recommended Posts

Posted

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.

  • 3 months later...
Posted

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();

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...