Hi,
I have the problem, that the automatic generated InsertForm doesn't display the Default Insert-Button. The Cancel-Button works fine.
I tried this:
Doesn't work.
My settings:
Hope somebody can help me with this issue.
Regards
Kai
I have the problem, that the automatic generated InsertForm doesn't display the Default Insert-Button. The Cancel-Button works fine.
I tried this:
<EditFormSettings> |
<EditColumn CurrentFilterFunction="NoFilter" FilterListOptions="VaryByDataType" UniqueName="EditCommandColumn1" |
InsertImageUrl="../../Skins/Default/Grid/Edit.gif" /> |
</EditFormSettings> |
My settings:
<telerik:RadGrid ID="RadGrid1" runat="server" AutoGenerateColumns="False" AllowAutomaticDeletes="True" |
AllowAutomaticInserts="True" AllowAutomaticUpdates="True" DataSourceID="SqlDataSource1" |
GridLines="None" BackColor="Gray" Font-Bold="False" Font-Italic="False" Font-Overline="False" |
Font-Strikeout="False" Font-Underline="False" HeaderStyle-BackColor="Beige" ShowHeader="true" |
AllowPaging="True" PageSize="10" Width="80%" BorderWidth="0px" ShowStatusBar="true" |
AllowSorting="True"> |
<PagerStyle Mode="NumericPages"></PagerStyle> |
<MasterTableView CommandItemDisplay="Bottom" DataSourceID="SqlDataSource1" HorizontalAlign="NotSet" |
DataKeyNames="ID" CurrentResetPageIndexAction="SetPageIndexToFirst" Dir="LTR" |
Frame="Border" TableLayout="Auto" Font-Bold="False" Font-Italic="False" Font-Overline="False" |
Font-Strikeout="False" Font-Underline="False" BackColor="#dcdcdc" EditMode="InPlace" |
AllowMultiColumnSorting="True" AutoGenerateColumns="false"> |
... |
</MasterTableView> |
Hope somebody can help me with this issue.
Regards
Kai