[CLOSED] How i can use the JsonStore FilterBy method in Real Business Application?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] How i can use the JsonStore FilterBy method in Real Business Application?

    hi,

    I'm doing search feature for my system grids and i came to the point where the mutliheader filter example [ https://examples1.ext.net/#/GridPane...Header/Filter/ ]

    using the filterBy method which work fine in local mode but all my grids data is loaded through JsonStore ASMX webservice through HttpProxy with support of paging at the database level
     [query = "select ......... limit start,20"
    .
    so any query i run on DB it return subset of records only. so i know that i can pass the filters to the webservice to do search by expanding the db query with 'like' clause...etc., but i like the filterBy method.
    so is "filterBy " just for demo purpose/kids stuff where user poll/load all the data from table just to perform filter in code-behind!! or what? please answer ASAP.

    thanks,
    Last edited by Daniil; Jun 27, 2011 at 12:46 PM. Reason: [CLOSED]

Similar Threads

  1. Replies: 4
    Last Post: Nov 09, 2011, 10:53 AM
  2. "Real world" example
    By prost in forum Examples and Extras
    Replies: 6
    Last Post: Oct 08, 2010, 8:54 PM
  3. Real-world use of Coolite
    By danielg in forum Open Discussions
    Replies: 3
    Last Post: Nov 30, 2009, 11:08 AM
  4. TabPanel - Add Tab real time =/
    By brunopacola in forum 1.x Help
    Replies: 0
    Last Post: Nov 25, 2008, 3:03 PM
  5. Replies: 8
    Last Post: Sep 06, 2008, 7:02 PM

Tags for this Thread

Posting Permissions