Hello,
I have an application which deliver data from a SQL query in the form of a RadGrid. I have business rules that require me to high cells red or green. Whether the cells are red or green is stored in the DB. I also need to hyperlink from cells to a URL.
But each cell will have it own URL and it own color. So the formatting either needs to be done after the RadGrid is populated by iterating through each cells, or we need to pass more data than just what values are displayed in the Grid, so that the Grid has the information to do the formatting.
I hope that is clear. TIA.
Denis Burke

Hi,
In our application we have already implemented leagcy calendar popup mechanism, now I'm planning to replace them with Rad Calendar. we have a combination of textbox followed by a calendar control to pick the dates and assign it to the textbox. I just want to replace my calendar with the Rad datapicker calendar and upon slecting the date it should assign to my existing textbox. I tried with some samples in this site by using Rad calendar control as Datapicker, but it is not showing as similar like a Rad datepicker calendar, (it doesn't show like a floating calendar). Please let me know in detail (I'm not that good at UI) on how to achieve this functionality. Thank you!
Hi
I am using below code for datepicker
<telerik:RadDatePicker ID="RadDatePicker1" runat="server" MinDate="2015/7/7"> <DateInput runat="server"> <ClientEvents OnError="pickerError" /> </DateInput></telerik:RadDatePicker>and below is my javascript code
function pickerError(sender, args) { alert("Please fix the dates");}So when we enter an invalid date say 2015/2015/2015 the pickerError method is called and an alert box is shown but when we try to edit the date (click on the textbox) the pickerError method is called again. Does anyone know why this is happening?
Please note that this was working fine in Q2 2012, but we have upgraded to Q2 2015.
Also, I have watched args.get_reason() and in both cases its value is 1.
Thanks
Invalid cast from 'Char' to 'Double'.Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.InvalidCastException: Invalid cast from 'Char' to 'Double'. 

can any one suggest which version of IE will not support for Telerik.Web.UI.dll with version number 2012.3.1205.40.
Launching application in IE 11, giving me the exception like object doesnot support property or method 'detachEvent'(see attached files). Apart from that, most of the clicks of UI are not working. Please suggest.
how to use regular expression validator for gridbound column of a rad grid rather than the following solution
http://www.telerik.com/forums/how-to-use-regularexpressionvalidator-in-radgrid-control

I've got an AsynUpload control working great with an HttpHandlerUrl. I need to use an HttpHandlerUrl because I can't write a temporary file. I need to encrypt the uploaded file before saving it to disk ever. My issue is that I can't use DisableChunkUpload = false with an HttpHandlerUrl and therefore, uploading large files becomes difficult.
Is there a way to use ChunkUpload with HttpHandlerUrl? Perhaps, I could override some function to handle the writing of chunks myself?
Hi
Im hoping you are able to help me, im quite new to telerik components and so far they work like a treat..
But now i ran into an issue, were i want to create a new TreeListColumn - i found an example in silverlight (i think, it mentioned xaml files), i need a quick simple example of how to do this...
I know i can create it is a TreeListTemplateColumn, but as this is going to be used mutiple times, i think it would be better to create a custom column. But what ever i have tried (user control, inherits from Telerik.Web.UI.TreeListEditableColumn amongst other) have failed.
Do you have a smaple floating somewhere? or are you able to quickly markup a simple sample using a textbox or something?
Thanks
/Stig
