Telerik Forums
KendoReact Forum
4 answers
366 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
658 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
835 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
148 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
134 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
547 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
1 answer
435 views

I need a MultiColumnComboBox with checkboxes, so I've been playing with this demo:

https://www.telerik.com/kendo-react-ui/components/dropdowns/multicolumncombobox/custom-rendering/

I need two things that I can't figure out. I need the combobox to stay open after selecting a checkbox. I tried stopPropagation and preventDefault, but both gave an error (not a function).

Also, I need a select all. I assume this would go in the header with a custom event handler...any idea how I loop through all the items and select each one?

 

Many thanks!

Tye

Ina
Telerik team
 answered on 27 Aug 2021
1 answer
193 views

Hi,

I have made a change to the code repo, how can I request for PR to help broader community?

Thank you

Stefan
Telerik team
 answered on 26 Aug 2021
1 answer
392 views

Hi,

I noticed that when using checkboxes in a grid, those are rendered a bit incorrect (there are some dot's at the "end" of the checkboxes:

Screenshot is taken directly from the example page: https://www.telerik.com/kendo-react-ui/components/grid/selection/#toc-customizing-the-selection. Making the column either smaller or bigger "solves" the issue, but it's still strange behavior.

Stefan
Telerik team
 answered on 26 Aug 2021
0 answers
833 views

Hi

Today, when Enter key is pressed highlighted item is selected. Can we please add same behavior for Tab key too.

 

Thank you.

Pranay
Top achievements
Rank 1
 asked on 25 Aug 2021
Narrow your results
Selected tags
Tags
General Discussions
Grid
Wrappers for React
Charts
Scheduler
Filter 
DropDownList
Form
Styling / Themes
DatePicker
Editor
TreeList
Styling
PDF Processing
ComboBox
Excel Export
Dialog
Input
TreeView
Upload
Drawer
Button
Drag and Drop
MultiSelect
Tooltip
Accessibility
NumericTextBox
Checkbox
Menu
Gantt
DateTimePicker
PDF Viewer
Popup
Window
AutoComplete
DateInput
Sortable
Data Query
Licensing
TabStrip
Drawing
Calendar
Pager 
Labels 
Localization
TimePicker
GridLayout
FontIcon
Animation
PanelBar
TaskBoard
PivotGrid
Card
DropDownButton
Conversational UI 
DateRangePicker
Splitter
Badge 
Security
Slider
Spreadsheet
ContextMenu
MultiViewCalendar
Stepper
MultiColumnComboBox
MultiSelectTree
TextBox
AppBar
File Saver
ListView
MaskedTextBox
RadioButton
Switch
TextArea
Toolbar
DropDownTree
TileLayout
Map
Avatar
Date Math
Gauge
RadioGroup
RangeSlider
Rating
Loader
ExpansionPanel
SvgIcon
Typography
ProgressBar
ScrollView
Popover
StockChart
RadialGauge
Server Components
AIPrompt
Page Templates / Building Blocks
AI Coding Assistant
Chat
ColorGradient
ColorPalette
ColorPicker
Notification
Ripple
Skeleton
ButtonGroup
Chip
ChipList
FloatingActionButton
SplitButton
ActionSheet
Barcode
QR Code
FlatColorPicker
Signature
BottomNavigation
BreadCrumb
StackLayout
Timeline
ListBox
ChunkProgressBar
Sparkline
FileManager
ArcGauge
CircularGauge
LinearGauge
ExternalDropZone
OrgChart
Sankey
VS Code Extension
InlineAIPrompt
SpeechToTextButton
Chart Wizard
Agentic UI Generator
SmartPasteButton
PromptBox
SegmentedControl
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?