- Home
- Forum
- JavaScript - EJ 2
- Grid in Inline Edit Mode but Update button is disabled
Grid in Inline Edit Mode but Update button is disabled
Hi support,
I have a complex grid with in-cell dropdowns, checkboxes etc.
If I'm using the inline edit mode, the update button is greyed out and I can't use it.
However if I click to another row, the values are updated correctly.
If I use the dialog mode, I can see that the update button of the gird is enabled.
Saving the dialog also updates the data correctly.
What can be wrong that causes the update button to be greyed out in inline mode?
Regards,
Stephan
Hi,
Greetings from Syncfusion Support.
We have reviewed your query, it seems when using inline editing, in the edit state, the update button seems to be in disabled state. We tried to replicate the issue by preparing sample with dropdownlist template and checkbox selection. Unfortunately we cannot replicate the issue from our end. We have attached the sample for your reference.
Sample: https://stackblitz.com/edit/kpcfyhqq?file=index.js
We request you to provide the following information to validate further.
- Please provide the complete code information of your grid, which will help us to understand the customizations you have implemented.
- Please replicate the issue in the provided sample by modifying the sample similar to your grid implementation.
- Please provide a video demonstration of the issue you are facing, so that it will be helpful to understand the issue better.
We highly appreciate your cooperation in providing these details.
Regards,
Dineshnarasimman M
Hi Dineshnarasimman,
thanks for your quick answer.
After carefully analizing this issue, I found out that I have an error in my code.
There was a bit of code left over from the edit mode Dialog I had before.
In actionComplete event I did use the code to change the header of the edit dialog.
When I switched to inline editing I forgot to remove the code.
This did cause an error and prevented the grid from enabling the save button.
Sorry to cause so much trouble
Regards,
Stephan
Hi,
Thanks for the update. We are glad that the issue has been resolved from your end.
Please get back to us for further assistance.
Regards,
Dineshnarasimman M
- 3 Replies
- 2 Participants
-
SS Stephan Schrade
- Nov 17, 2025 01:52 PM UTC
- Nov 20, 2025 05:49 AM UTC