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

Create a textbox into a grid on server side

1 Answer 91 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Andrés David Santacoloma Isaza
Top achievements
Rank 1
Andrés David Santacoloma Isaza asked on 14 Apr 2011, 04:46 PM
Hi:
I need create a textbox into a gridcolumn, but it's dinamic in with c# code.
Thanks
David.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 18 Apr 2011, 06:06 AM
Hello Andres,

In order to display TextBox as one grid column, you can use GridTemplateColumn with TextBox in ItemTemplate. Please refer the 'Creating template columns programmatically' part of following documentation to create GridTemplateColumn from code behind.
Programmatic creation

Thanks,
Princy.
Tags
Grid
Asked by
Andrés David Santacoloma Isaza
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or