Hello,
I have custom column for my event appointment, the column I called "IsDone". This column will be updated from another API service. My scenario is: make the appointment which is IsDone equal to True is un-editable. How to achieve this?
note:
Below are effort that I have been taken but with no good result:
- mapped the IsDone to IsReadonly as per documentation, but did not work
- handle the renderCell and eventRendered to add class e-read-only, but did not work also.
Thank you in advance
Best regards,
Ismail