Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
410 views

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

 

Veselin Tsvetanov
Telerik team
 answered on 16 Feb 2016
1 answer
168 views
Perusing the Bootstrap Light skin (the default render mode now), it looks like the font-family is "TelerikWebUI". Why would you chose such an obscure font? It makes matching site content to your controls difficult, plus it makes it hard to predict the appearance of your controls if this font isn't available.
Danail Vasilev
Telerik team
 answered on 16 Feb 2016
1 answer
140 views

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

 

Veselin Tsvetanov
Telerik team
 answered on 16 Feb 2016
1 answer
172 views

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

Hristo Valyavicharski
Telerik team
 answered on 16 Feb 2016
6 answers
975 views
Hi ,
     I tried to get a cell value from the Radgrid on clicking the button that is also present inside the radgrid. Both the label & buttons are in the GridTemplatecolumn.

Aspx file 
     

<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" />
</ItemTemplate>
</telerik:GridTemplateColumn>

Aspx.cs file:

 

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

Viktor Tachev
Telerik team
 answered on 16 Feb 2016
1 answer
105 views

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>

Veselin Tsvetanov
Telerik team
 answered on 16 Feb 2016
1 answer
105 views
I have a Radwindow that opens up and displays a databound Radgrid.  The first column of the RadGrid is a select button.  When the user clicks on that button, I want 2 column values to be stored as a session variable, then redirect to another page.  I am unable to grab the values, so I either get an error or it redirects with no session variable.  I have tried all sorts of different ways to get the data.  The SelectedIndexChanged for the radgrid doesn't seem to get triggered inside the Radwindow.  Any help would be appreciated.
Eyup
Telerik team
 answered on 16 Feb 2016
2 answers
107 views

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

 

Plamen
Telerik team
 answered on 16 Feb 2016
1 answer
175 views

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.

Ianko
Telerik team
 answered on 16 Feb 2016
2 answers
151 views

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

 

Nencho
Telerik team
 answered on 16 Feb 2016
Narrow your results
Selected tags
Tags
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?