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
Hi
I am trying to get the reference of a link button from a template column based the row index. Ideally upon getting the control i want to call the custom command associated with that button on that row. Can you please let me know how to achieve this in the below code.
var row = $find("<%=rgmyGrid.ClientID %>").get_masterTableView().get_dataItems()[rowIndex];
var lnkBtn= row.findcontrol("lBtnMyLinkButton")
lnkBtn.fireCommand("ReleaseORTakeControl");​