I can't get the scheduler to group by two resources...
I can group by the "room" resourse wich is used in the online samples, but i can't get another resourse added.
the two different resources could be "buildings" and "rooms"... where rooms are placed in buildings... this meaning that all rooms placed in building A should be arranged (grouped) by that
to save space and minimize scrolling i would like to be able to position children of a node horizontally beside one another instead of vertically in a list.
is this possible? if not, it would be useful to have an option on how display orientation of child nodes, horizontal or vertical.
in my case, i have a fixed # of child nodes with same length text in each. this feature or work around would help me. is there something i could change is css?
I am using RadOrgChart to chow my Organization tree. When I come to last parent, I have lot of child's that are spread horizontally.
I want to show them vertically just for the Last child's of the tree. I know I can do grouping. But I want to do Grouping only at the end of the tree. i.e for only those nodes that are the last nodes of the tree. Is there a way to show Leaf Nodes virtically, or can I group only the Leaf nodes. I didn't find any of that sample code available.
Hello,
is there any way how to get official LESS files for skins? We would like to create our own skins based on existing one, but it is hard to maintain changes between versions. And of course, editing LESS files is better way then CSS direct edit.
And if there are no LESS sources, what about plans to migrate current css skins to LESS?
I've been encountering the same issue as described in this thread and have been unable to resolve it with any of the suggested steps.
So to circumvent this I would like to turn the Labels visibility off (I can do this step) and just display the labels which are displayed when hovering over sections constantly instead, as they always appear in a reasonably place that is not clipped or pushed under my legend.
I am using combo box which allows me to select multiple items. And i put OnSelectionIndexedChanged event to load particular details based on selected value.But event is not firing when am selecting all values from RadComboBox. For example i have two values like "CA,AZ".If i select "CA" event is firing and loading particular to CA.If i select two values CA,AZ event is not firing.
I have a Grid , the paging say 13 records in 2 pages. The first 10 records are showing on page 1, and there should be another 3 on page 2, but the paging does not work, refreshes the page and shows page 1 again.
I am not really sure where this subject belongs, but I may be chalking it up to the RadStyleSheetManager? Don't ask me how we do it, but we do it successfully; we load UserControls dynamically at runtime and inject them into Telerik's RadTreeNodes allowing users the capability to edit all Nodes at once and persist their changes once (multi-edit, batch saving). We even load all Scripts relevant to those dynamically injected controls and eveything works great! Functionally speaking...
However, the ONLY ISSUE we are having, is that the Styles and Skins are NOT being applied to the Telerik controls (ComboBoxes, DatePickers, etc.) that are dynamically injected into the DOM on the client-side... UNLESS one of those types of controls (ComboBox, DatePicker, RadInput, etc.) is ALREADY loaded on the Page before it has been injected dynamically. For example, if anywhere on the Page there is another DatePicker, then the dynamically added control will have it's styles/skins applied correctly. If there is NO other control of that particular type, then the styles/skins are NOT even loaded nor do they appear to be anywhere linked in the page. I can inspect the JavaScript that injects the controls, and YES, it is passing in the Skin name to the newly created control ($create call).
We attempted to "force" this by using the RadStylesheetManager to "preemptively" load the Styles we knew we'd need, but it seems the Stylesheet manager is NOT loading all the styles we tell it to, again, unless that particular type of control is put on the Page from the first request.
I do not feel like putting one control each of the ones we dynamically load JUST so the styles will display correctly. So, is there any work-around for this? I cannot upload a sample project as it's much too involved and intellectual property is involved as well.