Hello
I am validating a RadDatePicker control using a RequiredFieldValidator and a ValidatorCalloutExtender.
The control is being validated successfully but the ValidatorCalloutExtender is not showing/popping up when the input date is invalid/empty. It also doesn't highlight the RadDateTime input box yellow when its empty/invalid.
Any ideas why this would be failing to display when other widgets (regular TextBoxes, etc.) have their ValidatorCalloutExtender's working?
<
telerik:RadDatePicker
ID
=
"Expiry"
runat
=
"server"
ClientIDMode
=
"Static"
> ... </
telerik:RadDatePicker
>
<
asp:RequiredFieldValidator
ID
=
"rfvExpiry"
runat
=
"server"
ErrorMessage
=
"Expiry is a required field"
SetFocusOnError
=
"true"
ControlToValidate
=
"Expiry"
Text
=
"*"
ClientIDMode
=
"Static"
/>
<
ajaxtoolkit:ValidatorCalloutExtender
ID
=
"vcerfvExpiry"
runat
=
"Server"
TargetControlID
=
"rfvExpiry"
Width
=
"350px"
HighlightCssClass
=
"highlight"
WarningIconImageUrl
=
"warning.gif"
CloseImageUrl
=
"close.gif"
/>
Hello all,
I'm using Telerik.Web.UI and Telerik.Web.Design with version no - 2015.2.623.40 in my application. I am using it at two different pages , one in a master page and one in a usercontrol. I had added the required configuration in the web.config file.
When I am clicking on Find and Replace icon on one of the page using the master page, it is showing an error as Web.Config registration Missing! The Telerik dialogs require a HTTP handler registration in web.Config. But I'm not able to see this error when I'm using it in a page which is accessing the usercontrol.
I am not able to find the possible issue with this behaviour. Could you please suggest.
Thanks,
Unable to download .pdf convert RadHtmlchart from the Weblocations.
Please Help me
Thanks
Niranjan
How to convert RadHtmlChart and download to the client machine through google chrome.
Thanks
Niranjan
How to Export to the Pdf ,word & csv
me tried and able to convert to pdf format
and struct in downloading the file
Actually i am converting into .svg and then .pdf by using inkscape.
Please Help me in Asp.net Application
Thanks & Regards
Niranjan
Hi,
Please find attached 2 screenshots, which illustrate my issue. I am using Radhtmlchart with Area Series. If I have less than 4 data points on X-axis (as you seen in screenshot 1), it does not fill the area with color. It only shows points of data on that date. But if the data points on X-axis are 4 or more (As you seen in screenshot 2), then it fills the entire area with color. I need the area filled even if X-axis has only 1 point. I am using Stock Layout. Can you please help me with this? Is there some limitation?
Hi All,
How can I use scriptmanager on Masterpage and RadScriptManager on Content page in asp.net.
Kindly help me.
Thanks.