I have made Croatian localization for RadEditor, about 80% of text is localized, grammatic and spelling are correct. Where can I upload RESX files so you can have it on Telerik site ?
I am drawing a multiseries line chart. I want to hide series point lables and display some point shape instead (like star,triangle,cross etc). When mouse is hovered on the data points it should display value in tooltip. How can I do this using RadChart?
I may be completely overlooking this .... Is it possible to display more than one month while in "MonthView"?
What I would like to do is display the current month and allow the user to scroll into the next month; that is multiple months loading up in the current view.
For example, today is 2/24/2010 .....say I make an appointment for the next 4 Wednesdays. Currently, my scheduler will show the month of February and the appointments. The user would then have to click the next month in the Time Line area to view the Wednesday appointments in March. This is not ideal and seems a bit cumbersome.
How would users display data for quarterly results then?
Hi,
i have a page, which opens several windows. From window i run jscript code on main page and at the end i run radalert() for show confirmation to user. radalert appers under opened window. How to place alert on the top of all other windows?
Have tried .setactive after timeout, found on this forum, but still no luck
We have implemented code in our application from http://demos.telerik.com/aspnet-ajax/scheduler/examples/radtooltip/defaultcs.aspx.
And its working properly for single same month but when we navigate to any other months then its not working.
try
{
if (!int.TryParse(elementID, out aptId))//The appoitnment is occurrence and FindByID expects a string
apt = RadScheduler1.Appointments.FindByID(elementID);
else //The appointment is not occurrence and FindByID expects an int
apt = RadScheduler1.Appointments.FindByID(aptId);
I Need To Convert Filter Titles To Persian But Without CodeBehind . How Can I ? Because When I Want To Work Many Grids I Can Not Use This Code For Each Grid In Application . I See One XML File In Bin Folder .But When I Edit That File Dont effect On Grid .