I just recently tried to implement slickgrids that filter with a slick dataview.

This broke all my other existing slickgrids - due to version differences.

I'm almost tempted to re-start the entire web site with that grid working and in place first and then add my stuff around it.

Specifically I'm having hard time with this statement

Code:
g_rdr_objGrid[objWebParam.gridoffset].setSelectionModel(new Slick.RowSelectionModel());
I'm having a hard time finding a current version of slickgrid and it's components that supports .setSelectionModel.