Categories | Question details Back To List | ||
TreeGrid serialize of closed branches Hi! could i serialize closed branches (which was generated as xml kid) of TreeGrid? How can i do it? Answer posted by Support on Feb 25, 2008 07:36 If data already loaded on client side - it will be included in serialization automatically ( without relation to closed|opened state of branch ) If data not loaded from server side yet - there is no way to include it in serialization ( grid can operate with loaded data only ) |