WebGridCellData Properties
| Column | Description Gets the WebGridColumn of the changed cell. ValueType WebGridColumn object Default Value False |
| OldValue | Description Gets the value of the cell before it is modified by user. ValueType object Default Value True |
| OldText | Description Gets the text of the cell before it is modified by user. ValueType string Default Value True |
| NewValue | Description Gets the new value of the cell. ValueType object Default Value True |
| NewText | Description Gets the new text of the cell. ValueType string Default Value False |
| HighlightChanges | Description Gets the highlighted pending changes row. ValueType boolean Default Value True |