Telerik Forums
KendoReact Forum
1 answer
347 views

Hi,

My node version is 18.

I used the example given in the link(https://stackblitz.com/edit/react-grid-dropdown-editor-separate?file=index.html) to check the Kendo grid edit with dropdown list.

But i want it in Incell edit .

If you have any example please provide .

 

Thanks,

Dhamayandhi R

Vessy
Telerik team
 answered on 10 Apr 2023
1 answer
110 views

Does the React Timepicker componenet have Autocomplete capabilities?

 

If so, are there any examples of how to use it?

 

Thanks in advance for the help.

Konstantin Dikov
Telerik team
 answered on 10 Apr 2023
1 answer
84 views

i have implemented a site with sidebar on the left with all different features of the site corresponding to respective components.

I wish to implement a autosearch kind of feature on the top of the page that should get prefilled with these components like a drop down .

On selection of that feature from autosearch, page should redirect to that components path.

How can we implement this using kendk react ?

 

Wissam
Telerik team
 answered on 07 Apr 2023
0 answers
185 views

I used editItem property to update view of item, but got issue as below. I am using scheduler version 4.14.1. Please tell me how to fix it. You can see sample code in this link :https://stackblitz.com/edit/react-pwcye5?file=app%2Fmain.tsx

Encountered two children with the same key, `undefined:0:0`. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version.
    at div
    at div
    at SchedulerViewContext (https://react-pwcye5.stackblitz.io/turbo_modules/@progress/kendo-react-scheduler@5.12.1/dist/npm/context/SchedulerViewContext.js:56:23)
    at eval (https://react-pwcye5.stackblitz.io/turbo_modules/@progress/kendo-react-scheduler@5.12.1/dist/npm/components/BaseView.js:15:25)
    at MultiDayView (https://react-pwcye5.stackblitz.io/turbo_modules/@progress/kendo-react-scheduler@5.12.1/dist/npm/views/day/MultiDayView.js:51:62)
    at KendoReactSchedulerDayView
    at divat SchedulerContext (https://react-pwcye5.stackblitz.io/turbo_modules/@progress/kendo-react-scheduler@5.12.1/dist/npm/context/SchedulerContext.js:189:23)
    at eval (https://react-pwcye5.stackblitz.io/turbo_modules/@progress/kendo-react-scheduler@5.12.1/dist/npm/Scheduler.js:62:26)

Long
Top achievements
Rank 1
Iron
 asked on 06 Apr 2023
1 answer
116 views

Hi support team,

I am working with component scheduler version (4.14). I want to have a button out side of scheduler. When I click it, it will trigger add form of scheduler. Please guide me how to do it.

Vessy
Telerik team
 answered on 06 Apr 2023
1 answer
454 views

i have implemented pagination and filtering using  the process method .But pagination logic doesnt change after applying filters to columns ?

 Is this expected?

 

 

For example if i have 10 records with page size 5.

Within those 10 records color property is green for 2 records.

Once i type the property in filter section of the grid.

Pagination at the bottom will still show  2 pages .

My expectation is it should show only 1 page after apply this filter since only 2 record satisfy filter criteria.

 

Wissam
Telerik team
 answered on 03 Apr 2023
1 answer
119 views

Is this type of treeview structure available in Kendo react?
Here Requirement is

  • Able to add child and subchild
  • and able to search between nodes 
  • Parent and child should be connected with line
  • Connectors should be shown at each node with expandable and collapsable functionality
  • image
Vessy
Telerik team
 answered on 31 Mar 2023
1 answer
162 views

Hello, I've placed a datepicker in the cells of a ReactDataGrid.

When I open the DatePicker and I try to select a month from the left column, the DatePicker popup closes instead of remaining open and changing the displayed month.

I've tried to define the date picker in the formatter property or in the editor property and the problem happens in both cases.

Is there a way to keep it open when choosing the month ?

Here is a Stackblitz reproducing the problem: https://stackblitz.com/edit/react-ts-nbsds1?file=App.tsx

Open a master row by clicking on the ">" symbol in the first column and then click on the DatePicker toggle button to show the popup.

Thanks in advance.

Konstantin Dikov
Telerik team
 answered on 31 Mar 2023
3 answers
2.7K+ views

I have a Kendo Grid appearing in a modal successfully.

The filtering menus do not appear when clicking on the 3 dots in the column header.

It seems to be a layering issue. If I force change the z-index in dev tools the dropdown menu appears but then the filtering tools have issues. Has anyone else solved this problem?

Sridevi
Top achievements
Rank 1
Iron
 updated answer on 31 Mar 2023
1 answer
129 views

Hi Team,

I upgraded my kendo from version 3 to version 5.12. Colummenu icon is not rendering after upgradtion. Is there any change made in latest version?.

renderColum = (props, column) => {

Const columndata = {};

columndata.field = column.field;

columndata.title = column.title;

columndata.columnMenu= (props)=>(

< ColumnMenu {...props} column={{...column, filter: column.fikter}}

)


}

 

<Grid{this.state.colums.map((column)=>{

return this.rendercolumn(props,column)

})}


>

Vessy
Telerik team
 answered on 30 Mar 2023
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?