Hi,
I want to be able to hide a subtotal for particular fields within the pivot.
I know I can use RowSubTotalsPosition="None" against the RadPivotGrid but that hides all subtotals.
For instance, if a user adds both Customer Account and Customer Name to the pivot grid then I want to be able to suppress the subtotal of Customer Account. However, there could be an outer group (e.g. sales representative) that would want a subtotal.
Is this possible?
Many thanks,
Darran
I would like to draw an area fill between my curve and vertical axis. I am using RadCartesianChart and ScatterSeriesDescriptor, how can I do that ?
If I add a ScatterAreaSeries, the chart will draw area between curve and horizontal axis.
I know I can do that if I change vertical axis to Catigory, but unfortunately I have to use Linear for both axis.
Hi,
Can someone show me how to do this in an MVVM friendly way?
I have want to set the ok button enabled state based on App.AppState.GetValue<bool>("IsReadOnlyUser");
Normally, I would do this with the CanExecute portion of a delegate. I can't quick seem to figure out how to rig this up.
I tried
<telerik:EventToCommandBehavior.EventBindings> <telerik:EventBinding Command="{Binding DataContext.BeginningEditCommand, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged, RelativeSource={RelativeSource AncestorType=telerik:RadGridView}}"EventName="BeginningEdit" PassEventArgsToCommand="True" CommandParameter="{Binding RelativeSource={RelativeSource AncestorType=telerik:GridViewRow} }"/></telerik:EventToCommandBehavior.EventBindings>But couldn't find anything to set that would affect the ok button's IsEnabled.
Any help would be great.
Thanks... Ed
Hi,
The requirement is to monitor the Ctrl+S event, then Overwrite the dialog of selection file and give the default path and filename.
How to solve this?
Thanks!
