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

HtmlHelper<dynamic> doesn't contain definition for Kendo...

1 Answer 90 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
GarfieldTech
Top achievements
Rank 1
GarfieldTech asked on 09 May 2019, 06:07 PM

.cshtml in View:

@(Html.Kendo().Grid<Main_Kendo.Models.ScannerViewModel>()

.Name("Grid")        

    .Columns(columns =>       

{            

columns.Bound(b => b.Scan).Width(140);            columns.Bound(b => b.BarcodeImage).Width(140);            columns.Bound(b => b.DropZone).Width(140);            columns.Bound(b => b.EnteredBy).Width(100);            columns.Bound(b => b.EnteredDate).Width(130);            columns.Command(command => command.Destroy()).Width(110);        })

1 Answer, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 14 May 2019, 01:09 PM
Hello,

I have replied to your query in the other thread that was submitted. If you have additional questions please post there so that all information is in a single thread.


Regards,
Viktor Tachev
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.
Tags
General Discussions
Asked by
GarfieldTech
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
Share this question
or