christophe.bousquet
24 Feb 2009, 1:52 AM
Hello GWT users ,
My main objective is to make a kind of column validator which checks that the total of each cell's column value don't go over a specified value, and force invalid in othercase for example.
The problem is that i can't find a way to get the selectedcell's column.
I get the row like that:
int rowIndex = store.indexOf(gridSelectionModel.getSelectedItem());
I need the column index to start my routine that check the whole column.
Anybody knows how to get that *** column index :) or is there any other way to do validation on the column?
Thanks.
My main objective is to make a kind of column validator which checks that the total of each cell's column value don't go over a specified value, and force invalid in othercase for example.
The problem is that i can't find a way to get the selectedcell's column.
I get the row like that:
int rowIndex = store.indexOf(gridSelectionModel.getSelectedItem());
I need the column index to start my routine that check the whole column.
Anybody knows how to get that *** column index :) or is there any other way to do validation on the column?
Thanks.