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

Adding a Linkbutton in RadGrid?

1 Answer 168 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Bhuvan
Top achievements
Rank 1
Bhuvan asked on 11 Jan 2011, 01:59 PM
How to add a linkbutton in RadGrid in Fly?

I had 3 columns in a table

In runtime ...
1)First Column should be linkbutton
2)Second column should be Label
3)Third Column should be same as in table

how to acheive the above one in runtime?

Is it possible..If yes please provide me a small example

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 12 Jan 2011, 07:57 AM
Hello Bhuvan,

There is one documentation which explains how to create columns dynamically in Radgrid. You can create LinkButton and Label at run time by dynamically adding GridTemplateColumn with LinkButton and label control in ItemTemplate as mentioned in the documentation.
 Programmatic creation
Thanks,
Princy.
Tags
Grid
Asked by
Bhuvan
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or