I have a RadGrid that has a template column in it with RadHTMLChart. The query for the data for the charts takes a few seconds per chart, so I would like to be able for the user to access the grid while the charts load via ajax. I tried to set the datasource on the charts to nothing, and then declare the datasource with JS on the OnGridCreated client event and bind them, but I am using a SQL Datasource for the chart. It seems you can only use a JSON on the client side. What is another approach to accomplish this?