Hi,
I want for given keys to show data in master details style ?
Thanks,
Hi,
How I set Height to ListViewTemplateCell.View to see all content?
Thanks,
<telerikDataControls:RadListView ItemsSource="{Binding RulesSource, Mode=TwoWay}" x:Name="rulesListView" >
<telerikDataControls:RadListView.GroupDescriptors>
<telerikListView:PropertyGroupDescriptor PropertyName="Portal"/>
</telerikDataControls:RadListView.GroupDescriptors>
<telerikDataControls:RadListView.ItemTemplate>
<DataTemplate>
<telerikListView:ListViewTemplateCell>
<telerikListView:ListViewTemplateCell.View>
<telerik:RadBorder BorderColor="{DynamicResource PrimaryColor}" BorderThickness="1" VerticalOptions="Center" CornerRadius="5" Margin="5" >
<Grid RowSpacing="10" RowDefinitions="auto, auto, auto" ColumnSpacing="10" ColumnDefinitions="auto, auto, auto, auto, auto, auto,auto, auto" HorizontalOptions="Center" VerticalOptions="Center">
<Label Grid.Row="0" Grid.Column="0" Text="Capacity (In Mega):" TextColor="Black" VerticalOptions="Center" FontSize="16" FontAttributes="Bold" Margin="5"/>
<Label Grid.Row="0" Grid.Column="1" Text="{Binding Capacity}" TextColor="Black" VerticalOptions="Center" />
<Label Grid.Row="0" Grid.Column="2" Text="Capacity in used (In Mega):" TextColor="Black" VerticalOptions="Center" FontSize="16" FontAttributes="Bold" Margin="5"/>
<Label Grid.Row="0" Grid.Column="3" Text="{Binding CapacityUsed}" TextColor="Black" VerticalOptions="Center" />
<Label Grid.Row="0" Grid.Column="4" Text="Scan capacity (In Mega/Mounth):" TextColor="Black" VerticalOptions="Center" FontSize="16" FontAttributes="Bold" Margin="5"/>
<Label Grid.Row="0" Grid.Column="5" Text="{Binding ScanCapacity}" TextColor="Black" VerticalOptions="Center" />
<Label Grid.Row="0" Grid.Column="6" Text="Scan capacity in used: (In Mega/Mounth)" TextColor="Black" VerticalOptions="Center" FontSize="16" FontAttributes="Bold" Margin="5"/>
<Label Grid.Row="0" Grid.Column="7" Text="{Binding ScanCapacityUsed}" TextColor="Black" VerticalOptions="Center" />
<Label Grid.Row="1" Grid.Column="0" Text="File type black list:" TextColor="Black" VerticalOptions="Center" FontSize="16" FontAttributes="Bold" Margin="5"/>
<Label Grid.Row="1" Grid.Column="1" Text="{Binding FileTypeBlackList}" TextColor="Black" VerticalOptions="Center" />
<Label Grid.Row="1" Grid.Column="2" Text="File type black list:" TextColor="Black" VerticalOptions="Center" FontSize="16" FontAttributes="Bold" Margin="5"/>
<Label Grid.Row="1" Grid.Column="3" Text="{Binding FileTypeWhiteList}" TextColor="Black" VerticalOptions="Center" />
<Label Grid.Row="2" Grid.Column="0" Text="Max single file size: (In Mega)" TextColor="Black" VerticalOptions="Center" FontSize="16" FontAttributes="Bold" Margin="5"/>
<Label Grid.Row="2" Grid.Column="1" Text="{Binding MaxSingleFileSize}" TextColor="Black" VerticalOptions="Center" />
<Label Grid.Row="2" Grid.Column="2" Text="Max files in job: (In Mega)" TextColor="Black" VerticalOptions="Center" FontSize="16" FontAttributes="Bold" Margin="5"/>
<Label Grid.Row="2" Grid.Column="3" Text="{Binding MaxFilesInJob}" TextColor="Black" VerticalOptions="Center" />
<Label Grid.Row="2" Grid.Column="4" Text="Max total files size in job: (In Mega)" TextColor="Black" VerticalOptions="Center" FontSize="16" FontAttributes="Bold" Margin="5"/>
<Label Grid.Row="2" Grid.Column="5" Text="{Binding MaxSingleFileSize}" TextColor="Black" VerticalOptions="Center" />
</Grid>
</telerik:RadBorder>
</telerikListView:ListViewTemplateCell.View>
</telerikListView:ListViewTemplateCell>
</DataTemplate>
</telerikDataControls:RadListView.ItemTemplate>
<telerikDataControls:RadListView.LayoutDefinition>
<telerikListView:ListViewLinearLayout ItemLength="60" />
</telerikDataControls:RadListView.LayoutDefinition>
</telerikDataControls:RadListView>
Hi,
The template for new Add new view template in MAUI add dictionary file instead;
Can you help or give workaround how to overcome this issue ?
Thanks in advance,
Hi,
Do you have this option ?
thanks,
Hey Team,
I just want to know How can I custom a button derived from telerik button?
I want to use style to control different state. It should have front xaml and code behind for handling events or commands.
Do you have any suggestion?
Thanks
I have try to set IsEnabled property for SegmentedControl,but not works.
And I want to disabled SegmentedControl without SetSegmentEnabled.
Can I work this?
Thanks.
<VerticalStackLayout>
<!-- >> segmentcontrol-gettingstarted-xaml -->
<telerikInput:RadSegmentedControl x:Name="segmentControlText"
BackgroundColor="AliceBlue"
IsEnabled="False"
VerticalOptions="Start"/>
<!-- << segmentcontrol-gettingstarted-xaml -->
</VerticalStackLayout>
Hi,
Last VS 2022 preview released yesterday.
https://devblogs.microsoft.com/dotnet/dotnet-maui-rc-1/
Can I install it , without any change in Telerik controls.
If yes what are step to done after upgarding vs?
Thanks in advance,
Hi,
How I set margin between the image and button text ?
Thanks,
MAUI popup
Can adjust the location of popup automatically, when Screen Resolution changed
let's say: the placement target change from normal with size to full-screen
TelerikUI popup
just stay where they are, when Screen Resolution changed
Hi,
Severity Code Description Project File Line Suppression State Error XFC0009 No property, BindableProperty, or event found for "FillColor", or mismatching type between value and property. AutomationClient.MAUI D:\Applications\AutomationClient\AutomationClient.MAUI\Views\DashboardView.xaml 204
FillColor="{DynamicResource PrimaryColor}"- not complied
<Color x:Key="PrimaryColor">#03446a</Color>
<telerikChart:RadCartesianChart Grid.Row="5" Grid.Column="0" x:Name="totalFilesDividedByRoutesChart" Margin="10" >
<telerikChart:RadCartesianChart.Palette>
<telerikChart:ChartPalette>
<telerikChart:ChartPalette.Entries>
<telerikChart:PaletteEntry FillColor="{DynamicResource PrimaryColor}" StrokeColor="{DynamicResource PrimaryColor}" />
</telerikChart:ChartPalette.Entries>
</telerikChart:ChartPalette>
</telerikChart:RadCartesianChart.Palette>
<telerikChart:RadCartesianChart.HorizontalAxis>
<telerikChart:CategoricalAxis PlotMode="OnTicks"/>
</telerikChart:RadCartesianChart.HorizontalAxis>
<telerikChart:RadCartesianChart.VerticalAxis>
<telerikChart:NumericalAxis LabelFitMode="MultiLine" LabelFormat="N0" Minimum="0" />
</telerikChart:RadCartesianChart.VerticalAxis>
<telerikChart:RadCartesianChart.Series>
<telerikChart:BarSeries ValueBinding="Value"
CategoryBinding="RouteName"
ItemsSource="{Binding TotalFilesDividedByRoutesDataSource}"/>
</telerikChart:RadCartesianChart.Series>
<telerikChart:RadCartesianChart.Grid>
<telerikChart:CartesianChartGrid StripLinesVisibility="X"
MajorLinesVisibility="XY"
MajorLineColor="LightGray"
MajorLineThickness="3" />
</telerikChart:RadCartesianChart.Grid>
<telerikChart:RadCartesianChart.ChartBehaviors>
<telerikChart:ChartTooltipBehavior />
</telerikChart:RadCartesianChart.ChartBehaviors>
</telerikChart:RadCartesianChart >