Hi,
If I use a grid smart tag to edit the EditTemplate and drag a control into the edit box provided, it produces this code in <MasterTableView>:
but when my template opens it shows nothing, basically just a title bar with no content. When I use the code below (which I got from your website) then the template shows up just fine - so just what is EditItemTemplate all about?
If I use a grid smart tag to edit the EditTemplate and drag a control into the edit box provided, it produces this code in <MasterTableView>:
<EditItemTemplate> <asp:Button ID="Button1" runat="server" Text="Button" /></EditItemTemplate>but when my template opens it shows nothing, basically just a title bar with no content. When I use the code below (which I got from your website) then the template shows up just fine - so just what is EditItemTemplate all about?
<EditFormSettings EditFormType="Template"> <PopUpSettings Modal="True" /> <FormTemplate> <telerik:RadTextBox ID="Username" Runat="server"> </telerik:RadTextBox> </FormTemplate></EditFormSettings>
