hi all,

whats the best practice to set the initial sortorder for a grid.
in 5.0.11 i set it in my pageLoaded method by

grid.getSortModel().getSortContraints().add(new SortConstraint(gridModel.getById(property), columnSort));


but it seems like anything has changed in 5.0.12 and a NullPointerException 
gets thrown.

thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to