Hello
I am working agains AWS and it is a two step uploading, one first call to get the url where I have to upload and one second call to upload the file onto that url. I need to access the on click method before the upload uploads in order to get the url where i can upload the file.
Some help would be appreciated.
kind regards,
Hello,
I cannot find an example of the upload with credentials where I can pass an authorization token in the header of the request, some help would be appreciated.
https://www.telerik.com/kendo-react-ui/components/upload/credentials/
Thanks,
for some reason when you zoom the page columns and headers scale differently which leads to slight shift for columns(last column has the biggest shift)
the bigger zoom the bigger shift, is there any way to fix that or what can cause this issue?
Hello,
We are implementing the dropdown from this example:https://www.telerik.com/kendo-react-ui/components/dropdowns/dropdownlist/
But setting the same array of fields with useState but we get the error "Typeerror: data.findindex is not a function" , the code is below, some get would be very appreciated.
}, [])
constfetchCompModelData = async () => {
}
return (
</div>
Hi ,
do you have an example of pages and select all
when the onHeaderSelectionChange event - select all the items in all pages in grid?
in the documention of selection -
the example below , selected all in current page only
const onHeaderSelectionChange = React.useCallback((event) => {
thanks!
Hi all,
I need to add the capability to drag something from a Grid to a TreeList.
As far as my research has taken me, this is not available out of the box.
Can anybody advise me on strategies to make this work?
Thanks!
Sean P
Hi,
We're exporting a page to pdf that includes several chart svgs. When the pdf is opened in Chrome, the svgs include a thin drop shadow on the right and bottom of each chart, but when opened in Preview this shadow doesn't appear. We've dug pretty deep into the css and svg data and can't find any potential causes; other svgs (our logo, etc.) export fine. Any idea how we can address the discrepancy between views?
Thanks!
Hi,
I need to know how do i get details of the cell (both row details and column details)in pivot grid as im using kendo-pivotgrid-react-wrapper please explain me with any examples as soon as possible.Thanks in advance
Hello,
Im using the validation form fields but for some reason my state is not being updated after I enter valid data, on form submission the inputs are all null even thought I had entered valid data. some help would be greatly appreciated. Part of the code is below
constNicknameInput = (fieldRenderProps) => {
I haven't been able to render a custom cell for the column that's housing the expandable cells. If I set `cell` to `CustomCell`, the expandability (the carrot dropdowns) disappears. I couldn't find an example in the docs that showed the actual expandable cells getting rendered custom (just the regular cells with values) - could you please show me a simple example to get me on the right track? Is it that I should build the expandable carrots into the custom cell myself or did I miss something in the docs?
Thank you!