skip to Main Content

Reactjs – Kendo React TreeView CheckBox not working

Checking CheckBox inside TreeView is not working. This is the code. Treeview with CheckBox nodes inside expansion panel. <ExpansionPanel className='item-body-dropDownList' title={"Expension panel"} expanded={expanded === item.id} tabIndex={0} key={item.id} onAction={(event) => { setExpanded(event.expanded ? "" : item.id); }} > <Reveal> {expanded ===…

VIEW QUESTION
Back To Top
Search