Hi,
Is there an exmaple for that add custom buttons to rows of Kendo Grid Grid?
thanks
While using the Kendo react editor, if I use a font family and jump to next line, the font changes.
How can I keep the selected font consistent while I'm using the editor.
Hi,
We have a scatter chart and the very first point on the grid will appear at the origin. However, this marker appears cut off, you can only see the top right 1/4th of it. My internal users that are testing this have complained about it as the existing chart we are replacing has the marker at that spot sitting on top of the origin, not cut off. Is there a way to prevent this cut off from happening? I did some searching around and didn't see anything obvious. My only thought is to add some padding to the min values so that the first value isn't in the corner, but that's not the most ideal for our users.
Kara
Hi,
We are working on rebuilding our application with React and I'm just getting to a page that will use a Kendo grid. We have an existing pagination system that I think we'd like to continue using going forward, so I need to recreate it for the Kendo Grid. Is it possible to build custom pagination in the grid footer, or would I have to build it outside of the grid and hope it looks decent?
For example, I need the page details (row and total) on the far left, and the pagination and page size selection on the right. Also, we use both input and numeric pagination together. For example, if I have 16 pages of data my pagination might look like 1...4 5 6 7 8 ...16 where 6 would be an input box.
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.