Telerik Forums
KendoReact Forum
1 answer
135 views

Hi,

If you set a Grid as both navigatable and scrollable="none" then it results in an error: "Cannot read properties of undefined (reading '0')". This can be demonstrated by adding these properties to any of the examples on the kendo site e.g. https://www.telerik.com/kendo-react-ui/components/grid/get-started/ 

Kind regards,

David

Stefan
Telerik team
 answered on 21 Sep 2021
1 answer
183 views

hi,

So, I have a question in regards to in-cell editing of kendo grid. Is it possible to introduce custom components like textfield when you are editing a cell.

Silviya
Telerik team
 answered on 20 Sep 2021
1 answer
330 views

Setting a width on a Input component doesn't seem to work:


<Input label="Something" width={1} />

Renders to:

The code in the DOM looks like:

All the other input components (like "NumericTextBox") have the width property applied on the containing <span>, but for an Input, the containing span has always a width of 200.

Any suggestions on how to set the width of an Input properly?

Stefan
Telerik team
 answered on 06 Sep 2021
0 answers
122 views

Working with kendo bootstrap 4.35.1, I'm having an issue with expand row not returning k-i-plus icons, and getting k-plus icons (which either don't exist or don't render correctly. In the top picture the plus icon should be to the left of the checkbox. When clicked, the icon class name does change from k-plus to k-minus, but I can't seem to get it to render k-i-plus.

 

 

Brian
Top achievements
Rank 1
 asked on 03 Sep 2021
4 answers
303 views

Hi,

In kendo react components, specially in react grid. Do we have some thing for saving user preferences and layout,

khalid
Top achievements
Rank 1
Iron
 answered on 03 Sep 2021
1 answer
541 views

Hi,

As my question says, I would like to know, how can I limit the depth that a TreeView expands to?

Consider the data object below, that lists geo-locations, there is only 3 levels, but i cannot have a treeview display 4,000 cities when the user expands a province. Im displaying that data in a grid elsewhere.

My question is as follows: I cannot separate the cities into a separate list due to other functionality, but the TreeView will try to render any node 'items'as children, How can I instruct the TreeView to limit the depth to 1 layer, ie, I sened it data and of the objects it only looks at the first set of objects' items.

const data = [
  { 
    name: 'Country' ,
    items: [
      { 
        name: 'Province-1',
        items: [
          ... 4,000 cities names
        ]
      },
      { 
        name: 'Province-2',
        items: [
          ... 5,000 cities names
        ]
      },
      ...
    ]
  }
]

Thanks,
Grant

Stefan
Telerik team
 answered on 02 Sep 2021
0 answers
762 views

Detail grid is not loading when I use checkbox column in kendo grid.

Could you suggest what may be the reason it is breaking.

If I remove checkbox column from my data then detail is working fine.

samatha
Top achievements
Rank 1
 asked on 01 Sep 2021
1 answer
122 views

Hey there,

Just wanted to inquire and see if the onMouseUp event is available for the DropDownList KendoReact component?

 

Thank you in advance!

Stefan
Telerik team
 answered on 31 Aug 2021
1 answer
110 views

The tabStrip demos no longer display selected state and the line separating the tabs from content (Material Theme). Has this changed?

 

https://www.telerik.com/kendo-react-ui/components/layout/tabstrip/

Stefan
Telerik team
 answered on 31 Aug 2021
1 answer
489 views

Hi,

My code is set up as below - tabbing or using the mouse to navigate to another control does not trigger the onBlur event everything else, filters, etc, work great.

Thanks and regards,

Amit Kohl

<FormElement horizontal={true} >
    <Field id={'customer'} name={'customer'} label={'Org Class'} component={MultiSelect}
    textField="name" dataItemKey="id" data={customers}
    autoClose={false} filterable={true} onBlur={(e: MultiSelectBlurEvent) =>
         console.warn(e)
    }
    onFilterChange={handleOrgClassFilterChange} />

Stefan
Telerik team
 answered on 30 Aug 2021
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?