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

ClientDataSource databinding sqlreader

1 Answer 61 Views
ClientDataSource
This is a migrated thread and some comments may be shown as answers.
gonzalez
Top achievements
Rank 1
Veteran
gonzalez asked on 23 Oct 2015, 07:11 PM
in all examples use OData, XML, WCF, you can implement SqlDataReader to fill the component, if so could show an example?

1 Answer, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 28 Oct 2015, 10:17 AM
Hi,

The RadClientDataSource control retrieves data from a WebService and passes it to a data-bound control. The way the data is pulled from the database by the service is not relevant. Uou can use SqlDataReader in the WebService to retrieve the data.

It is important that the service is configured correctly in order to send the data to the client in valid JSON format. Check out the following articles that elaborates more on configuring the control.



Regards,
Viktor Tachev
Telerik
Tags
ClientDataSource
Asked by
gonzalez
Top achievements
Rank 1
Veteran
Answers by
Viktor Tachev
Telerik team
Share this question
or