Community discussion forum

editing datagrid is not showing textboxes in the row

  • 9 months ago
    hi, i am trying to set editable row in the datagrid with the DataGrid1_EditCommand(object source,System.Web.UI.WebControls.DataGridCommandEventArgs e) { DataGrid1.EditItemIndex = e.Item.ItemIndex; } But the problem is that i am not able to see the text boxes in the row as desired for editing. Do i have to set any other property too? if possible,pls tell earliest. Any help is appreciated. Thanks, yamini
    Post was edited on 31/01/2009 18:02:31 Report abuse
  • 9 months ago
    i think u have to use template id to put a text box in the grid view

Post a reply

Enter your message below

Sign in or Join us (it's free).

We'd love to hear what you think! Submit ideas or give us feedback