hi
how can i active the edittemplate of this kind of data grid
this is to give u an idea how will be the datagrid
i'd appreciate if u cn provide code and other stuffs bout this thing
thanks and regards
webster
how can i active the edittemplate of this kind of data grid
<telerik:RadGrid ID="grdValutazione" runat="server" GridLines="None" |
AllowPaging="True" PageSize="20" AllowSorting="True" AutoGenerateColumns="False" |
ShowStatusBar="true" AllowAutomaticDeletes="True" AllowAutomaticInserts="True" |
AllowAutomaticUpdates="True"> |
<MasterTableView CommandItemDisplay="none" GridLines="None" |
DataKeyNames="IDPAP,IDAPPEZZAMENTO,IDPARTICELLA" AllowFilteringByColumn="False" AllowSorting="True"> |
<Columns> |
<telerik:GridTemplateColumn> |
<ItemTemplate> |
<asp:label runat="server" ID="test" text='<%# bind("test") %>' /> |
</ItemTemplate> |
<EditTemplate> |
<asp:textbox runat="server" ID="txt" text='<%# bind("test") %>' /> |
</EditTemplate> |
</telerik:GridTemplateColumn> |
</Columns> |
</MasterTableView> |
</telerik:RadGrid> |
i'd appreciate if u cn provide code and other stuffs bout this thing
thanks and regards
webster