How to get client reference on Store

Page 4 of 4 FirstFirst ... 234
  1. #31
    Hi,

    I guess Boris uses RC1 version which doesn't register a store in the store manager (latest code already registers it)
    By the way, you don't need to use the manager, any widget can be referenced directly by own ClientID

    var onClick = function() {
        var store = Store1;
        alert(store);
    };
  2. #32
    Thanks, that helped me too.

    Quote Originally Posted by Vladimir View Post
    Hi,

    I guess Boris uses RC1 version which doesn't register a store in the store manager (latest code already registers it)
    By the way, you don't need to use the manager, any widget can be referenced directly by own ClientID

    var onClick = function() {
        var store = Store1;
        alert(store);
    };
Page 4 of 4 FirstFirst ... 234

Similar Threads

  1. Render dynamic store id in client different when postback
    By Nhím Hổ Báo in forum 1.x Help
    Replies: 1
    Last Post: May 03, 2012, 8:50 PM
  2. Replies: 10
    Last Post: Apr 20, 2012, 12:34 PM
  3. [CLOSED] assign collection to store on the client
    By LeeTheGreek in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: May 23, 2010, 6:46 PM
  4. Can Store.DateSource send sub object to client?
    By firebank in forum 1.x Help
    Replies: 2
    Last Post: Apr 15, 2010, 11:48 AM
  5. Coolite Client Library Reference
    By niceguymattx in forum 1.x Help
    Replies: 1
    Last Post: Mar 10, 2010, 6:00 AM

Tags for this Thread

Posting Permissions