Hi
Webmaster
I saw this url for Multiple column for Autocomplete following url . But here mention DatasourceID="Sqldatasource" but i need use this same sample for call
asmx method how will do this any one guide me.
http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/multicolumncombo/defaultcs.aspx
Hi
How to Implementation AutoCompleteBox with Image for Ex:
My Control this but here i added this DataSourceID="SqlDataSource1" but no need this i need fetch the data from database using c# and list object
can you fixed this
<telerik:RadComboBox RenderMode="Lightweight" ID="RadComboBox1" runat="server" Width="400" Height="400px"
EmptyMessage="Type an E-mail" DataSourceID="SqlDataSource1" DataTextField="ContactName"
OnItemDataBound="RadComboBox1_ItemDataBound">
</telerik:RadComboBox>
But My Need this
In my AutocompleteBox shows like this -> multiple column with image then c# list object using webservices for Data binding.
EMPID EMPNAME EMPIMAGE
100 NAME HERE IMAGE HERE
how will do this any one fixed this
Hello,
I have 2 radAsyncUpload controls and both of them are required on my content page. I also have multiple textboxes and a listbox that are also required.
I have tried using the RequiredFieldValidator and it works but not on the radAsyncUpload control. I search the forum and found the customvalidator to check but that works for the radAsyncUpload control but not the other controls.
Is there a way I can check all my controls before I send anything to the server?
I'm using Telerik Tools 2013 Q1 NET 45. This page is using a master page.
Any help would be greatly appreciated
<telerik:GridTemplateColumn FilterControlAltText="Filter Status column"
HeaderText="Status" SortExpression="Status asc" UniqueName="Status">
<ItemTemplate>
<asp:Label ID="lblStatusText" Text='<%# Eval("Status")%>' runat="server"></asp:Label><asp:Button ID="btnChangeStatus" runat="server" Text="Change Status" onclick="btnChangeStatus_Click" />
protected void btnChangeStatus_Click(object sender, EventArgs e)
{
foreach (GridDataItem item in RadGrid2.Items)
{
Label lb = (Label)item.FindControl("lblStatusText");
Label lbOrder = (Label)item.FindControl("lblOrder");
string TemplateColumnValue = lb.Text;
string orderno = lbOrder.Text;
}
}
Wat i get as o/p is the last row value of the radgrid in the particular page instead i want the cell values of the row on which the button is clicked. in this the lblOrder is a boundcolumn value.
Thanks

Hi
How to implemented AutoCompleteBox in Telerik RadCombobox control . But I saw this in teklerik home website here DataSourceID="SqlDataSource1" mention for fetch the data . But i never need this logic i need fetch data from the server side c# code using list object from the database how will do this
any one post this.
<telerik:RadComboBox RenderMode="Lightweight" ID="RadComboBox1" runat="server" Width="400" Height="400px"
EmptyMessage="Type an E-mail" DataSourceID="SqlDataSource1" DataTextField="ContactName"
OnItemDataBound="RadComboBox1_ItemDataBound">
</telerik:RadComboBox>

Hi, I have a Radmenu that is linked to a sitemap file for the menu items, please let me know if access key can be set for the menu items in such a scenario.
Also, please let me know if we can set 'F' keys (F1 to F12) as access keys.
Thanks,
Rajesh

Hello team,
I am using Rad Editor and using export to word as shown in your demo.I want to modify few things :-
I have created the button in which i have used RadEditor1.ExportToDocx()
I want that when i click the button i want that the file should save with the name as defined by me (customized name) and also how to export the editor content to the existing word file(append the new content to the existing content in word file).
I want to save the exported file to different file location. How would i set the location path to save the exported file.
Thanks for the Reply in Advance.

Hi,
i'm testing radscheduler for a customer demand.
i would like to obtain a display as show as in attachment picture.
i try this demo http://demos.telerik.com/aspnet-ajax/scheduler/examples/resourcegrouping/defaultcs.aspx with vertical resource grouping and week view
is there a way to :
- add a custom column
- have a time scale with two only two slot (morning/afternoon)
Thanks.
Alan
