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

Grid Column with checkbox

1 Answer 169 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Patrick
Top achievements
Rank 1
Patrick asked on 30 Oct 2017, 12:32 PM

Hello,

I am trying to get a grid to work with checkbox instead of the "true"/"false".

I found the faq for ASP.NET (https://docs.telerik.com/aspnet-mvc/helpers/grid/faq#how-to-display-checkboxes-in-ajax-bound-grids) but nothing similar for .net core.

When I try to use this on my asp.net core mvc project, I get always the error, that the given variable is not defined.

 

In general, can the ASP.net MVC examples be used on ASP.net core MVC?

Regards

Patrick

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 02 Nov 2017, 08:04 AM
Hello, Patrick,

In general, most of the examples for the MVC Grid can be used for the ASP.NET Core version of the widgets.

The known differences and issues are listed here:

https://docs.telerik.com/aspnet-core/known-issues

Could you please advise which variable is undefined, as the "ProductID" for example, has to be replaced with an actual value from the Grid, the same is applicable for the "Enabled" value.

Regards,
Stefan
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
Grid
Asked by
Patrick
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or