New to KendoReact? Start a free 30-day trial
Show details info from data item in Popover on button click
Updated on Dec 19, 2025
Environment
| Product Version | 5.12.0 |
| Product | Progress® KendoReact Grid |
Description
I want to add command button for each row to show additional information from the data item.
Solution
For achieving the desired result, the dataItem for which the button is clicked must be passed to a state variable, so it can then be accessible within the Popover template. React Context is used for passing reference to the function showing the Popover to the command button.
This is an example showcasing this approach:
Change Theme
Theme
Loading ...