Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11
    Power Member
    Join Date
    Jul 2006
    Location
    Cesano Maderno, Italy
    Posts
    784
    Hello,

    Currently there is no way to change the frequency of a Subscription without unsubscribing and resubscribing it.
    Anyway we have such feature in our roadmap for the final release of Lightstreamer 5 Colosseo.

    I'll let you know as soon as the feature is available in the pre-release package.

    HTH

  2. #12
    Member
    Join Date
    Apr 2012
    Location
    hyderabad
    Posts
    9
    Thank you...

  3. #13
    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??

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

  5. #15
    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, 08: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:38 PM.