Results 1 to 6 of 6

Hybrid View

  1. #1
    Administrator
    Join Date
    Jul 2006
    Location
    Milan
    Posts
    1,091
    Yes, multiple subscriptions for the same item are managed independently from one another.
    If the same callback method is used and you still need to distinguish the two subscriptions, you could add custom attributes to the two NonVisualTable instances.

    If you have a lot of items, the screen update activity is more likely to become the main bottleneck.
    In this perspective, using one multi-item table or multiple mono-item tables does not change the performances.
    Performing 100 mono-item table subscriptions in a burst does not cause 100 HTTP requests to be issued to the Server, as the requests are batched; so, the performances are not expected to degrade.
    Resubscribing upon page changes is then very light, as shown by our Grid Demo.

  2. #2
    Member
    Join Date
    Sep 2009
    Location
    London
    Posts
    14
    Many thanks for detailed clarification.

 

 

Similar Threads

  1. Adding or Removing Subscriptions
    By subuta in forum Client SDKs
    Replies: 4
    Last Post: December 27th, 2011, 03:03 PM
  2. Adding items to a NonVisualTable
    By webfg in forum Client SDKs
    Replies: 2
    Last Post: June 30th, 2010, 12:28 PM
  3. dynamically subscribe items
    By rd2008 in forum General
    Replies: 9
    Last Post: October 10th, 2008, 10:38 AM
  4. Dynamically size a table
    By Mone in forum Client SDKs
    Replies: 2
    Last Post: May 7th, 2007, 02:59 PM
  5. Adding/Removing item in subscribed group
    By rsouissi in forum Adapter SDKs
    Replies: 4
    Last Post: January 10th, 2007, 06:11 PM

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 09:29 PM.