onCellChanged will raised when the value is not changed.

Hi.

the onCellChanged Event’s description is below:
“Occurs when cell value was changed by user actions or by API calls ( event will be called for data set during loading from XML data, or during adding new row as well )”

But for a coro column, when the cell’s value isn’t chaged, when only click the same value item, the onCellChanged Event is raised too.
So the onCellChanged Event is wrong, the onCellChanged Event is useless.

Thanks.

Unfortunately this is the designed behavior. event doesn’t control if the user left the original value or replaced it with the similar.