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.
Hi,
There is a column in my kendo React Grid which is not there in the data given to the grid's data attribute. I want to add this column in my grid as a hidden column. How can I create this Kendo React grid with a particular column as hidden which is not given to the grid as data?
Thanks,
Mansi

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.
Next to that, there is following line:
set event logging to all to see parameter values
What can I do as a support engineer in order to make the values visible (replace the question marks by real values)?
In another question on this site, I've seen following advise:
Set the property Enable data caching to False. The property can be found under Data section of Administration -> Settings -> Advanced menu.
How can I achieve this? (Where is the configuration "application" I can use for this?)
Thanks in advance
Hi,
I want to have a grid as attached in the image. Here for the rows where the value of Description field is blank I want to remove the add icon from the Add/Link Field for that row. And then enable the add icon again when something else selected for Description field.
How can I achieve this using Kendo React Grid?
Hi,
I'm currently thinking about purchasing theDevCraft Complete bundle.
I'm developping a WPF .NET application which will be deployed on several computers for our users to use. It's not a web site so the application (containing the telerik library) will be deployed on each computer.
I understand I need a developer license for each developer. Do I need a license for each user or just purchasing the developer licenses enough for deployment ?
Thanks