• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Formupdated
    • Ganttupdated
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Map
    • Notification
    • OrgChartnew
    • PDF Processing
    • PDFViewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeViewupdated
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

DropDowns Props Context

The PropsContext allows you to configure the props of all @progress/kendo-react-dropdowns components inside of it.

This is useful if a component from the @progress/kendo-react-dropdowns package is wrapped inside another component (for example, KendoReact Grid or Scheduler) and a specific component configuration is not exposed.

The following example shows how to configure the DropDownList props in a Grid by using DropDownListPropsContext:

Example
View Source
Change Theme:

Available Contexts

The following components from the @progress/kendo-react-dropdowns package support passing props through context:

ComponentContext
AutoCompleteAutoCompletePropsContext
ComboBoxComboBoxPropsContext
DropDownListDropDownListPropsContext
DropDownTreeDropDownTreePropsContext
MultiColumnComboBoxMultiColumnComboBoxPropsContext
MultiSelectMultiSelectPropsContext
MultiSelectTreeMultiSelectTreePropsContext

In this article

Not finding the help you need?