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

How to Implemented Telerik Grid Bind

1 Answer 34 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jaya
Top achievements
Rank 1
Jaya asked on 06 Feb 2015, 07:33 AM
Hi

How to Implemented Telerik Grid Bind Records using List object i seen this code

<asp:SqlDataSource runat="server" ID="SqlDataSource1" ConnectionString="<%$ ConnectionStrings:NorthwindConnectionString %>" SelectCommand="Select OrderID, OrderDate, ShipVia, ShipName, ShipAddress, ShipCity, ShipCountry FROM Orders"></asp:SqlDataSource>

but here i canot pass my stored procedure how so i move bind the records to server side c# then how to sorting , Filtering Concept using Telerik Grid 
any one guide me post the code thats helpful for me

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 11 Feb 2015, 09:52 AM
Hello Jaya,

Initially, I want to make a note that performing complex grid operations such as Inserting, Deleting, Updating, Hierarchy relations, Grouping, Exporting, Paging, Sorting, Filtering, etc. require accommodating appropriate database operations.  Therefore, we suggest you to avoid Simple Databinding and strongly recommend the use of more advanced databinding methods, which automatically handle the aforementioned functions:
Declarative DataSource
Advanced Data Binding


In that sense, you can either use a datasource control in your mark-up with SP or configure your SP programmatically making avail of the NeedDataSource event handler.

For your convenience, I'm sending a sample RadGrid web site to demonstrate a the suggested approach. Please check the logic in the attached application and let me know if it helps you.


Regards,
Eyup
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
Jaya
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or