Hello
We have some grids for read only state.
I don’t want to load the grid until the view is in edit mode.
On purpose to make the view more ease is there a way to freeze the grid?
Or maybe paint it in visual brush
Is there sample for this?
Best regards
Ehud
I have pretty much duplicated the demo for Group Styling, and I seem to have a problem with the week view. The Month, Day, and Timeline views seems fine. For some reason I have a bunch of white space below the resource headers and the time slots only go from 12am - 9am. These seems to be default behavior because I haven't specified and Tick or Zoom info yet. Also, the Toolbar header is always black. I tried setting the theme in code but it doesn't seem to change. FYI, I instantiate the ScheduleView control in a class and not in a .xaml. See attached screenshots of the Week view.
Doesn't work?
ScheduleView.SetValue(StyleManager.ThemeProperty, ThemeManager.StandardThemes["Office_Blue"]);<
telerik:GridViewDataColumn DataMemberBinding="{Binding ManSprd}" Header="Man Sprd" IsVisible="{Binding Converter={StaticResource RelativeBlocksValueConverter2}, ConverterParameter=2}" />
I tried with IsVisible property but it is also not giving desired output.