Telerik Forums
KendoReact Forum
1 answer
166 views

Vuk5wf (forked) - StackBlitz

The code is the same as the documentation in the React Tooltips Library Getting Started - KendoReact Docs & Demos (telerik.com). However, it is not working as expected.




is it a bug?

Wissam
Telerik team
 answered on 13 Dec 2023
1 answer
117 views
I am getting this error 
SpreadsheetComponent.js
Module parse failed: Unexpected token (70877:38)
You may need an appropriate loader to handle this file type.
|             let ref = sheet.activeCell();
|             let range = new Range$1(ref, sheet);
|             this.trigger('message', { ...options, name, ref, range });
|         }.bind(this));
|     }
While trying to load kendo spreadsheet
Vessy
Telerik team
 answered on 12 Dec 2023
1 answer
135 views

Hi,

When I use Gird, I don’t add any settings, but the vertical lines between the table header and the content seem to be one pixel apart. How can I fix it?

Wissam
Telerik team
 answered on 11 Dec 2023
1 answer
256 views

I am trying to implement scrolling within a DropDownTree KendoReact component. So far, I am not seeing that this is possible, but am hoping there is a solution or workaround. Does anyone have suggestions?

We are basically implementing a large list of selectable items to a user (may also change to a MultiSelectTree to make this work), but due to the number of items we have, the vertical height goes off the page.

 

I did find a forum post from a while back here that makes it seem like maybe this feature is to be implemented come January 2024, but am not positive.

Wissam
Telerik team
 answered on 08 Dec 2023
1 answer
122 views

I have a requirement to perform bulk edit in kendoreact grid.  When the entire grid is in edit mode, i am facing performance issue in grid. Like, if i enter any character in the cell, there is a delay in reading that  character for at least  more than 3-4 seconds.  I have almost 1000 rows in the grid. I have tried both in-line editing as well as in-cell editing. Please help on this

https://www.telerik.com/kendo-react-ui/components/grid/editing/editing-custom/

https://www.telerik.com/kendo-react-ui/components/grid/editing/editing-in-cell/

Wissam
Telerik team
 answered on 08 Dec 2023
1 answer
322 views

I need to upload a file on OneDrive via API.

As explained here https://learn.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_createuploadsession?view=odsp-graph-online first of all I create an upload session which allow to upload large files.

After I obtain a temporary upload URL which I then pass to Upload component via prop saveUrl.

Below is my current setup of React component:

 


					<Upload
						saveUrl={uploadUrl}
						saveHeaders={{
							Authorization: `Bearer ${accessToken}`
						}}
						saveMethod='PUT'
					/>

I am getting error The Content-Range header is missing or malformed. and I would like to know how to sent bytes as explained here https://learn.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_createuploadsession?view=odsp-graph-online#upload-bytes-to-the-upload-session


Thanks

Damir
Top achievements
Rank 1
Iron
 answered on 07 Dec 2023
1 answer
206 views

I need to make all grid lines and axes disappear on a Chart using ChartSeries and not ChartCategories. I realize the standard answer is to set line visibility to false on ChartCategoryAxisItem, but for technical purposes this chart needs to not utilize categories.

 

The code:

<Chart style={{ height: 179, background: "#DDE9ED" }}>
<ChartArea background="#DDE9ED" />
<ChartSeries>
<ChartSeriesItem
data={series}
gap={1} type="bar" field="data" categoryField="name" color="color"
labels={{ visible: true, font: "14", background: "#DDE9ED" }}
/>
</ChartSeries>
</Chart>


How the chart currently looks:
How we want it to look:

 

Filip
Telerik team
 answered on 06 Dec 2023
1 answer
65 views

My data fits into a single page, and I don't want to show any of the paging controls other than the info. However I can't seem to remove the dropdown

See https://stackblitz.com/edit/react-fv221r?file=app%2Fmain.tsx for a repro

Vessy
Telerik team
 answered on 06 Dec 2023
1 answer
118 views

Hi all: 

I'm using the Grid - Column Menu Filter component, but when filtering a column, it's still the three dots icon. This makes it impossible to see which columns are filtered and which are not. This is not very friendly. Is it possible to change the three-dot icon to a funnel icon when filtering?

Looking forward to your reply

React Data Grid Component & Filtering - KendoReact Docs & Demos (telerik.com)

Filip
Telerik team
 answered on 05 Dec 2023
1 answer
102 views

Hello,

Currently we are getting an error for missing locale info for 'hr' but not for 'en' when adding DatePicker input in the scope of the project (DateTimePicker and TimePicker workds just fine).

We are loading all the data needed with the cldr packages so cldr-core (likelySubtags, currencyData, weekData), and cldr-number-full and cldr-dates-full for these two locales. For hr locale it gives an error saying missing locale info for 'hr' pointing at the split-date-format.js but when we change to 'en' locale and pass it to IntlProvider and LocalizationProvider it goes without problem.

We would appreciate some feedback for this or atleast an escape hatch for a while becuase we want to use DatePicker component.

Best regards.

Filip
Telerik team
 answered on 05 Dec 2023
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?