Hi
Need your help
I need to validate data entered into grid.
I’m trying to use setVerificator method for this.
But according to manual it can take only column Index.
The difficulty is that I have draggable columns in my grid.
And setVerificator ignors this and still checks columns in the order 0,1,2,3
though cols can be already in the order 3,0,1,2
Please help
Ideally it would be great to use column Ids set up by setColumnIds() method.
Thanks in advance.
Max.