I just want to set the default page width to 'fitToWidth' instead of 100% on page load. Below is the reference code:
As shown in the figure, when I use the Chart component, due to the large content of the label, some text on the top is blocked, but there is still a lot of space at the bottom, I wonder if there is any way to make it better displayed
Need to know how to perform chunk upload for multiple files, in kendo React UI upload....
Also need to know how to upload really large of 2 GB via Kendo react upload if not for chunk upload. Increasing the max fileSize in the upload doesn't actually for this case...
PDF loads correctly but pages are getting double if user clicks on any of the zoom option first time. But download pdf with the correct number of pages. Below is the reference code:
import * as React from "react";
Hi all,
I'm running KendoReact v3.17.0
Was the filter input not added to the TreeList until a later version?
I've added the Treelist component and it's missing the filter box between the column title and the data tree.
So it seems no matter what I do, I can't have a DateTimePicker default to show={true} in a Dialog. I keep getting a Maximum Update error in the popup. All I'm trying to render is this;
return (
<Dialog
title="Select Time Range"
onClose={props.toggleDialog}
width={900}
height={700}
>
<DateTimePicker
show={true}
></DateTimePicker>
</Dialog>
);
Hello,
Is there a way to add a select input to TreeList inline editing? I just able to find only text, numeric, date and boolean inputs.
Thanks in advance.
Greetings,
Is there a way to open the file explorer by clicking on the ExternalDropZone component?
Thanks!
Best Regards,
Jason Li
Hi, In my application I have a sorting by both Column header click and by column menu. React
I am able to sort multiple columns only by column header click. Events triggerred in these headers click properly maintains their sort state variable, preserving the whole previous user inputs
But at the same time, I am not able to sort multi columns via column menu option. The event.sort for these events trigger only the current sort applied but not maintaining the previous inputs of it... The Grid refreshes everytime the new column menu input sort is provided
So, I need maintain a state combining both the sorting forms.
Any solutions to have a common state or to prevent the tefresh ?
And one more add on, I have given sortable.mode = multiple and sortable.allowUnsort = true.... How do we get to know the field name when unsort is applied, the event.sort simply returns an array and no info on the field name