Our solution architecture is like below. Same IIS, site, and application pool are used.
- Website (Frontend user) , ex www.hellotest.com
- Admin (Backend user) , ex www.hellotest.com/admin
We are using Editor in backend to upload Media & Flash contents.
All uploaded data is stored in one of front-end site folder. It's okay.
But when I insert from file manager, embed links points backend url.
Which means
embed url is www.hellotest.com/admin/uploads/media/somefile.mp3 . This should be www.hellotest.com/uploads/media/somefile.mp3 (NO admin in URL)
How can I fix this issue?
We have a issue in table property.
Basically, when I click a table in editor, it should show table properties at the bottom of editor.
I tried this one on your demo site (http://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspx).
When you click attraction table, it shows table property.
But when I inserted a new table, and tried to popup the table property, it didn't show anything. (Try on the demo)
We just upgraded the telerik version from 2014Q2 to 2015Q2 version, and it has started happened.
Lots of our users are complaining about this, so please let me know how to resovle this issue.
I am facing a strange scenario. in some ASP.NET page, there is a RadMaskedTextBox control with some mask. After entering data in it and after postback, its Text property is empty string on server side C# code. What can be wrong here.
Code:
<telerik:RadMaskedTextBox ID="txtPhone" runat="server" Mask="(###) ###-####" PromptChar="_" Width="130px"/>
Hello,
About the link http://www.telerik.com/blogs/radhtmlchart-vs-radchart-round2-choose-asp-net-chart (that is posted in 2013), marked zones don't exist in radhtmlchart contrary to radchart.
Since this link, no feature about marked zones is added. Yet, this link said that all features would be added later than 2013 and we are in 2015. Any news about it?
What I search, is customizing the plotarea for each date or each value of the axis x, regardless of the series.
An example is joined for illustring it.
Or there is an alternative?
Thanks for your future help
Hi guys,
I've a problem with RadAsyncUpload control:
I've a project with disabled viewstate, and every single action is performed using pagemethods, now the problem is that when the user upload a file the OnFileUploaded event is not firing, and I don't know how to retrieve the uploaded files in a next step, since I'm using just pagemethods and don't have a reference to the RadAsyncUpload instance
Is there some way to retrieve the uploaded file in the moment in that are sent or also in a next step using a pagemethod?
Sorry for my very poor english
Grid is generated in entirety dynamically from the server-side with template fields. Data binding is done using NeedDataSource().After every postback, RadGrid loses the values (and NeedDataSource is not invoked).The column structure for the Grid is defined in OnInit() within if(!isPostback) - so the grid columns are defined only once during the page life cycle.
I remember reading somewhere that when building the Grid structure dynamically from the serverside, the grid 'needs' to be Rebind() on every postback. But even Rebind() does not populate the values of the grid.
Viewstate is turned on for explicitly for the page and the grid.
Does RadGrid not maintain the values on postback when definign the columns during runtime? Is this something to do with ViewState?
Appreciate all the help.
I am new to using telerik controls.
I have a Radgrid on my ASPX page and I intend to use Client side API on the same.
I have a requirement of using a usercontrol on firing the Edit/Insert command for the grid.
So, now I want to use the Client side API(s) to access the usercontrol and set the required public properties on it.
Regards,
Paresh
Hello, I need to make the text in a cell flash/blink based on a calculation. I appreciate any suggestions you may have to accomplish this.
Thank you