Telerik Forums
KendoReact Forum
1 answer
85 views

Hi, 

I would like to have 24h time format in Scheduler's AgendaView. Is there any way to achieve this?

Thank you

Radek

Filip
Telerik team
 answered on 16 May 2023
1 answer
147 views

hi, 

i am working on server side pagination and grouping, i am using the example below in giver url,

https://www.telerik.com/kendo-react-ui/components/dataquery/mvc-integration/

when i implement this example in my code its working fine with pagination, filtering and sorting, but when i am try to group data

my UI showing nothing. can you please give an example with server side grouping and pagination?

Konstantin Dikov
Telerik team
 answered on 15 May 2023
1 answer
881 views

This problem seems to affect new version of Chromium browsers. As of this writting, the bug can be replicated on these browsers:

-GoogleChrome 113.0.5672.93

-Microsoft Edge 113.0.1774.42

-Brave Browser 1.51.114

The problem doesnt appear on Firefox or older verions of Chromium browsers (tested on v103.0.5046.0)

 

Replication Steps

1) Click on the Calendar icon of the DatePicker

2) Click on a Month on the left Column (IMPORTANT: Don't scroll using the mouse wheel)

3) Pick a Day on the Month that was picked in step 2. For example, I pick Feb 10th, the date is set to June 10th for some weird reason.

The problem only happesn if one picks the available list of Months on step 2 without scrolling using the mouse wheel.

 

For some reason, this bug cannot be replicable on StackBlitz (I wonder if their background code prevents some kind of Racing Conditon). But I have attempted a brand new project on a different machine with just he date picker and it is replcated on the new Chromium based browsers mentioned above.

import React from "react";
import "./App.scss";
import { DatePicker } from "@progress/kendo-react-dateinputs";

function App() {
    const [date1, setDate1] = React.useState<Date | null>(() => new Date());

    return (
        <div>
            <DatePicker
                id={"kendo-date-sample"}
                value={date1}
                onChange={(e) => {
                    const newDate = e.value;
                    console.log(newDate);
                    setDate1(() => newDate);
                }}
            />
        </div>
    );
}
export default App;


Vessy
Telerik team
 answered on 15 May 2023
1 answer
54 views
Is there a way to disable only the buttons within the Upload component?

I am aware of the `disabled` attribute which disables the whole Component, but I need to disable only the 2 buttons which appear once you have at least 1 file on the list
Wissam
Telerik team
 answered on 15 May 2023
1 answer
180 views

Hi,

The Calendar Fast Navigation Bar is currently broken in all versions of KendoReact that support React 18 as per https://github.com/telerik/kendo-react/issues/1566. We are working around the issue by disabling the Calendar Fast Navigation Bar as described here https://www.telerik.com/kendo-react-ui/components/dateinputs/calendar/sidebar/.

Unfortunately this does nothing to address the issue in KendoReact Grid filter menus - see this StackBlitz for an example: https://stackblitz.com/edit/react-va2kr1?file=app%2Fmain.tsx.

Is there a way to globally disable the Calendar Fast Navigation Bar so we don't have to do this everywhere and create a custom Grid filter?

 

David
Top achievements
Rank 1
Iron
Iron
Veteran
 answered on 15 May 2023
1 answer
51 views

Hello

How to create a vertical grid?

like this..

please give me an example

Wissam
Telerik team
 answered on 12 May 2023
1 answer
120 views

I know that each listItemUI child has info about the file passed into it by props,

but is there a way to get a full list from the parent <Upload> component?

A callback function maybe?

for example:
<Upload getFileList = {getFileList} />

const getFileList = (list) => {
     console.log(list);
}

Wissam
Telerik team
 answered on 11 May 2023
1 answer
70 views

Does kendoreact support us to customize it? Thank you

Wissam
Telerik team
 answered on 09 May 2023
1 answer
156 views
Good evening everyone,

I'm trying to copy the values from the Grid row using the ContextMenu. It works on Kendo's default cells, but it's not working on customized cells.
I made an example and, in it, you can see that it's not possible to get the value (check the console) if you right-click and click Copy. It will return:
{dataItem: undefined, field: undefined}
While in default cells it returns the value normally:
{dataItem: Object, field: "ProductName"}

Furthermore, the 'onContextMenu' in <td/> is presenting an error in TypeScript

Type '(event: MouseEvent<HTMLElement, MouseEvent>, dataItem: any, field?: string) => void' is not assignable to type 'MouseEventHandler<HTMLTableDataCellElement>'

 

Follow the code
brave-leftpad-tt12no - CodeSandbox

Konstantin Dikov
Telerik team
 answered on 09 May 2023
2 answers
267 views

Input fields not accepting spaces inside the treeview component

any solution for this

VIJAY
Top achievements
Rank 1
Iron
 answered on 05 May 2023
Narrow your results
Selected tags
Tags
+? more
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?