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

create an anchor tag in grid column bound client side via JSON

1 Answer 112 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Andy Barker
Top achievements
Rank 1
Andy Barker asked on 30 Sep 2008, 02:55 PM
I recently converted a radgrid being bound through asp.net server side to client side via json and web service.  The grid has an anchor tag in one of the cells, which I created previously using the gridtemplatecolumn.  How do I do the same thing with json binding?  I've tried encoding an anchor tag in the json object with no success.

Thanks,
Andy

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 30 Sep 2008, 03:10 PM
Hi Andy,

You can use OnRowDataBound client-side event to achieve this. I have attached small example.

Best wishes,
Vlad
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Andy Barker
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or