Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
54 views
I have grids on several pages in my application.
I want to add a tooltip for export buttons which I will have to do programatically since it's not doing it any other way.
Is there a way I can just specify that function in my base class and every grid automaticaly implements that so that i don't have to call that function in each page I have the grid on?
Kostadin
Telerik team
 answered on 12 May 2014
1 answer
244 views
hi, i have dynamically creted a radhtmlchart in code behind , now i want to wrap the text of chart tiltle or axis title using C#

i have tried like this

// ChartTitle.TextBlock.Appearance.AutoTextWrap
         // Axis.Appearance.TextAppearance.AutoTextWrap
         // RadHtmlChart1.PlotArea.YAxis.TitleAppearance = Telerik.Charting.Styles.AutoTextWrap.True;
         // RadHtmlChart1.ChartTitle.Appearance.Align = Telerik.Charting.Styles.AutoTextWrap.True;
        // RadHtmlChart1.PlotArea.YAxis.TitleAppearance.tex = Telerik.Charting.Styles.AutoTextWrap.True;
         // RadHtmlChart1.PlotArea.YAxis.TitleAppearance.TextStyle=Telerik.Web.UI.HtmlCha
       // RadHtmlChart1.ChartTitle.Appearance.TextStyle=Telerik.Web.UI.HtmlChart.TextStyles.

but none of them work .

any help ?
Shinu
Top achievements
Rank 2
 answered on 12 May 2014
1 answer
124 views
How do you activate the context menu on IPad. I pressed and help and all I get is Open Javascript. I have been unable to figure out how to display the context menu. Respectfully, Tre'
Venelin
Telerik team
 answered on 12 May 2014
3 answers
127 views
Hello,

is there a way to create new Buttons on the right side of the RibbonBar's "minimize/maximize"-Button (like the "Help"-Button in Outlook or Office)?
So far I've only found a solution for the UI for WPF.

Thanks in advance,
Robin

Nencho
Telerik team
 answered on 12 May 2014
3 answers
105 views

We used Rad grid  in our Application, in that Filter Column Template is used to Filter the Following Data.

  • LG
  • NOKIA
  • AT&T
  • ORANGE

    In the above list the term “AT&T” itself not filtering the Data. Because of “&” Special Character .How to Filter this scenario having Some Special character. Given below is the js code

function PartnerIndexChanged(sender, args) {

var PartnerView = $find("<%=rgResults.ClientID%>").get_masterTableView();
PartnerView.filter("PartnerName", args.get_item().get_value(), "Contains");
}

 

                                                                      

Marin
Telerik team
 answered on 12 May 2014
2 answers
120 views
Hello.
1/ Context
I've got an issue with a aspx page where I use two RadComboBoxes, a RadDropDownTree and a RadAutoCompleteBox as a bunch of controls used as a search engine to filter a RadGrid.
The RadDropDownTree and the RadAutoCompleteBox both are managed by a tiny javascript script to prevent adding more than one token.
Please see screen01.

2/ Problem
When I add a token in the RadAutoCompleteBox [1] and then add a token in the RadDropDownTree [2], the grid does rebind fine.
Shortly : [1] then [2] works fine
When I add a token in the RadDropDownTree [2], and then add a token in the RadAutoCompleteBox [1], the grid does not rebind properly. The token in the RadAutoCompleteBox is not computed, only the very first letter, which empties the grid...
Shortly : [2] then [1] doesn't work.The controls are all embedded in a RadAjaxManager. When I disable Ajax (EnableAjax="false") in the RadAjaxManager, the problem disappears, but I wish to use the RadAjaxManager with Ajax enabled.

3/ Question
I'm a bit confused with that. Would you have any lead by a chance ?Thank you by advance
Regards
T.
Thierry
Top achievements
Rank 1
 answered on 12 May 2014
1 answer
44 views
Hello,

I've noticed a strange problem with the editor.

I can even reproduce it with the editor example.

1. Navigate to http://demos.telerik.com/aspnet-ajax/editor/examples/clientsideevents/defaultcs.aspx using Internet Explorer 11(11.0.9600.17105 - i assume that if one has ie11 it is this version)
2. Click the Media Manager in the toolbar.
3. Navigate to the folder "PublicRelations" and select the movie "RadNavigation.avi" or upload and select another file.
4. Click insert.
5. Switch to the HTML view in the bottom

Result: The movie is still present even though the view has been changed to HTML. I've noticed that this only occurs when the movie is set to autoplay and its play. If I wait till the movie has stopped and try and switch from Design to HTML it seems to work. Do you guys have any work around for this?
Vessy
Telerik team
 answered on 12 May 2014
7 answers
191 views

I have a grid that I bind in a NeedDatasource and I need to clear the items in the grid from outside the NeedDataSource.

I've tried the below, and grid.items.count doesn't change.

Me.rgProductModelSizeSubmittalDrawing.DataSource = Nothing
Me.rgProductModelSizeSubmittalDrawing.DataBind()

As mentioned by many other posts that I've read, a .clear would be really nice.
Jis
Top achievements
Rank 1
 answered on 12 May 2014
2 answers
107 views
Hello,
I have a page with the radgrid working.

What i wanted to do is after the render is complete, go to the header context menu object and remove some menu items that i don't want there.

When I add an OnPreRenderComplete to the code I get the 'Sys is not defined' error.

Any suggestions?
thanks.
Princy
Top achievements
Rank 2
 answered on 12 May 2014
5 answers
99 views
1. I noticed the OnClientSelectionChange function is only called the first time you tap in the content area on iOS.  Subsequent taps do not cause the OnClientSelectionChange function to execute.

2. I noticed a second issue when ContentAreaMode=iFrame. Subsequent taps do not move the cursor to the tap position unless I tap and hold the position. If I just tap, the iOS "Select | Select All | Paste" menu pops up and the cursor remains in the current position.  I see the same behavior in Safari and Chrome. iOS version 7.1.

I'm using version 2014.1.403.45 of the editor.

Please advise.

Trevor.
Ianko
Telerik team
 answered on 12 May 2014
Narrow your results
Selected tags
Tags
+124 more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?