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

RadGrid not showing checkbox

1 Answer 252 Views
Documentation and Tutorials
This is a migrated thread and some comments may be shown as answers.
Fernando
Top achievements
Rank 1
Fernando asked on 23 Mar 2018, 05:03 PM

Hi, I'm trying to make a grid using RadGrid ASP.Net  and Visual Studio 2015 but I can't make RadGrid to show checkbox inside a column.

 

This is the code:

<telerik:GridClientSelectColumn UniqueName="Select" HeaderStyle-Width="30px" HeaderStyle-HorizontalAlign="Left"
               ItemStyle-HorizontalAlign="Left">
            </telerik:GridClientSelectColumn>

Any help will be appreciated.

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 28 Mar 2018, 05:52 AM
Hello Fernando,

Here are some suggestions which can prove helpful in troubleshooting this issue:

1. First of all, I would suggest that you ensure that the page does not have any script errors. You can do that by temporarily disabling AJAX and opening the F12 debugger of your browser:
https://www.telerik.com/support/kb/aspnet-ajax/ajaxmanager/details/get-more-descriptive-errors-by-disabling-ajax


2. Make sure that you are not using RadFormDecorator anywhere on the page.

3. Ensure that there are no controls on the page with RenderMode setting:
http://docs.telerik.com/devtools/aspnet-ajax/controls/grid/mobile-support/render-modes#setting-render-mode

4. Check your CSS files not to contain something similar to .input{display: none;} or visibility: hidden.

I hope this will prove helpful.

Regards,
Eyup
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Documentation and Tutorials
Asked by
Fernando
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or