Hi,
i referred this while planning to build and release my application, but there are some dlls which are in my solution but not mentioned in given page under title of "Assemblies that you need to redistribute depending on which controls you use in your application" like
Telerik.WinControls.PivotGrid.dll,
Telerik.WinControls.Themes.Fluent.dll,
Telerik.Windows.Documents.Core.dll,
Telerik.Windows.Documents.Fixed.dll,
TelerikData.dll
My question is simple, What to do with these dlls, should i not include them in final build for release?What if i want to use them?
Hi,
When I add to many appointments in a cell the scrollbar (The scrollbar for navigate in vertical of the row for see all the appointments) dont appear , my program is using all the time the MonthView, if I set AutoSizeAppointments = false the scrollbar appears again, i need set AutoSizeAppointments = true or resize the appointment height for the requeriments of my program.
I try resize using the event AppointmentFormatting but dont work if i dont set the AutoSizeAppointments to true.
How I can show this scroll for navigate and see the appointment who are hidden?
Thanks.

Hi all,
My problem is the next: I auto generate appointments in some days (MonthView), sometimes the day had a lot of appoiments appear the scroll bar on the row or the arrow who indicate who exit more appointments in that day, I try insert the appointments manually and the scroll bar in the row appears and the arrow appears, how i can do that if I add the appoinments using a list from the code ?
Thanks!


Hi Support team.
I am using System.Windows.Controls.WebBrowser to show web site on Windows application.
But with some sites, it cannot fully display.
Does Telerik has controls that support to display website?
Thanks.


Is there any way to adjust the height of the items displayed when a GridViewComboBoxColumn is opened? I'm not talking about the dropdownheight...I mean changing the height of each element inside the dropdown.
I'll be honest, I expected this column type to include a .ListElement property just like a RadDropDownList has but I've searched and cannot find a reference to this anywhere.
Any help you can provide would be appreciated.

Hi~
Can I set task date format "yyyyMMdd"
don't use hhmmss
ganttview_ItemChanged(object sender, GanttViewItemChangedEventArgs e)
{
e.Start = new DateTime(e.Start.Year, e.Start.Month, e.Start.Day);
}

Hello,
This morning I updated a project I am currently working on that is using the Material theme to the newest Winforms controls release. Before when I would click on a button, the button would do a little "click" visual effect and then that was it. Now when I click on a button it plays that effect and then the button turns purple. Was this theme changed and how do I fix this? Having a button turn purple is extremely distracting and will most likely confuse the users of my programs.
Thanks,
Matt

Hello,
I am attempting to create a very simple Windows Explorer-like interface for a training program. This program consists of a treeview on the left, a listview on the right, and a breadcrumb along the top. When a user clicks on a node in the treeview, the listview is updated with a list of the folder's contents (files only). However, the breadcrumb I have attached to the treeview doesn't act at all as I expected. It appears to act like just a list of menus, whereas I want it to act like Windows File Explorer and be a button that takes the user to whatever folder is clicked, and then not show anything other than the total path to the folder selected on the treeview. I can't seem to find a setting that allows this.
How do I get the breadcrumb to act like Windows File Explorer?
Thanks,
Matt