Telerik Forums
KendoReact Forum
1 answer
13 views

Hi,

I am working on "OData Server Operations" with .NET Core and implement following logic and its working fine.

https://www.telerik.com/kendo-react-ui/components/grid/data-operations/odata-server-operations/

now I am editing a row using modal but after update data, how can I refresh this gird to get latest data.

service.updateData(dataItem).then((response) => {
    //how can i refresh grid here
 })

Wissam
Telerik team
 answered on 25 Mar 2024
1 answer
12 views
Currently, the height of items in the Kendo Scheduler is inaccurately determined, aligning items to the closest line. This results in events that end at 08:10 and those that start at the same time being displayed adjacent to each other rather than sequentially. This behavior differs from the jQuery/MVC version of the scheduler, where items are correctly displayed one after another. Is there a solution to address this issue for the Kendo version? Thank you for any assistance.


Konstantin Dikov
Telerik team
 answered on 24 Mar 2024
2 answers
555 views

I'm using the Kendo React Grid (v 1.0.1). I wanted to show a load indicator manually on certain occasions, but couldn't find out how to do this.

Is there a way to programmatically turn it on/off?

CU, Joe

Srinivas
Top achievements
Rank 1
Iron
 answered on 23 Mar 2024
1 answer
8 views

Hi.

I am going to implement double underline in Editor component of Kendo-React.

In CSS, it can be solved using ::before and ::after.

How would I implement this feature?

Vessy
Telerik team
 answered on 22 Mar 2024
1 answer
21 views
Hi,

I have a problem and I want you to help me solve it.

Let's implement the double underline feature in the Editor component.

In CSS this can be solved using ::before, ::after selectors.

How would I implement this feature?
Vessy
Telerik team
 answered on 22 Mar 2024
1 answer
12 views

Hello there,

I have country codes and the values, how can I use the Map in KendoReact to show something like this, any sample code, thank you!

Konstantin Dikov
Telerik team
 answered on 21 Mar 2024
1 answer
15 views

Hello there, 

Is there a way to show the value/90 in the position below, I did not see any option on the API page, thanks!

Vessy
Telerik team
 answered on 21 Mar 2024
1 answer
31 views

So when I was implementing Scheduler I got following error when trying to change events using drag & drop functionality. Take into accounnt that it happens only with events which have same start date

Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render.

You can check the issue here. https://stackblitz.com/edit/react-a2zwzm To reproduce it just move several today's events into another day square. You will get a lot of messages in console.

Konstantin Dikov
Telerik team
 answered on 21 Mar 2024
0 answers
63 views

So, I've been going over the online documentations to make sure that I'm not asking a dumb question here. While there's been mention within the docs that we can set up the value of the license key as an environment variable. The instructions surrounding it isn't clear enough. By 'environment variable' do you mean like how we sometimes would set up a path for an executable in the windows system environment? Or in Ubuntu/Linux we would use .bashrc file. I usually put my environment variables there.

Is that what the docs is referring to?

The other thing that I'm also really curious to ask, when following the "Getting Started" guide within the docs, I was trying to set up an app using "npx create-kendoreact-app". But I encountered an error when it tried to download/install various components. I suspect it might be something to do with the licensing? I could be wrong. (I've attached the image) I'm not sure if this is the normal behavior, or maybe it's just a random, one-time incident.

(Updated) I have given 'npx create-kendoreact-app' another shot. This time I didn't opt for SASS, and everything ran smoothly. Perhaps you might want to raise this issue within your product team. Let them know that it needs to be fixed.

Curious, for all future KendoReact projects, does it mean we have to do two steps?

  1. Step One: run npx create-kendoreact-app
  2. Step Two: run npx kendo-ui-license activate

I look forward to your clarification on these two issues.

(Updated) Sorry, I seemed to have answered my own question. Yes, the environment variable as stated in the docs meant putting it in an actual Environment Variable on your system.

On Linux: Edit the .bashrc file in your home folder.

On Windows: Just create a new environment variable and call it "KENDO_UI_LICENSE".

I want to leave this here for anybody it might help in the near future. :P

Sherman
Top achievements
Rank 2
 updated question on 20 Mar 2024
1 answer
12 views

Something seems to have changed between Grid v5 and v7.  Previously, I could set the overall grid text color with a simple style prop on the Grid itself.

<Grid style={{ color: "#000" }} ... />

That no longer works, so now I need to use a custom CSS class like this:

.k-grid-black .k-table-td {
    color: #000;
}

<Grid className="k-grid-black" ... />

Seems I have to use the selector .k-table-td for that class.

This works, however, now any rowRender function can't set a custom color - it gets ignored.

Any suggestions on how to make this work better?  Thanks!

Konstantin Dikov
Telerik team
 answered on 19 Mar 2024
Narrow your results
Selected tags
Tags
+? more
Top users last month
Mark
Top achievements
Rank 1
Yurii
Top achievements
Rank 1
Leland
Top achievements
Rank 2
Iron
Iron
Iron
Hon
Top achievements
Rank 1
Iron
Deltaohm
Top achievements
Rank 3
Bronze
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Mark
Top achievements
Rank 1
Yurii
Top achievements
Rank 1
Leland
Top achievements
Rank 2
Iron
Iron
Iron
Hon
Top achievements
Rank 1
Iron
Deltaohm
Top achievements
Rank 3
Bronze
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?