Hello,
I have a question regarding telerik maps.
I added several objects (rectangles) on a Telerik map to cover the whole map. However, sometimes the objects do not show & they appear when I use the mouse to zoom in/out.
Is there a way to resolve this issue?
Example of the map with objects missing attached.
Hello community
Attached is the German translation file for the scheduler.
It seemed to have been one of the comprehensive dialogs for a translation.
I hope it seems useful to you.
For free use. Have fun.
I have a list of items for a checkeddropdownlist, I don't want the user to be able to type in the dropdown. I'd like for them to ONLY be able to uncheck/check items I've predefined.
Essentially, I want what you do with the dropDownStyle property set to DropDownList for normal dropdownlist controls.
hi
i have tow problem
1-how to change backcolor all friday(days) on calendar(datetimepicker)
my code not work
private void radDateTimePickerStart_ElementRender(object sender, RenderElementEventArgs e) { if (e.Day.Date.DayOfWeek==DayOfWeek.Friday) { e.Element.BackColor = Color.Red; } }
2-in atache image
title calendar not change CultureInfo("fa-IR", true);
How do I select only a single resource in an appointment scheduler? I'm using an unbound scheduler and need it to only allow a single resource to be selected (not multiple).
I'm busy converting an application which exported data to an Excel spreadsheet to one which uses only the Telerik Worksheet/Workbook control.
So far, the compatibility is excellent, but the one call which seems to exist in Excel which I can't find for the Telerik controls is one which exports a complete 2d array to the worksheet. This was needed in Excel because calls to the external programme were slow, so exporting all the data in one call call made a big difference to performance
For the Telerik controls, it looks like exporting data is more efficient (no surprise - all in the same app) , so maybe I don't need to do things this way any more, but I just want to check that this capability really doesn't exist for a Worksheet. It would mean fewer code changes.
Is this right ?
Hello,
I followed this thread to add a button on every node of my treeview (https://www.telerik.com/forums/how-to-add-button-in-every-node)
Now, I would like to know if it's possible to stick those buttons on the right side of the tree view.
I tried to use the alignment property of the button but no luck... Any solutions?
Thank you in advance for your help.
I'd like to automatically update the description box content based on the resource the user has selected. I haven't had any luck finding an event to detect when the resource is updated in an appointment. Any suggestions?
Thanks!