How can I delay the sorting feature of an editable Kendo React Grid until the user has completed and saved the inline edit of a sortable column field?
Thanks,
Jim
SKF USA, Inc.

We have a requirement to functionally export our grid data using the ExcelExport module. I have successfully used your given examples to export a single grid's data. However, I don't see any examples of performing an ExcelExport of both a Parent and Child grids' data in the documentation.
1) Is it possible to do this?
2) Can you provide an example (if possible) of performing an ExcelExport of both a Parent and Child grids' data?
Thanks again for your excellent support.
Jim
SKF USA, Inc.

I want to decrease height of grid pager, I tried doing that through CSS but selected page number is getting shrinked.
I am using kendo theme builder to generate css styles,
Is there any way that i can achieve that modifying sass variables which leads to modify all corresponding classes.

Hi there,
I'm trying to format the numbers within a GridCell to display as currency. Setting the format prop to '{0:c}' or '{0:a}' does not format the values that appear in those cells when the grid first loads. However, after editing any of the values in that cell or creating a new cell, the formatting works and the value displays as intended. I must be missing something...
Thanks for any help!
-Tim
Hi,
I am using checkbox for selection inside the grid but the size of the checkbox coming by default is too big. Is there any way to customize the size of the check box inside the grid.
Regards,
Mukesh

Hi, I have a list of data in the grid and I need a new row to display the total values. I was able to achieve it with dom manipulation which is bad when it comes to React but I do not have any other option. I still face one issue. The totalRow is being rendered on the top of the table rather than the bottom. Please advice on a more profound way to achieve this.
https://stackblitz.com/edit/react-9odprj-ltd742?file=app%2FReusegrid.jsx

Is there any way that i can achieve nowrap or auto fit for my text in columns. By default i have not defined any width for my columns, if my text is big it is wraping in next line, i don't want warping of the text. Is there any way to do that.
regards,
Mukesh


I want to right align all my column having numeric value nut i did not found any property on GridColumnProps.
Is there any way to do that.

I currently have a nested KendoReact Grid with parent and children rows. Since this web application is for the purpose of real time status, I have implemented a data refresh from the server via a parent page use of a 30 second setInterval function that performs the asynchronous web service API call. If the user has expanded a parent row so as to see the children, is there anyway to stop the Grid from collapsing the parent row after the setInterval fires?
Thanks,
Jim
SKF USA, Inc.