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