If have started using the SetColumns method in combination with a
multiselect grid. There is a little problem then in the sense that the
checkbox of the multiselect grid also comes in the dialog as one
of the columns to be selected.
I fixed this by adding the “hidedlg” property to the checkbox before
adding it to the colmodel.
if(this.p.multiselect) {
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top