Results 1 to 2 of 2

Thread: Filtering slickgrid's

  1. #1

    Thread Starter
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Filtering slickgrid's

    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.

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  2. #2

    Thread Starter
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Filtering slickgrid's

    Has anyone looked into example 4 and trying to get that to work...

    http://mleibman.github.com/SlickGrid...le4-model.html

    I believe that the DATAVIEW is really a non-slickgrid example of how to make a JS dataview.

    Does anyone have the time to look at this link and look at the slick.dataview.js and confirm that is the fact - that I can just as easily start building my own JS DATAVIEW with filtering as long as I link the SOURCE of the slickgrid to that DATAVIEW.

    Complicated stuff

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width