You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/grid/selection/single.md
+25-7Lines changed: 25 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,29 +85,38 @@ You can add a checkbox column for single selection. It is required if the `InCel
85
85
86
86
You can respond to the user action of selecting a new item through the `SelectedItemsChanged` event.
87
87
88
+
The example below shows how to handle the `SelectedItemsChanged` event to extract information about the selected item and use it to populate a second grid with details about the selected record.
89
+
88
90
>caption Single Selection and handling the SelectedItemsChanged event
0 commit comments