Skip to content

Commit a3d2f8e

Browse files
author
Marin Bratanov
committed
docs(grid): how to access data in parent tables
1 parent 6cc0ba3 commit a3d2f8e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
2.57 KB
Binary file not shown.

controls/grid/rows/accessing-cells-and-rows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Protected Sub RadGrid1_ItemCommand(sender As Object, e As GridCommandEventArgs)
171171
End Sub
172172
````
173173

174-
>tip If you are using detail tables, you may want to check the `item.OwnerTableView.Name` you are accessing to prevent null reference errors.
174+
>tip If you are using detail tables, you may want to check the `item.OwnerTableView.Name` you are accessing to prevent null reference errors. You can find [here](access-parent-data.zip) an example that explains in detail how this is done and how to get data from parent tables as well.
175175
176176
## Accessing Controls in Template Column
177177

0 commit comments

Comments
 (0)