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

[Solved] Issues with Client Templates and Ajax Custom Databinding

0 Answers 25 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Alex
Top achievements
Rank 1
Alex asked on 08 Feb 2011, 07:52 PM
Hi,

I'm trying to figure out how to combine client template columns (ajax checkboxes) and custom ajax databinding.  It seems the Grid syntax is slightly different for both scenarios and doesn't run as expected.

Whats the best recommended way to make this work?

http://demos.telerik.com/aspnet-mvc/razor/grid/checkboxesajax
@{ Html.Telerik().Grid(Model)

http://demos.telerik.com/aspnet-mvc/razor/grid/custombinding
@(Html.Telerik().Grid(Model)

http://demos.telerik.com/aspnet-mvc/razor/grid/templatesclientside
@(Html.Telerik().Grid<Customer>()

Thanks,
Alex
Tags
Grid
Asked by
Alex
Top achievements
Rank 1
Share this question
or