|
Title: how can i dynamic change the view of datagrid (listview/groupview) Post by: wade.zhu on November 25, 2014, 09:04:07 PM see the code bellow
i want dynamic change the view of datagrid i can change to groupview, but i don't know why i cannot change back the view from groupview to defaultview. any step i missed? another question, should i destroy the previous datagrid before re-render new datagrid? how? Code: <script type="text/javascript" src="datagrid-groupview.js" charset="utf-8"></script> Title: Re: how can i dynamic change the view of datagrid (listview/groupview) Post by: stworthy on November 26, 2014, 12:33:05 AM To restore the datagrid to the default view, please try this:
Code: $('#datagrid').datagrid({ |