Hi,
I don't know if it open issue, but there is problem with placement of popup instead of right it show left.
<telerikPrimitives:RadPopup.Popup >
<telerikPrimitives:RadPopup x:Name="popupError"
IsModal="False"
OutsideBackgroundColor="#6F000000"
Placement='Right'>
<telerikMauiControls:RadBorder CornerRadius="8"
BackgroundColor="{DynamicResource PrimaryColor}">
<telerikMauiControls:RadScrollView HeightRequest="200">
<Grid Padding="20"
WidthRequest="200"
HeightRequest="170">
<Grid.RowDefinitions>
<RowDefinition Height="40" />
<RowDefinition Height="70" />
</Grid.RowDefinitions>
<Button Grid.Row="0"
Padding="2"
HorizontalOptions="End"
Text="X"
Clicked="OnClosePopup"
BackgroundColor="{DynamicResource PrimaryColor}" TextColor="White" />
<Label x:Name="labelError" Grid.Row="1" Text="" TextColor="White" HorizontalOptions="Center" VerticalOptions="Center"/>
</Grid>
</telerikMauiControls:RadScrollView>
</telerikMauiControls:RadBorder>
</telerikPrimitives:RadPopup>
</telerikPrimitives:RadPopup.Popup>
Hi,
I have this code and I want the popup appear on the grid not on the button?
Thaks, <HorizontalStackLayout Grid.Row="1" HorizontalOptions="End">
<telerik:RadButton Text="Remove" WidthRequest="100" BackgroundColor="Red" Margin="10" Command="{Binding OnRemoveSchedulerCommand}">
<telerikPrimitives:RadPopup.Popup>
<telerikPrimitives:RadPopup IsOpen="{Binding ShowPopupOnRemoveScheduler}"
IsModal="True" Placement="Center"
OutsideBackgroundColor="#6F000000">
<telerikMauiControls:RadBorder CornerRadius="8"
BackgroundColor="{DynamicResource PrimaryColor}">
<Grid Padding="20"
WidthRequest="300"
HeightRequest="220">
<Grid.RowDefinitions>
<RowDefinition Height="40" />
<RowDefinition Height="70" />
<RowDefinition Height="40" />
</Grid.RowDefinitions>
<Button Grid.Row="0"
Padding="2"
HorizontalOptions="End"
Text="X"
Command="{Binding ClosePopupOnRemoveScheduler}"
BackgroundColor="{DynamicResource PrimaryColor}" TextColor="White" />
<Label Grid.Row="1" Text="Are you sure you want to delete the scheduler ?" TextColor="White" HorizontalOptions="Center" VerticalOptions="Center"/>
<HorizontalStackLayout Grid.Row="2" HorizontalOptions="End">
<telerik:RadButton Text="Cancel" Padding="2" BackgroundColor="{DynamicResource PrimaryColor}" TextColor="White" Margin="10" Command="{Binding ClosePopupOnRemoveScheduler}"/>
<telerik:RadButton Text="OK" Padding="2" BackgroundColor="{DynamicResource PrimaryColor}" TextColor="White" Margin="10" Command="{Binding RemoveSchedulerCommand}"/>
</HorizontalStackLayout>
</Grid>
</telerikMauiControls:RadBorder>
</telerikPrimitives:RadPopup>
</telerikPrimitives:RadPopup.Popup>
</telerik:RadButton>
<telerik:RadButton Text="Add" WidthRequest="100" BackgroundColor="#1ABB9C" Margin="10" Command="{Binding OnNewSchedulerCommand}"/>
</HorizontalStackLayout>
Hi,
Sometime I see the BackgroundImage="refresh_dashboard.png" and sometime not.
I used this code in 2 views one seen and one not.
Thanks,
<Grid RowSpacing="1" RowDefinitions="auto, auto, auto, auto,auto" ColumnDefinitions="*">
<HorizontalStackLayout Grid.Row="0" Grid.Column="0" HorizontalOptions="Center" VerticalOptions="Center">
<telerikInput:RadDateTimePicker x:Name="fromDateTimePicker" HorizontalOptions="Center" VerticalOptions="Center" Margin="5" HeightRequest="30" WidthRequest="170" BorderThickness="0"
Date="{Binding FromDate, Mode=TwoWay}" />
<Label Text="⎯" HorizontalOptions="Center" VerticalOptions="Center" />
<telerikInput:RadDateTimePicker x:Name="toDateTimePicker" HorizontalOptions="Center" VerticalOptions="Center" Margin="5" HeightRequest="30" WidthRequest="170" BorderThickness="0"
Date="{Binding ToDate, Mode=TwoWay}"/>
<telerik:RadButton HorizontalOptions="Center" VerticalOptions="Center" BackgroundImage="refresh_dashboard.png" Command="{Binding SearchCommand}" WidthRequest="20" HeightRequest="20" BorderThickness="0"/>
</HorizontalStackLayout>
Hi,
I tried to publish the app and I got this error.
Any specials requirement to publish this app for testing.
03/04/2022 10:45:16 System.AggregateException: One or more errors occurred. ---> Microsoft.WebTools.Shared.Exceptions.WebToolsException: Publish has encountered an error. We were unable to determine the cause of the error. Check the output log for more details. --- End of inner exception stack trace --- ---> (Inner Exception #0) Microsoft.WebTools.Shared.Exceptions.WebToolsException: Publish has encountered an error. We were unable to determine the cause of the error. Check the output log for more details. <--- Microsoft.WebTools.Shared.Exceptions.WebToolsException: Publish has encountered an error. We were unable to determine the cause of the error. Check the output log for more details. ===================
Hi,
I wrap RadDataGrid with RadScrollView and data disappeared. why?
Thanks,
<telerikMauiControls:RadScrollView HeightRequest="200">
<telerikDataGrid:RadDataGrid x:Name="schedulersDataGrid" Margin="10" ItemsSource="{Binding SchedulersSource, Mode=TwoWay}"
AutoGenerateColumns="False" SelectionMode="Single" SelectionUnit="Row" SelectedItem="{Binding SelectedSchedulerItem, Mode=TwoWay}">
<telerikDataGrid:RadDataGrid.AlternateRowBackgroundStyle>
<telerikDataGrid:DataGridBorderStyle BackgroundColor="LightBlue"
BorderThickness="1"
BorderColor="BlanchedAlmond"/>
</telerikDataGrid:RadDataGrid.AlternateRowBackgroundStyle>
<telerikDataGrid:RadDataGrid.Columns>
<telerikDataGrid:DataGridTextColumn PropertyName="Name" HeaderText="Name" HeaderStyle="{StaticResource DataGridTextColumnHeaderStyle}"/>
<telerikDataGrid:DataGridTextColumn PropertyName="FreqType" HeaderText="Type" HeaderStyle="{StaticResource DataGridTextColumnHeaderStyle}"/>
<telerikDataGrid:DataGridTextColumn PropertyName="ActiveStartDate" HeaderText="Start Date" HeaderStyle="{StaticResource DataGridTextColumnHeaderStyle}"/>
<telerikDataGrid:DataGridTextColumn PropertyName="ActiveEndDate" HeaderText="End Date" HeaderStyle="{StaticResource DataGridTextColumnHeaderStyle}"/>
</telerikDataGrid:RadDataGrid.Columns>
</telerikDataGrid:RadDataGrid>
</telerikMauiControls:RadScrollView >
Hi,
I have page that stop running in mode of without debugging, but run on debug mode.
What can be the problem ?
Thanks,
Hi,
In the attached screenshot you see chart, I would like to see point when there is a value?
<telerikChart:RadCartesianChart Grid.Row="3" Grid.Column="0" PaletteName="LightSelected" >
<telerikChart:RadCartesianChart.HorizontalAxis>
<telerikChart:DateTimeContinuousAxis LabelFitMode="Rotate"
MajorStepUnit="Day"/>
</telerikChart:RadCartesianChart.HorizontalAxis>
<telerikChart:RadCartesianChart.VerticalAxis>
<telerikChart:NumericalAxis LabelFormat="N"
Minimum="0" />
</telerikChart:RadCartesianChart.VerticalAxis>
<telerikChart:RadCartesianChart.Series>
<telerikChart:LineSeries
CategoryBinding="Date"
ValueBinding="Value"
ItemsSource="{Binding TotalFilesInProgressDataSource}" />
</telerikChart:RadCartesianChart.Series>
</telerikChart:RadCartesianChart>
Hi,
1. Why is too big ?
2.No option to scroll only by mouse.
Thanks,
Hi,
New Rad Entry - not apply to Text property ignore this value.
In Microsoft is ok.
<telerikMauiControls:RadEntry Grid.Row="3" Grid.Column ="0" x:Name="txtPassword" FontSize="14" Margin="0,15,0,0" Placeholder="Password" HorizontalOptions="Center" VerticalOptions="Center" WidthRequest="280" IsPassword="True" Text="1234" />
Thanks,
Hi,
Look on the location of placeholder.
Thanks,<telerikMauiControls:RadEntry x:Name="txtName" Placeholder="Name" WidthRequest="200" />