user1742152
user1742152

Reputation: 11

Telerik MVC grid data binding using Stored Procedure

Am using a telerik mvc grid to populate a data by passing the text that the user enters in a HTML textbox. Once the text is entered, I have a button which once we click, it should populate a telerik mvc grid with data (data should come by passing in the text into the stored procedure).

I have the stored proc, I have the controls in place and I want to use ajax binding to get the data from the controller using a view model. Am new to Razor, please help.

Upvotes: 0

Views: 1489

Answers (1)

Petur Subev
Petur Subev

Reputation: 20193

Check this demo, I think it is really close to the case you explained.

http://demos.telerik.com/aspnet-mvc/Grid/Filtering?theme=vista

Upvotes: 0

Related Questions