Hi Team,
I have RadGrid which is populated via NeedDataSource Event.. In the grid, One of the column is DateTimeColumn.. Now, I want to add Date And Time Filter for this column.. So, I set the PickerType to DateTimePicker.. Now, It shows date control and time control.. But, when I select the time control it shows only hours and minutes.. whereas we need hour, minutes and seconds also should be shown.. Please let me know how to achieve this...
Thanks,
Prakash..
Hi,
I request you to please delete my second post from below thread [link] as early as possible because i could not do it from my end.
http://www.telerik.com/forums/resource-bindg-problem
If second post is not possible to delete, remove entire link from forum.
Hi,
Is it possible to display/print labels name in rad html pie chart instead of values. Please find the attachment. labels text can be displayed in legend but i require it to display on pie chart ( other than tool tip). looking for any other possible solution.
Regards,
Chethan Y
Hello,
The downloadlink for the controls seems to be corrupt, the transfer stops after 9 of the expected 87mb. Updating over the Telerik Control Panel yields in a MD5 checksum error.
I use exempel "Scheduler - Using RadToolTip"
How can I integrate/use my own database fields for example:
If apt.MyField.ToString() = "Ja" Then.....
Protected
Overrides
Sub
OnPreRender(e
As
EventArgs)
MyBase
.OnPreRender(e)
lblStartDate.Text = apt.Owner.UtcToDisplay(apt.Start).ToShortDateString
lblEndDate.Text = apt.Owner.UtcToDisplay(apt.[
End
]).ToShortDateString
lblRubrik.Text = apt.Subject.ToString()
lblBeskrivning.Text = apt.Description.ToString()
If
apt.Description.ToString() =
""
Then
hlVisa.NavigateUrl =
"appointment.aspx?id="
& apt.ID.ToString()
End
If
End
Sub
Hello,
I have tried to put the radgrid inside the Radcombox and in radlistbox but none of them are working. In code behind file, I am not able to access the radgrid for data bound. Is there any way to achieve this ?
Thanks
Hi,
We have a asp.net project where I put a RadCaptcha on an ASP.NET page (using VS2013).
We have the latest version of ASP.NET tools installed.
When trying to run the application where the web is located, the RadCaptcha image is not showing up.
The web.config has the following items:
Under System.Web
<httpHandlers>
<add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" validate="false"/>
</httpHandlers>
Under System.WebServer
<handlers>
<remove name="Telerik_Web_UI_WebResource_axd"/>
<add name="Telerik_Web_UI_WebResource_axd" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" preCondition="integratedMode"/>
</handlers>
Thanks.