Can anyone provide example for paging,filtering in kendo grid taking data from stored Procedures

1 Answer 233 Views
Grid MVVM
Demon
Top achievements
Rank 1
Demon asked on 25 Feb 2022, 04:50 PM
example for paging,filtering in kendo grid  and taking data from stored Procedures using MVC pattern

1 Answer, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 02 Mar 2022, 10:34 AM

Hi Demon,

We do not have an example, which shows how to use stored procedures to populate the Grid as this is a general concept for getting data, which is provided by the .NET Framework.

However, I think that you can create a database, setup the DbContext and populate a list of items as demonstrated in the link, which you referenced. You can also search the net for additional resources on how to do that, e.g.:

After that, the server-side binding article can be used for the final configuration of the Grid.

Regards,
Nikolay
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Grid MVVM
Asked by
Demon
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Share this question
or