Skip to content

Commit 0aa31aa

Browse files
author
Kendo Bot
committed
Sync with Kendo UI Professional
1 parent 03d8968 commit 0aa31aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-aspnet/knowledge-base/style-rows-cells-based-on-data-item-values.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To customize the rows and cells based on the values of the data items, utilize a
4141

4242
The usage of the `dataBound` handler and the iteration of the table rows is suitable only if you intend to customize all Grid rows. The approach loops through all Grid rows and, based on the values they contain, determines which custom-class names will be applied to them.
4343

44-
Refer to the [following REPL](https://netcorerepl.telerik.com/ccuPvWbJ55wNDdBy48) for a live demo of the approach.
44+
Refer to the [following REPL](https://netcorerepl.telerik.com/GmYHdEFR556Q5I6J58) for a live demo of the approach.
4545

4646
```
4747
//Grid definition also available in the *Custom data source Demo*

0 commit comments

Comments
 (0)