Skip to content

Commit ada3b0f

Browse files
docs(grid): add info for incell updates and full item
1 parent edc1392 commit ada3b0f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/grid/editing/incell.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ To enable InCell editing mode, set the `EditMode` property of the grid to `incel
5959
{
6060
string fieldName = args.Field;
6161
object newVal = args.Value; //you can cast this, if necessary, according to your model
62+
63+
SampleData item = (SampleData)args.Item;//you can also use the entire model
6264
6365
//perform actual data source operation here
6466
@@ -115,4 +117,4 @@ To enable InCell editing mode, set the `EditMode` property of the grid to `incel
115117

116118
* [Live Demo: Grid InCell Editing](https://demos.telerik.com/blazor-ui/grid/incellediting)
117119

118-
120+

0 commit comments

Comments
 (0)