Template Column
-
I want to add a TemplateColumn( TextBox ) into a datagridcell. I just can add a textbox into a datagridcell but don't know how to do that with templatecolumn Thanks
Hello, I am also struggling a little with datagrid. For your answer check out. DataGridDemo By Mark Nischalke (in this site) It seems to me everybody talks about datagrids but no topic answers my questions. Maybe I am doing the wrong thing.... A ding is a gind to a _W_H_A_T_ if a dong is a dang to a gand? A ding is a gind to a _W_H_A_T_ if a dong is a dang to a gand?
-
I want to add a TemplateColumn( TextBox ) into a datagridcell. I just can add a textbox into a datagridcell but don't know how to do that with templatecolumn Thanks
Hi there, You basically add the TemplateColumn to the Grid control instead of a cell of the control. Could you be more specific about what you might want to do? Or the link below may give you an idea: Creating Templates Programmatically in the DataGrid Control[^]