As of Q2 2015 SP1 the popup element of RadToolTip cannot be shown if the content is empty. This is a result of an important improvement—http://feedback.telerik.com/Project/108/Feedback/Details/54180.
This change will affect implementation where content of tooltip is populated via the OnClientShow event. The proper usage is handling the OnClientBeforeShow event in order for the tooltip to show up.
You can also examine this online demo (http://demos.telerik.com/aspnet-ajax/tooltip/examples/databasetooltipswithoutlod/defaultcs.aspx) to further see such an implementation.
Hi!
I need your help one more time. I want to puts a button or hyperlink (or something for the user can interact for do any action to the radscheduler) but I don't know how to do it.
I read a lot of manuals and this told me that I have to write any code in javascript, but then when I run the project, it doesn't works...
Can anyone tell me or explain me how I can insert a button or hyperlink in the header of the radscheduler control? And then, the button will have events or I have to add in code.
I wait your responses :)
Regards!
Hi,
I am using Telerik.Web.UI.RadAsyncUpload v4.0.30319
ContentType for MSG Files are always returning as null. I tried uploading file with HtmlInputFile control, and that retrieves it fine. How can I get it to work with RadAsyncUpload ?
Note: I have the mime type (.msg application/vnd.ms-outlook) set in my local IIS where I am running my site.
Thanks
Purna
I want to be able to have a checkbox on the page that when checked, the RadGrid uses paging, when unchecked, the RadGrid shows all results. How can I accomplish this?
Thank you for your help.
Hello,
Is there a client-side event for when a RadPageView has finished loading? What I'm looking to do is when a RadTab is clicked for the specified RadPageView, I want to display a "loading..." message while the RadPageView's contentURL loads then hide it once the loading has finished.
Hello,
I have come across a problem with the editor when set NewLineMode="Br" and try to align text..
We have recently upgraded the telerik controls from V 2013 to V 2015.2.623.45.
After upgrade new version that some functionality are messed up.
When I type some text in the editor with enter then html will generate as below.
test<br><br>test<br><br>test<br><br>test<br><br>test
Now lets say the I want to set the alignment to center for the middle line of
text on Design mode
Then this happens over HTML view:
<p style="text-align: center;">test<br><br>test<br><br>test<br><br>test<br><br>test</p>
Which of cause means that all the text is aligned to center
However I just need centering the middle line which I had my cursor on.
This can easily be reproduced on your demo site as well(Chrome and IE 11 browser).
refer link : http://screencast.com/t/y4VEIHvlvM
Is there any fix or workaround for this issue?
Please suggest.
Thanks.
HI
I’m trying to determine the column of a cell.
I have a _ItemDataBound event in my code where I change the color of the cell based of the value (.text) …no big deal.
But now I need to determine in which column a cell is. Because I need to call a stored procedure to get some additional values, but I just need to do that for all rows of one column and not for all of them.
How can I determine if a cell is in the column where I have to call the procedure?
Thanks for any hint
Best regards
Dennis