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

Hover over checkbox in kendo grid make text in active cell disappears

2 Answers 201 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Wendy
Top achievements
Rank 1
Wendy asked on 23 Feb 2021, 05:51 PM

I have a kendo grid in an asp.net MVC application to fill a catalog. There are 2 columns on the grid: ItemName (text) and IsActive (checkbox). 

 

But every time I add or edit a new row, if I write something in the text column and then hover over any checkbox in the grid the text in the cell that I was working disappears.

 

I'm using InCell grid edit mode. To set the checkbox column I used a ClientTemplate:

columns.Bound(x => x.IsActive).Width(80).ClientTemplate("<input type='checkbox' class='GridCheckBox' name='IsActive' #=IsActive? checked='checked' : '' #/> ");

 

Is there a way to solve this?

 

2 Answers, 1 is accepted

Sort by
0
Neli
Telerik team
answered on 26 Feb 2021, 11:19 AM

Hello Wendy,

I tried to replicate the described issue locally. However, the text of the cells is not disappearing on my end while hovering the checkbox. 

Attached you will find a sample project. In the project, there is a checkbox in a client template as described in the snippet in your email. Also, the Grid is using incell editing. Please take a look at the sample project and let me know if I am missing something from your scenario. I will appreciate it if you could modify the sample in order to replicate the issue the way it is at your end and send it back. This way we could troubleshoot locally and advise you further.

Looking forward to your reply.

Regards,
Neli
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/.

0
Wendy
Top achievements
Rank 1
answered on 01 Mar 2021, 07:10 PM
Thanks for your reply Neli, it was really helpful. 
Tags
Grid
Asked by
Wendy
Top achievements
Rank 1
Answers by
Neli
Telerik team
Wendy
Top achievements
Rank 1
Share this question
or