Skip to content

Commit 87d8480

Browse files
author
Marin Bratanov
committed
docs(grid): accessing data item client side is available with client binding only
1 parent a9ed80e commit 87d8480

File tree

1 file changed

+2
-2
lines changed
  • controls/grid/client-side-programming/griddataitem-object/methods

1 file changed

+2
-2
lines changed

controls/grid/client-side-programming/griddataitem-object/methods/get_dataitem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ position: 3
1212

1313

1414

15-
##
1615

17-
This method provides reference to the DataItem object (data container). Useful to obtain data from a particular row cell passing the UniqueName of the column as an indexer.
16+
17+
This method provides reference to the DataItem object (data container). Useful to obtain data from a particular row cell passing the UniqueName of the column as an indexer. Applicable only when client-side binding is used.
1818

1919

2020
| **get_dataItem()** |

0 commit comments

Comments
 (0)