Hello.
We use esbuild to build the react application. From a certain moment, the build fails us with an error: X [ERROR] Undefined operation "var(--bs-border-width) * 2".
It is possible to fix it somehow?
We use:
"@progress/kendo-theme-bootstrap": "^6.2.0"
"bootstrap": "^5.1.3"
"react-bootstrap": "^2.6.0"
Thank you.

Hello,
I'm currently not using the KendoReact - DateTimePicker because I miss the ability to apply a selected Date/Time without
having to press "set". Maybe with an onChange event or similar.
Does anyone have a best practice or workaround to solve this issue?
Thanks in advance and Kind regards ~
Hi,
Is it possible to use Grid pager and virtual scrolling together? Let's say pager's page size is 100, and virtual scrolling's page size is 50. According to the Grid documentation, "take: Alias of pageSize property. If take is set, pageSize will be ignored". How would I set the 'take' variable for pager and virtual scrolling separately?
Thanks,
Jie
Hi,
I have a scenario where I do not want to show the placeholder in the date filter of UI Grid until the user clicks it. I achieved that using the example given here Kenod Grid - StackBlitz. With this implementation, I'm getting an issue where the filter placeholder doesn't disappear when a browser tab is changed. It only disappears when the area is focused and then clicked outside. This is continuously visible on chromium-based browsers react-bh72m1-a3qerg.stackblitz.io.
Hi,
Grid seems have problem dealing with virtual scroll and detail row at the same time. From the official documentation https://www.telerik.com/kendo-react-ui/components/grid/scroll-modes/virtual/, in its example, if I added following props to <Grid> and try to scroll, the page will get stuck because it is trying to render too many rows:
https://codesandbox.io/s/5r9frx?file=/app/main.jsx
expandField={"expanded"} detail={() => <div>test</div>}Note that, if remove expandField property, it will work.
Thanks,
Jie
I want to customize the Pager, but from what I can see I will have to build the whole pager. I only wan to update the Pager info from "1 - 50 of 55 items" to just "55 items".
Is that posslbe?

import { dollarIcon } from "@progress/kendo-svg-icons";{
"data-expanded"]: false,
id: 600,
svgIcon: dollarIcon,
text: "Invoices",
},Initial Data is exporting but after changing the page, the updated grid data not exporting.
It's returning the same old data or blank.
Is it the expected behaviour?
Reference - https://stackblitz.com/edit/react-ajxmvq-gltk6x?file=app%2Fmain.jsx