Hello,
We need help in the following issues:
1. When user inputs an invalid value for a cell, we can use ErrorText to show an error message in the RowHeaderColumn. Normally, the ErrorText will be cleared after the user corrects the value. Sometimes the user will just press Esc key to cancel the input value, in this case the CellValidating event won't get fired and the ErrorText will remain shown on the RowHeaderColumn. This behavior will make the user feel confused.
2. We often have many columns to be shown in the grid and the user can use horizontal scroll bar to scroll to the region (s)he likes. When the user scrolls to the right, the ErrorText icon will still show up when a cell receives invalid value. But there is no ErrorText tooltip when the user moves the mouse over the ErrorText icon.
3. We use HtmlViewDefine to arrange the columns in 2-row display. In this case, the row indicator and the columns will overlap with each other when the user scrolls the grid horizontally. And the ErrorText tooltip won't be shown as we described in the 2nd issues.
Thanks in advance.
BR/shortie