I have a RadUpload in the edit template of a FormView. My desired behaviour is
Formview should open in ReadOnly Mode
On clicking the update button, a postback should occur
So the desired transition scheme is ReadOnly->Edit should be Ajaxified Edit->Readonly should be postback.
I have tried using this post, but I cannot access the u...
Hello,
This question is a bit tricky, If something is not clear, please ask to explain.
This is happing on all pages that follow this logic:
An asp:ValidationSummary on top of the page
Some client side validators
One Telerik RadUpload control
The problem happens when a client side validator is triggered and it's error message is di...
At the moment I'm using Silverlight RadControls from Telerik. In my site I've implemented the RadUpload control. Because the control is not styled the way I want, I'm restyling it for my site. The way I'm doing this is as follows: Right click on xRadUpload > Edit Template > Edit a Copy. After doing this I'm able to style almost everythin...
I have an aspx page that uses master page. In the papx page, I load a user control containing 2 RadUpload controls (Rad1 and Rad2). User can choose to upload the file either using the first RadUpload or the second RadUpload and there is certain validation applied for each RadUpload.
The weird thing happened is that when I upload file u...