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
I have a price column, in Grid am using format="{0:c}" for displaying currency format. I need same format to be displayed for that particular column's GridColumnMenuCheckboxFilter also. If i update the data object, filter is not working as numeric. Need an urgent fix for this issue ?
Am using below code for wrapper:
I want to be able to specify more than 3 decimals in the NumericTextBox. I can do that when I specify the step and format, but in that case the textbox will always show the trailing zeros.
Is it possible to just define the step to '0.00001' to be able to enter 5 decimals without using the format?
Hi
According to the Custom Cells documentation,
"As of update 5.14.0
, new properties were introduced which allow you to apply further customizations to the Grid. The previously available props such as the GridColumn cell
prop or the Grid cellRender
callback are still available but provide less options for customization as the ones listed in this article."
However, I can't figure out how to use custom cells to show group aggregates for each column like in this documentation. Do I still need to use cellRender to achieve that?
Thanks,
Jie