Hello,
I have a Rad grid with combination of Bound & Template columns in it.
On page load I used Need Data Source handler to bind the rad grid.
Now in my case for page actions I am trying to bind the Rad grid from client side by calling Web Method via $.Ajax() function.
Here, bound columns gets populated correctly however, the text of label control in grid template column not showing.
I have tried many alternate ways to bind the template column at client side with no success.
Could someone please advise how should I display the text of label control in grid template column on client side binding?