When i try to use Persist = Cookie, it throws exception saying "missing { after property list".
i give treeview options as
//new TreeViewOptions()
//{
// Animated = 2,
// Unique = true,
// Opacity = 1,
// CanMove = true,
// CanAdd = true,
// Persist = TreeViewPersistencyMode.Cookie,
// CookieId = "treeview"
//}