Hi.
I am working with the Scheduler component and I display the WeekView in full day mode. Is there a possibility, that I can somehow achieve to automatically scroll to the work hours when the Scheduler opens? (see attached screenshot)
I know that I can limit the view to show the work hours only but that is not what I want. I just would like to achieve that our users don't have to scroll down everytime the Scheduler opens to see the work hours. Same behavior would be desirable in DayView.
Any help would be appreciated.
Thanks,
Bernd
After server-side validation, I am calling forceUpdate() to update the UI.
But, this isn't "wired" to the FormSubmitClickEvent isValid - or at least not in the same time frame as the onStep function.
Is there a way to tie server-side validation in with FormSubmitClickEvent isValid? Since this process is asynchronous, I'm guessing it will be challenging.
... Called after server-side validation to update the UI - this works
setTimeout(() => {
formRef.current.forceUpdate();
});
... Called when user clicks the "next" button on the multi-step screen
const onStepClick = React.useCallback(
(event: FormSubmitClickEvent) => {
Let's say we have a grid displaying orders: Order ID, Customer Name, Product Name. The grid is displaying the "ProductName" but filtering needs to be done by "ProductID". If we have thousands of products, we don't want to populate the combobox with everything, but instead might want to use remote data (filtering/virtualization). Most examples I find assume there is local data in some json file. How can we implement a custom grid filter cell that has a combobox that uses remote data?
My understanding is that the filter row is stateless and controlled by the grid. If I implement a custom combobox with remote data as soon as I filter the grid via the GridFilterCellProps onChange, the filter cell state is lost (so no more loaded data matching the selected item) and appears that nothing is selected even though a filter is applied.
I've tried to store the state outside of the filter cell, but I can't seem to get it right. Anyone else have any luck doing something like this?
I'm using the ComboBox component and would like to restrict the values that you can manually enter into the field above the dropdown.
(See screenshot).
I have two scenarios:
1) Only allow to enter integer values (numeric, no comma or dot allowed), both negative and positive values are allowed;
2) Only allow to enter float values (numeric with comma or dot), both negative and positive values are allowed;
I tried to restrict the input by managing the keyDown event but I'm not sure if this is the right approach.
Do you maybe have an example for me, how I could better solve this?
Thanks!
Greetings,
Bernd
Hi,
We are customising kendo-theme-bootstrap using the build process of our application and Dart Sass as per the Kendo documentation. We have started to see the following warnings when compiling our application:
LOG from ./node_modules/react-scripts/node_modules/sass-loader/dist/cjs.js sass-loader ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].oneOf[7].use[3]!./node_modules/react-scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[7].use[4]!./src/index.scss
<w> Deprecation Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
<w>
<w> Recommendation: math.div($a, $b) or calc($a / $b)
<w>
<w> More info and automated migrator: https://sass-lang.com/d/slash-div
<w>
<w> node_modules\@progress\kendo-theme-bootstrap\dist\all.scss 692:15 k-math-div()
<w> node_modules\@progress\kendo-theme-bootstrap\dist\all.scss 385:13 k-color-contrast-ratio()
<w> node_modules\@progress\kendo-theme-bootstrap\dist\all.scss 403:26 k-contrast-color()
<w> node_modules\@progress\kendo-theme-bootstrap\dist\all.scss 3066:24 @import
<w> src\index.scss 23:9 root stylesheet
<w>
Is this something we should be concerned about?
Kind regards,
David
Hi, I'm trying to include holidays in my Gantt chart so the project timeline would reflects the impact of holidays on project schedule.
Below is how I've done so far. However, the timeline is still running on holidays. Please help me.
];
Hi,
Dropdown is not visible in dialog after upgrade to v5.11.0. It used to work with v5.1.0.
With v5.1.0, dropdown's z-index is automatically calculated based on the dialog's z-index. With v5.11.0, the dropdown's z-index is always 100, which is lower than dialog's z-index.
Please advise.
Thanks.
We are trying to export the pdf from mobile browser, we are getting the same view in the pdf which is expected. We wants to export the pdf always to be in the desktop layout irrespective of the device from where it is exported.
In this format we want when we will export the pdf from mobile
but we are getting this
Is there any options already provide to the PDFExport. or any other way to achieve this.
Hi, I don't know if this is the right place to ask this question but since I haven't clarified with the information I've read I'm writing it here.
I am working on a project to which I need to integrate only the "KendoReact Rich Text Editor".
And I'm confused by the fact that I can run it perfectly well without having applied for the 30 days free trial, let alone obviously a paid license.
To my understanding it is assumed that if I can use it without entering the license is because it is indeed allowed right?
According to what you put in your Kendo UI FAQ section: Why are you open sourcing part of the Kendo UI framework?
Apparently it can be used without a license.
The only thing I see is this information in the console when installing the necessary plugins:
> @progress/kendo-licensing@1.3.0 postinstall D:\Project\node_modules\@progress\kendo-licensing
> node ./bin/kendo-ui-license.js activate --ignore-no-license
(INFO) Kendo UI: KENDO_UI_LICENSE environment variable not set
(WARN) Kendo UI: License file not found at "D:\Projects\kendo-ui-license.txt"
The point is that I don't quite understand some aspects of the license and I want to know if I won't get into trouble using the Kendo rich text editor commercially if I keep using it.
Thanks a lot!