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

[Solved] how can i use Telerik ajax grid into asp.net mvc project

4 Answers 56 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.
vikas gupta
Top achievements
Rank 1
vikas gupta asked on 30 Jun 2011, 10:51 AM
Hello..


how i can use Telerik ajax grid into MVC-3 application with filter,add,edit, delete, sorting and paging features..

please can you send me any demo project or link

4 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 30 Jun 2011, 11:21 AM
Hello Vikas Gupta,

Please refer to the following resources

http://www.telerik.com/help/aspnet-ajax/mvc-getting-started.html

http://www.telerik.com/help/aspnet-ajax/mvc-radgrid-databinding.html

http://www.telerik.com/help/aspnet-ajax/mvc-limitations.html

All the best,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
vikas gupta
Top achievements
Rank 1
answered on 30 Jun 2011, 12:44 PM
how can i apply filtering,editing and sorting on the grid like below example link into mvc application.

The grid will enable the filter columns (http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/filtering/defaultcs.aspx)

Add/Edit/Delete Fixture/Result

The user should be able to add/edit/delete fixtures by selecting a grid row and pressing edit (http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/alleditablecolumns/defaultcs.aspx)

0
Dimo
Telerik team
answered on 30 Jun 2011, 01:13 PM
Vikas,

You should have seen the following demo, which is accessible from the links provided in my earlier reply.

http://blogs.telerik.com/vladimirenchev/posts/08-10-17/the_grid_in_microsoft_asp_net_mvc_beta.aspx

It clearly shows that none of the postback-related functionality of RadGrid for ASP.NET AJAX does not work in MVC and you need to manage all datasource read and write operations yourself. With regard to filtering, you can use filter templates to insert filtering-related ActionLinks inside the Grid filter row and then handle the filtering in the controller.

http://demos.telerik.com/aspnet-ajax/grid/examples/programming/filtertemplate/defaultcs.aspx

Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
vikas gupta
Top achievements
Rank 1
answered on 01 Jul 2011, 07:18 AM
What i need to install for this?

How can i start to develop Telerik into mvc..


I am using visual studio 2010,mvc-2,mvc-3 and sql server 2008
Tags
Grid
Asked by
vikas gupta
Top achievements
Rank 1
Answers by
Dimo
Telerik team
vikas gupta
Top achievements
Rank 1
Share this question
or