New to KendoReactLearn about KendoReact Free.

PopupPropsContext

The PopupPropsContext. It allows to configure the Popup props from a wrapper component.

A Functional Component.

jsx
 <PopupPropsContext.Provider value={props => ({ ...props, appendTo: document.querySelector('myPopupsContainer') })}>
     <DropDownList />
     <Editor />
 </PopupPropsContext.Provider>
NameTypeDefaultDescription

props

ProviderProps<(props: PopupProps) => PopupProps>

The props of the PopupPropsContext component.

Not finding the help you need?
Contact Support