This is a migrated thread and some comments may be shown as answers.

Grid cell contents disappear when cell selected

5 Answers 600 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Levi
Top achievements
Rank 1
Levi asked on 08 May 2012, 04:13 PM
version v2011.3.1129

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

Sort by
0
Levi
Top achievements
Rank 1
answered on 08 May 2012, 05:06 PM
The problem is actually worse than I thought.  If the element in the cell is an input element, for example a checkbox, when the cell is selected the checkbox disappears and when I select a different cell, the checkbox re-appears but lost its state (if it was checked, it is no longer checked)

This is a show-stopper for me, so hopefully there is a fix to prevent this from happening.

0
Levi
Top achievements
Rank 1
answered on 08 May 2012, 05:17 PM
Updated to 2012.1.322 and the problem is fixed. 
0
Ricardo
Top achievements
Rank 1
answered on 08 May 2012, 07:33 PM
Hi Levi.

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.
0
navin
Top achievements
Rank 1
answered on 17 Oct 2020, 06:18 AM

I think if give a default value

->editable(true)->defaultValue(1)
               ->nullable(false);

 

It doesn't disapper

0
Tsvetomir
Telerik team
answered on 21 Oct 2020, 12:10 PM

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/.

Tags
Grid
Asked by
Levi
Top achievements
Rank 1
Answers by
Levi
Top achievements
Rank 1
Ricardo
Top achievements
Rank 1
navin
Top achievements
Rank 1
Tsvetomir
Telerik team
Share this question
or