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

CheckBox in GridTemplateColumn

1 Answer 45 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Troy Clemons
Top achievements
Rank 1
Troy Clemons asked on 10 Oct 2016, 06:59 PM

I am currently using version 2016.3.914.45 of ASP.Net Ajax control.

My grid is inside a page layout control.

The problem is that on my development machine a asp checkbox appears in the grid as expected. but when published

the checkbox does not appear on any browser I check with. if I place a letter "S" in the text portion of the checkbox I can

see the "S" and select the grid row with the "S" but I still see now checkbox.

 

if I place all the code inside a simple html page with no page layout the checkbox is displayed correctly.

 

Thanks for any help

1 Answer, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 13 Oct 2016, 02:36 PM
Hi Troy,

Please open the browser console by pressing F12 and see if there are any errors listed. Also, remove any custom CSS that is applied on the page and see if the behavior changes.

You mention that without Layout page the checkboxes are displayed properly. Please examine the styles that are included in the Layout page and see if there is any rule that is hiding the checkboxes.

Regards,
Viktor Tachev
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Grid
Asked by
Troy Clemons
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
Share this question
or