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.

No text warping inside kendo react grid column for extra text i want to display three dot (...)
We have requirement of showing three dots (...) if size of the text increases the given width. Is there way to do that.
Please provide an example.

Hi, I have a grid and I need to display pagination conditionally. For some reason, if I use pageSize: take when I do not want to paginate, sort doesnt work. I get a no records found message. But if I send in a prop to paginate, sort works. Please advice.
This is my link:
Please check Line no.357 in Reusegrid.jsx file. With pageSize: take, sorting doest return data but when I remove the pageSize, sorting works but in the pageInfo, I get 1-10 of 77 items whereas I need 1-77 of 77 items. Please advice.
Hi,
We use Kendo ComboBox. But it's scrollbar doesn't fit our design.
Is there any API to set custom styles to the scrollbar? It should be cross-browser.
Can you advise a solution?
Hi, I am using 'process' and onDataStateChange to have the grid handle filter, sort and pagination. I have implemented a SelectAll functionality on top of this code. When I filter in data and then click on header Select, it selects 3 items but shows that all data is selected. Any idea of how to fix this?
https://stackblitz.com/edit/react-9odprj?file=app/Reusegrid.jsx
Also, how do I style checkboxes in the grid? I need to add classes to the input as well as the label tag in the checkbox. Please advice.
Hi,
I'm currently evaluating the use of Kendo React Grid for a project where one of the requirements is the use of a grid. I've been looking at the Kendo Grid documentation for editing and I'm noticing a difference in behaviour from the example on the Kendo site vs on Stackblitz and I'm trying to understand which is the correct behaviour.
Comparing the example on this page https://www.telerik.com/kendo-react-ui/components/grid/editing/
And the example on this page https://stackblitz.com/run/?file=app%2Fmain.jsx which is accessed from the "Open in Stackblitz" link on the above page
When clicking to edit an item in either it opens up the row for editing as expected but as soon as you start to edit data in the middle of a value in the Name column, the cursor behaves differently across the 2 examples. On the Telerik page the cursor jumps to the end of the word after every change of the text whereas on the Stackblitz page, the cursor stays in place as the user enters multiple characters.
I've compared the 2 files and they look identical, I've also tried using this within an application myself and I get the same behaviour as on the Telerik site. How do I get the same behaviour as the Stackblitz example?
With the jQuery version, it was possible to automatically hide notifications after a timeout with the config property autoHideAfter. There was also autoHideAfter, which I need too.
How can I do this in Kendo UI React?
