Hello
We tried to purchase a product and our credit card was charged twice but we never received the products. Accounts email seems to be ignoring us. Who can we contact?
Hi,
I want to change the color of what I marked here,
I would be happy for help on how to do this.
Thanks.
Hello Team,
I am using Telerik RadScheduler for displaying office 365 appointments and managing like add new appointments/update/delete/recurring events, but I am facing issues like when I bind results (getting from graph API) but event displaying and when I try to edit event series then showing error like scheduler is null. and when I tried to delete any instance of the recurring event then showed error like -
Please help me to solve that issue.
Hi,
I would love if you could help me, how do I change the background of the Appointment Dialog and also the border of the dialog?Hi,
I would love help on how to replace the TimeMarkers title with something else.
Thanks,
<telerik:RadComboBox x:Name="PART_TimeMarkers" AutomationProperties.AutomationId="PART_TimeMarkers" Width="110" Margin="2 4" EmptyText="{Binding TimeMarkersEmptyText}" IsEnabled="{Binding IsReadOnly, Converter={StaticResource InvertedBooleanConverter}}" ItemsSource="{Binding TimeMarkers}" SelectedItem="{Binding Occurrence.Appointment.TimeMarker, Mode=TwoWay}" ClearSelectionButtonVisibility="Visible" ClearSelectionButtonContent="Clear Selection" ItemTemplate="{StaticResource TimeMarkerComboBoxItemContentTemplate}" SelectionBoxTemplate="{StaticResource TimeMarkerComboBoxItemContentTemplate}" />
I want to set a rowspan in the kendo-grid in Angular. Check the attached file for help.
Hi,
I have included onRowClick atrribute in kendo react grid to enable editing in the row when it is clicked. Is there an event to detect a click outside the grid, so that I can disable editing in the row whenever the user clicks outside that Kendo react Grid.
Regards,
Mansi
Hi. I have been looking through this example for my project: https://www.telerik.com/kendo-angular-ui/components/grid/editing/editing-reactive-forms/
Can somebody explain to me what ngOnInit does? Particularly `this.editService.pipe...` It seems like it's calling all the data and assigning it to `this.view.` I specially don't get what "pipe" does because the editService doesn't seem to have a method called "pipe" either. Anyway, if someone can clarify what's happening here, that'd be great. Thank you
public ngOnInit(): void {
this.view = this.editSerivce.pipe(
map((data) => process(data, this.gridState))
}
I'm working with Telerik OpenAccess, giving support to a C# application.
In the logs of that application, I have seen a query, where the parameters are not filled in with values, just question marks.