Any chance you could provide simple sample code (ideally stackblitz) demonstrating how to combine multiple PDFExport's into a single PDF file?
the need to combine comes from wanting page numbering to start at 1 within each individual pdf render.
totally open to using the lower level exportPDF from the drawing library... perhaps there's a straightforward path to combining the individual DataURI's? also open to using additional 3rd party npmjs libraries
Hi there, I'm trying to use a state hook and an effect hook to update the initialValues, but the form fields are not filled after the initialValues is updated. Is that an expected behavior? If so, how could I load the Form after I fetched initialValues from api? Thank you.
"@progress/kendo-react-form": "^5.4.0",
I have implemented the virtual scrolling on a KendoReact grid based on the example given in the documentation with a remote data source.
This appears to work well. However, I have a scenario where I want to scroll the grid to a specific location. I am able to display the correct page by setting the Skip value on the state of the Grid, however. The scrollbar position is not correctly recalculated when I set the skip value. Instead, the scrollbar remains at position 0.
How can I correctly set the scrollbar location?
Thanks
Thomas
Hi, is it possible to make nested N hierarchy grid using kendo ui for react?
Can you provide any example?
Doesn't seem to work here - https://stackblitz.com/edit/react-m59yg9?file=app%2Fmain.jsx
I want the input text to be formatted as such: $2.22, but the input allows 3 decimal places and shows no currency symbol. I have added the formatting to the column and to the editCell component, but neither seem to do the trick. If I've done it incorrectly, can you show me the correct way to achieve what the NumericTextBox input here does with its currency example? Thank you!
Hi, I need to build a grid with single selection.
I started by the example on https://www.telerik.com/kendo-react-ui/components/grid/selection/
So, I noticed that if the grid has the single selection mode, when a row is selected I cannot unselect it: I can only select another row.
I would like to obtain this: when I click on a row it will be selected if is unselected, and it will be unselected if is selected.
This is my custom solution:
https://stackblitz.com/edit/react-mbwdnz?file=app%2Fmain.jsx
So, is there a better way to obtain the same?
Thank you
I have a requirement to add dynamic KendReact grid column from a json file in an existing grid of one default column, say - ItemCode , on load the the grid should fill the below columns from json.
eg: - >
[hey ive tried to disable the horizontal grid lines but couldnt make it work, also i couldnt find any place talking about how to round the lines of data, is it possible? (something like border-radius)
this is my chart code:
this is how it looks: ( i want to disable the vertical lines on the background)
wanted result: (with rounded edges)