Hello team,
I'm trying to implement daterangepicker where I want to have a vertical scroll. Kendo daterangepicker by default shows 2 months but I want continuous vertical scroll of months like below image. I could not find any props allowing this view. Please someone help me achieve this
Using data that's been processed with the `process` function and a dataState.group. Is this possible?
Alternatively, I would also take keeping the group header and the first row together (so that the group header doesn't sit at the end of a page and its rows start on the next page).
Either one would be a little more intelligent than the current PDF export capability with grouped grids. Apologies if this is a repeated question, I couldn't find a similar topic in the Github or on this forum. Thank you!
When I try to conditionally render a column that's nested, its value cells don't show up (which is correct), but its header cell still shows up (which is incorrect), making the entire header row misaligned with the grid rows -- see example below:
https://codesandbox.io/s/new-https-mt0knv?file=/app/main.jsx
Is there any workaround for this? I've tried cellRender, rowRender, headerCell, and headerClassName to no avail, but maybe I've missed something. Unfortunately, I cannot use CSS display:none on the ".k-header" selector because I have a grouped grid where I need that first column header for the hierarchy, and I'd like to try anything but CSS for this as this seems like a KendoReact (JS) bug in general.
Hello team,
I Need some help in understanding the license mechanism when the react application is deployed in client location (on-premise).
Right now the license is put on 'kendo-ui-license.txt' file in the src code.
When the application is bundled , will this license be read and used from 'kendo-ui-license.txt' ? or any other way has to be followed?
or help me understand to use license in product bundling.
Hi, I would like to ask, if is somehow possible to submit Kendo Form programatically. I checked Form ref and also formRenderProps, but there is not method "submit" (or another) to submit form by the script.
Is it somehow possible? I would like to somehow submit this example form without submit button.
// How to submit this form programatically by the script (without submit button)?
<Form onSubmit={handleSubmit}
ref={refForm}
validator={formValidator}
initialValues={initialValues}
render={(formRenderProps) => {
return <FormElement>
<fieldset className={"k-form-fieldset"}>
<div className="mb-3">
<Field name={"title"}
component={ValidatedInput}
label={"group.title"}/>
</div>
<div className="mb-0">
<T _translateProps={['label']}>
<Field name={"description"}
component={ValidatedTextArea}
label={"group.description"}/>
</T>
</div>
</fieldset>
</FormElement>;
}}
/>;
Hi Team,
I am using kendo react in my project. I need a Datepicker which should open on button click instead of input field with save and cancel button inside Datepicker. I saw this option inside datetimepicker but i don't need time in my calendar.
Ref: npx kendo-ui-license activate
Does this command need to be done for each build or once per build environment?
Hello,
I would like to ask if it is possible to show multiline items in timeline view in scheduler. It seems that the height of item is 25px by default. I would like to make it larger as you can see on the attached image.
Thanks
Matus
It appears the Menu component is not responsive. How to make it responsive?
There is a responsivepanel for Kendo Jquery to enable this, is there something similar in KendoReact?
I cannot use the Appbar because of submenus.
Thanks.
Hi.
I have achieved to hide the Fullscreen and Minimize buttons of the Window component but if I double click the title bar, the window still goes to fullscreen mode, even though I set the stage to "DEFAULT". How can I avoid that double clicking on the title bar goes to full screen mode?
Example here: https://stackblitz.com/edit/react-ccd1uy?file=app%2Fmain.tsx
Thanks!
Greetings,
Bernd