I have a grid that has editable: true, and when I select the cell, the contents disappear and are replaced by a gray box. I've attached an image of the problem.
5 Answers, 1 is accepted
This is a show-stopper for me, so hopefully there is a fix to prevent this from happening.
if the problem is when you select out of the box around the buttons is similar to the problem I had.
What I did was put the field where your images are of type string
and editable false.
I think if give a default value
->editable(true)->defaultValue(1)
->nullable(false);
It doesn't disapper
Hi Navin,
The thread is pretty outdated and what I believe that the others refer to is that the column with the buttons disappear when the cell is selected rather than the editing itself.
Is there an issue that you have particularly encountered? As I can see, you utilize the PHP wrappers for your application. Are there any problems that you have stumbled upon?
Kind regards,
Tsvetomir
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.