
hi all,
i am new to ajax. i have downloaded AjaxControlToolkit 3.5 and right click on the toolkit and browse to the AjaxControlToolkit.dll
now i have all the ajax control in but i am not able to drag and drop AutoCompleteextender and some other controls to the design view
but at the same some controls can be draged and droped in to the design view
i have right click on the Textbox but i cant find "Add Extender" in the option
Please help
Kind Regards
Hi,
We need to add 2 user controls to an aspx file, these 2 user controls have one telerik ajax manager each. but telerik only allows one ajax manager in a web page. I am getting exception while running the app.
Is there any way work around for this?
Regards,
Joe.<
telerik:RadGrid runat="server" ID="DGE" AllowSorting="false" AllowMultiRowSelection="true"
AutoGenerateColumns="false" EnableEmbeddedSkins="false" Skin="NextGen" Visible="true"
OnItemDataBound="Grid_ItemDataBound" EnableEmbeddedScripts="false" >
<ClientSettings EnableRowHoverStyle="true">
<Scrolling AllowScroll="true" ScrollHeight="120px" UseStaticHeaders="true" />
<Selecting AllowRowSelect="true" EnableDragToSelectRows="true" />
<Resizing ClipCellContentOnResize="true" AllowColumnResize="true" AllowRowResize="True" ResizeGridOnColumnResize="true" />
</ClientSettings>
<MasterTableView AutoGenerateColumns="false" GroupsDefaultExpanded="true" TableLayout="Auto">
<RowIndicatorColumn>
<HeaderStyle Width="20px"></HeaderStyle>
</RowIndicatorColumn>
<ExpandCollapseColumn>
<HeaderStyle Width="20px"></HeaderStyle>
</ExpandCollapseColumn>
<Columns>
<telerik:GridTemplateColumn HeaderStyle-HorizontalAlign="Center" HeaderText="" UniqueName="RecordCount"
HeaderStyle-Width="23px" Visible="true">
<ItemStyle HorizontalAlign="Center" />
<ItemTemplate>
<%
# Container.ItemIndex + 1 %>
</ItemTemplate>
</telerik:GridTemplateColumn>
<telerik:GridBoundColumn HeaderStyle-HorizontalAlign="Left" >
<HeaderStyle Wrap="false" />
</telerik:GridBoundColumn>
<telerik:GridBoundColumn AllowSorting="false" DataField="PaymentAmount" HeaderStyle-HorizontalAlign="Left"
>
<HeaderStyle Wrap="false" />
<ItemStyle HorizontalAlign="Right" Wrap="false" />
</telerik:GridBoundColumn>
<telerik:GridBoundColumn DataField="PaymentCurrency" HeaderStyle-HorizontalAlign="Left"
">
<HeaderStyle Wrap="false" />
<ItemStyle Wrap="false" />
</telerik:GridBoundColumn>
<telerik:GridBoundColumn HeaderStyle-HorizontalAlign="Left" >
<ItemStyle Wrap="false" />
</telerik:GridBoundColumn>
<telerik:GridTemplateColumn >
<ItemTemplate>
<asp:Label ID="lblSM" runat="server"></asp:Label>
<telerik:RadToolTip ID="ttMsg" Text='' runat="server" RelativeTo="Mouse" AutoCloseDelay="50000"
EnableEmbeddedSkins="false" Skin="NextGen" TargetControlID="lblSM" EnableViewState="false">
</telerik:RadToolTip>
</ItemTemplate>
<ItemStyle Wrap="false" />
</telerik:GridTemplateColumn>
</Columns>
</MasterTableView>
<FilterMenu EnableTheming="True">
<CollapseAnimation Duration="200" Type="OutQuint" />
</FilterMenu>
<ClientSettings AllowDragToGroup="false" AllowGroupExpandCollapse="true" ReorderColumnsOnClient="false">
<Selecting AllowRowSelect="True" />
</ClientSettings>
<GroupingSettings UnGroupTooltip="true" />
</telerik:RadGrid>
Expecting your reply.