Hi Telerik Suport Team,
I'm facing a problem of using <form> in UserControl page. This page is included in <EditFormSettings> like below :
</Columns>
<EditFormSettings UserControlName="Inc/EditUsers.ascx" EditFormType="WebUserControl">
In EditUsers.ascx, I'm trying to use <form> to let user perform insert/update action automatically just by pressing Enter key to submit form (No need to click on Insert/Update button). But it throws Exception that I can't use <form> tag. I've reviewed examples of how using RadGrid but finding no example that has that solution.
Please help me to solve this problem.
Thanks a lot,
Huong Nguyen.
I'm facing a problem of using <form> in UserControl page. This page is included in <EditFormSettings> like below :
<
telerik:RadGrid runat="server" ID="rgAgencyUsers" GridLines="None" DataKeyNames="AgencyUserID" DataSourceID="LinqDataSource1" >
<
MasterTableView DataKeyNames="AgencyUserID" AllowMultiColumnSorting="True" CommandItemDisplay="Top">
<
Columns>
.......
</Columns>
<EditFormSettings UserControlName="Inc/EditUsers.ascx" EditFormType="WebUserControl">
<EditColumn UniqueName="EditCommandColumn1"></EditColumn>
</EditFormSettings>
</MasterTableView>
</
telerik:RadGrid>
In EditUsers.ascx, I'm trying to use <form> to let user perform insert/update action automatically just by pressing Enter key to submit form (No need to click on Insert/Update button). But it throws Exception that I can't use <form> tag. I've reviewed examples of how using RadGrid but finding no example that has that solution.
Please help me to solve this problem.
Thanks a lot,
Huong Nguyen.