TreeListColumnBuilder<T>.SetCellValue Method
| Name | Parameters | Description |
|---|---|---|
| SetCellValue(RazorBlock) | jsFunc | Specifies a function to be invoked after the user has edited a cell value, but before it is saved in the data source. Mirrors the client-side setCellValue option. |
| SetCellValue(String) | jsFunc | Specifies a function to be invoked after the user has edited a cell value, but before it is saved in the data source. Mirrors the client-side setCellValue option. |