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

Binding to Local Data from Model

2 Answers 251 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Carlos
Top achievements
Rank 1
Carlos asked on 02 Aug 2019, 04:36 PM

I have a model with a property of IQueryable<T>  that I want to bind to a grid.  This achievable with the Html helper but to me it looks messy.  I was trying to achieve the same with the tag helper.  In the html helper it is @(Html.Kendo().Grid(Model.GridData) ... I do not see a property that I can connect the Model.GridData in <kendo-grid ...

Does anybody have a suggestion?

2 Answers, 1 is accepted

Sort by
0
Accepted
Nikolay
Telerik team
answered on 06 Aug 2019, 12:12 PM
Hi Carlos,

What you are trying to achieve is not coming out of the box. Please review the below thread, duplicate to yours, for a possible solution.


If there is anything we could help, please contact us back.

Regards,
Nikolay
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Carlos
Top achievements
Rank 1
answered on 06 Aug 2019, 12:29 PM
Thanks for your response, I was hoping I was missing something.  I will implement as suggested.
Tags
Grid
Asked by
Carlos
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Carlos
Top achievements
Rank 1
Share this question
or