Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
217 views
As displayed in the attached image. I would like to know that how to display the root menu items in multiline. I want to display the text in two lines.
Magdalena
Telerik team
 answered on 24 Sep 2014
1 answer
99 views
Hi,
I want to customize my scheduler in a way that if two adjacent time slots have appointments then they should be shown in different color.
Attaching file for reference.

Thanks
Boyan Dimitrov
Telerik team
 answered on 24 Sep 2014
1 answer
460 views
Hi all:

I have a RadToolBar on an ASP.NET Ajax page and expanded the toolbar width to 1280, setting the 9 buttons to widths of 100 to spread them out. I selected the Office2010 silver skin, is there a way to set the button text to be centered? When I run now the text is left-aligned.

John
Magdalena
Telerik team
 answered on 24 Sep 2014
1 answer
125 views
Hello Telerik Team,

we have used the UI for ASP.NET AJAX Telerik toolkit in our application. Recently we have upgraded the Telerik version from older version “2012.2.724.35” to the new version “2014.1.403.45”. After upgrading the Telerik version we are facing some functionality issues. We need your help on identifying the fix for following mentioned issue. 

Following is the issue which we are facing after upgrading Telerik Version to“2014.1.403.45” i.e UI for ASP.NET AJAX Q1 2014 

Issue : If the Radcombobox is present inside the Ajax panel. In this case when we perform any search within the Radcombobox and press enter key from keyboard to select that option, then page does a full postback instead of partial postback. It seems it is executing the partial postback and then doing full postback. We have used Radcomboboxes in our overall site and this is most major issue which we are facing.We need a generic fix as we don’t want to change many pages to fix this problem. Can you please suggest how we can fix this issue?

FYI: Instead of Enter key if we use mouse click to select option within RadCombobox then partial post back does correctly.

Is this kind of issues were got fixed in other higher version of Telerik such as UI for ASP.NET Ajax 2014 Q2? Please advice

Any help on above issue is highly appreciable.

Thanks,
Riz
Dimitar Terziev
Telerik team
 answered on 24 Sep 2014
1 answer
158 views
Hi

I have a RadTab and RadMultiPageView. I am adding New Tab and New Page View from Java Script and loading PageView with an URL.

Now I want to find an element in the loaded PageView with URL.

It is loading content in iFrame and I could not get the elements in it as there is no ID with the iFrame and cannot find that.

Please help.
Dimitar Terziev
Telerik team
 answered on 24 Sep 2014
1 answer
69 views
I have a public property witch looks like this
public string SelectedCountry
{
get { return this.cmbCountry.SelectedValue; }
}
Where i receive what the user has selected in the RadComboBox.

Now I want to filter my gird by this selected value how can I do this ?

On the gird page I prepared method like this witch is triggered when the user clicks on a button (apply filter)

protected void Af_FilterButtonClicked(object sender, EventArgs args)
{
jobFilter.SelectedCountry.Where() //jobFilter is my custom control
}

I thought that I have to do something like this ?Thanks for help and fast answer !
Angel Petrov
Telerik team
 answered on 24 Sep 2014
1 answer
81 views
I am using a RadTreeList control to display a bunch of items. I added a RadContextMenu to the page and set the OnItemClick event so I can use it in the code behind to set the URL of my RadWindow based on Insert and Edit. Then I open a radwindow using that url.


It looks exactly like the one in this demo

protected void rcMenu_ItemClick(object sender, RadMenuEventArgs e)
        {
            switch (e.Item.Value)
            {
                case "Insert":
                    url = "~/Admin/ManageItemsDialog.aspx?ID="
                    break;
                case "Edit":
                    url = "~/Admin/ManageItemsDialog.aspx?ID="
                    break;
            }
    }


In here I am trying to retrieve the ID and the ParentID of the selected item from the tree list. The ultimate goal is to open a RadWindow passing the ID and ParentID through the URL.
bluetea55z
Top achievements
Rank 1
 answered on 24 Sep 2014
5 answers
567 views
Hi,

I am using Telerik control version 2012.3.1322.40 on my web application with .net framework 4.0. I would like to upgrade / convert my webapplication for .net Framework 4.5. Would Telerik control version 2012.3.1322.40 supports .net framework 4.5 or should I upgrade telerik control version as well?

Which version of .net framework is supportable by Telerik control version 2012.3.1322.40?
Thanks.
Jayesh Goyani
Top achievements
Rank 2
 answered on 23 Sep 2014
4 answers
326 views
I have the following columns in a RadGrid

<telerik:GridBoundColumn DataField="NavigateTarget" HeaderText="Navigate Target" UniqueName="NavigateTarget" DataType="System.String" ColumnEditorID="Editor_NavigateTarget" />    
<telerik:GridCheckboxColumn DataField="Enabled" HeaderText="Enabled" UniqueName="Enabled" DataType="System.Boolean" ColumnEditorID="Editor_Enabled" />    

 which, when rendered in in-place edit mode, looks like this:
  

Note that for the first (string) column, the input id ends with TB_NavigateTarget. Presumably, TB stands for TextBox and it inferred the rest from the DataField or UniqueName. 

For the second (checkbox) column, the input id ends with ctl00, totally ignoring the DataField, UniqueName and ColumnEditorID specified in the markup. I was expecting something like Editor_Enabled or CB_Enabled 

So, two questions:

1. What is the ColumnEditorID property supposed to do? It is not affecting the ID of the INPUT elements.
2. How do I get a meaningful ID on the CheckBox? I need it for when the _UpdateCommand event is fired. 

I also have a GridNumericColumn and it behaves similar to the GridBoundColumn, i.e. it has a meaningful ID (RNTB_<data field>) so I know that it's not a GridBoundColumn vs. specific-type column issue.

Thanks.
Jayesh Goyani
Top achievements
Rank 2
 answered on 23 Sep 2014
2 answers
298 views

Hello Folks,

I do know that the AutoCompleteBox has been designed to display its DropDown upon a user entry and not before. But this behavior does eventually create a little confusion when the user has no idea what the possibilities are. Therefore I would like to achieve the following functionality:

  1. Populate the dropdown immediately with a maximum of 100 elements
  2. Display the dropdown at load time after being populated with the 100 elements
  3. Upon user entry, the filtering should happen on all possible elements, not only the 100 elements that were preloaded

I am aware that the RadComboBox with the LoadOnDemand event could come close to the solution,... but close isn't enough. I would really like to use the AutoCompleteBox. Any idea how to achieve this ?
Thanks

Francois MARTIN
Top achievements
Rank 2
 answered on 23 Sep 2014
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?