Adding TextBox into DataGrid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

Is it possible to add a TextBox or CheckBox into DataGrid? and How? Or I
need to use Repeater instead?

Thanks for any help!

Tedmond
 
If I use Repeater, how I can read the data back from the textbox?

Thanks!

Tedmond
 
Use a TemplateColumn (call it TColumn1) and use TColumn1.Controls.Add after
you have created and configured your object (either TextBox or CheckBox).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top