Hello,
We have a Rad grid with combination of Bound & Template columns in it.
For the first time when page gets loaded we are binding the Rad grid through server side Need Data Source handler.
In our case for page actions we are trying to bind the Rad grid from client side by calling Web Method via $.Ajax() function.
Everything works well w.r.t. Bound column but it seems Template column are not supported to bind data via client side.
We have tried many alternate ways to bind the template column at client side with no success.
Could someone please advise is there a workaround/better way to achieve the client side binding of Template column for Rad Grid?