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
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.