Results 1 to 10 of 15

Hybrid View

  1. #1
    Member
    Join Date
    Apr 2012
    Location
    hyderabad
    Posts
    9
    Hello Mone,
    Can you please explain how pagination works in DynaGrid.
    I've 15 records in my DynaGrid(Abstract widget) and i want to display 5 records in each page.
    following is the code
    Code:
    var dynaGrid = new DynaGrid("stocks",true);
        var cellList = dynaGrid.extractFieldList()
        
        dynaGrid.setSort("stock_name");
        dynaGrid.setNodeTypes(["div","span","img","a"]);
        dynaGrid.setAutoCleanBehavior(true, false);
        dynaGrid.setMaxDynaRows(5);
    This successfully divided my grid into 3 pages. The first page is working fine but when i am moving to second page or third page they are not displaying the other 10 records, they are only showing some of (4 or 3) records from the first page.

    Am I missing something??

  2. #2
    Administrator
    Join Date
    Jul 2006
    Location
    Milan
    Posts
    1,091
    This has been handled in its own thread.

  3. #3
    Power Member
    Join Date
    Jul 2006
    Location
    Cesano Maderno, Italy
    Posts
    784
    I'll let you know as soon as the feature is available in the pre-release package.
    Hi karthik655,

    We released a new version of the JavaScript client library supporting dynamic change of frequency.
    You can see the documentation here: http://www.lightstreamer.com/docs/cl...edMaxFrequency
    and a simple demo here (see the max frequency slider on top of the page): http://www.lightstreamer.com/demo/BandwidthDemo/

    HTH

    PS: the new server is also required for the dynamic frequency change to work.

 

 

Similar Threads

  1. Replies: 2
    Last Post: December 24th, 2010, 07:51 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT +1. The time now is 01:27 PM.