Is it possible to detect the invalid cells and traverse them via any key or button.
Hey @sujan
Yes, you should be able to use selectCell method on the items with a class of htInvalid
. You’ll be able to get those elements (possibly the best way would be to get object (row:number, column: number) or array of arrays) after iterating with the getCell method.