rvkvino I'm having the issue to display my stock list in some order. This order assigned by admin user for the stock. My incoming data has been in assigned orders but when the LS display stocks it is not in expected order. For every connection it changing the order. Example My stock list contains order like StockC, Stock B, Stock D, Stock H(My adapter produce the result in this order only). When display in user page it is not in same order , for every reload this order get shuffle. Please help anybody to display my stock list in dynamic setting
Giuseppe Corti With DynaGrid you can define the sort policy you prefer through this method: http://www.lightstreamer.com/docs/client_javascript_uni_api/AbstractGrid.html#setSort Please refer here, https://github.com/Lightstreamer/Lightstreamer-example-StockList-client-javascript/blob/master/src/StockListDemo/index.html#L135, for a sort management a little more complex.
Sori22 Hello. I have the same problem. My incoming data has been in assigned orders but when the LS display stocks its not in expected order too. I need some help to display my stock because I can't work. Thanks and greetings.
Giuseppe Corti Hi Sori22, Please did you confirm that you have leveraged the setSort in your client grid? Could you attache a snippet of your client code? Thank you, Giuseppe