Hi,
we updated our Telerik Windows Forms to version 2010.1.10.504 and now I have the problem that the RadGridView looses its theme. I have to say that the Telerik dlls are lying on a network share, maybe that causes the problem, because when I use my locals dlls (version 20.1.10.409) everthing works fine. The funny thing is that in some rare occasions the theming works fine, without changing anything, only restarting the application and further it concerns the gridview, only. Other controls like the calendar are themed correctly.
Best regards
Martin

Hi,
I'm displaying several type of classes using the BindingList class as a DataSource. The GridView automatically generates columns of the names of the properties defined in these classes. In this case te text of the columns can be set with the DisplayName attribute. So far so good. My question now is, if there is a way to change the order of the columns via property attributes and/or if it is possible the hide some properties from beeing displayed.
Thanks in advance
Martin
Hi,
I have custom appointment class and as well as custom editappointment dialog. I am able to reproduce Daily recurrence and weekly recurrence in the radscheduler. But when i try to create exceptions for the Appointment, the radscheduler control displays daily recurrence even for the days which has been defined as exception.i am using SchedulerBindingDataSource.