Hi Team,
I am trying to put checkbox similar to data in grid for particular columns for boolean data comming from API. But it is taking true and false in place of checkbox for React Ui. Can we achieve checkbox in place of true and false which can be editable through React.
Thanks.

Hi,
On the multiselect component is there a way to add a custom value the
same way you do by pressing enter by pressing tab? Failing that, is
there a way to clear the input on blur?
Here is the code I have
<MultiSelect data={filteredTitles} textField="text" onFilterChange={onFilterChange} filterable={true} onChange={(e) => setTitles(e.target.value)} tagRender={tagRender} allowCustom={true} placeholder="e.g. test..." popupSettings={{ height: 500 }} autoClose={false} listNoDataRender={() => <div></div>}/>
Thanks

I have the grid set up with a custom cell that has some expensive calculation performed when the cell component init. Usually, when I do scroll it takes some time to be rendered, that's OK. But sometimes I notice the grid doesn't call onPageChange method and the page becomes blank.
I created an example of that. It quite difficult reproduce, although In my real set up I reproduce it more ofter. So I recorded a screencast. Watch it from the 30th second. You can see sometimes it's stacking until I do scroll again
https://take.ms/mXO4h
https://stackblitz.com/edit/react-6dfm1k?devtoolsheight=33&file=app/main.jsx
Also I created an issue on github
https://github.com/telerik/kendo-react/issues/709

Hi,
Is it possible to make focusable rows in virtual grid? I have example with focusable rows and select with "enter" for regular grid and everything is working. But when I try to do the same for virtual scroll grid, "space" and arrows controls will stop working after first keyDown and changing rows with "tab" is looping the focus.

Hi,
I am working on to include inline editing features with the coffee-warehouse-dashboard project and I am not able to get the Editing working. If you could post an editing example with the existing coffee-warehouse-dashboard that would be great.
Thanks,
David.

Hi Team,
Copy of cell is not working from context menu in Kendo React.
Thanks.
Hi,
Is there a way to export (to Excel or PDF) only filtered data on Kendo React Grid?
The example (below URL) from KendoReact provides way to export to Excel and PDF, but if I filter by costomerId and if I export it exports all the data. I'm looking for way to export only the filtered data.
https://www.telerik.com/kendo-react-ui/components/grid/
Any help is appreciated.
Thanks
Hello!
Is it possible to use KendoReact drawer in a non-navigational way ?
What I'm tryingbto acheive is the same as "Antd Drawer" but with KendoReact : a floating layer that slides out from the edge of the page without beeing related to some menu. Idealy "drawers" could be nested too.
I'm not sure if this is possible with KendoReact Drawer but maybe with some other component ?
Thanks for any help & Take Care !

I have a Switch component as a cell. When I press "Space" key the grid scrolls down. Is there a way to turn it off?
Thanks

How can have the Tabs in TabStrip NOT all UpperCase?
I need them to be exactly as the title.
