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.
When scrollable="none" is set to none and resizable enabled the grid is lines are going beyond the grid doundary.
Please find the screen shot attached.

I am using filterOperators from defining filter for text and numeric field but i don't want to display filter icon due to space constraints.
For example
filterOperators={{
'text': [
{ text: 'grid.filterContainsOperator', operator: 'contains' }
],
'numeric': [
{ text: 'grid.filterEqOperator', operator: 'eq' }
]
}}
My filterOperators has just two values now there is now point displaying dropdown of contains and is equal to. So is there any way that i will not display the dropdown but my string columns gets filter with contain and numeric columns get filter with equal.
Regards,
Mukesh

Hi,
Is it possible to have Multiselect always open (i.e. the opened={true} ) inside a Popup ?
We can keep MultiSelect inside a Popup but can we keep Multiselect always open inside Popup so that as soon as I click Popup, I get the multiselect list without clicking inside textbox.
Regards,
Vinod

In kendo react grid column level filter, I don't want to have all option instead i just want contains option for string column and equal option for numeric columns.
That should be default i don't that to be selected from drop down.
Please let me know how to achieve that.
