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

ProductLoader holds the server-side data, every page loads and based on filter change the call is triggered two times.
It works this way in my app as well as the pagination demo.
Is this something that is implemented the same at the moment?
https://www.telerik.com/kendo-react-ui/components/grid/data-operations/odata-server-operations/
stackblitz - https://stackblitz.com/run/?file=app%2Fmain.jsx

Is there a way to tag a user in the editor similar to there is in azure devOps?
something like this:
PM 10/10/2023 : @Shane S Calhoun the fix worked

Greetings,
Is it possible to implement a search text functionality inside the filter label fields from the external filter?
The user can easily search and select the label text when the table contains a lot of columns.
I have attached an image for the example. Thanks!
Jason
Hi,
What is the difference between GridCellsSettings.groupHeader and GridCellsSettings.group.groupHeader? Same for GridCellsSettings.groupFooter.
Thanks,
Jie