Silverlight datagrid grouping/sorting behavior -
Given a Silverlight 3 datagram, which is a closed group, when click on a column header and type the row type If started, all closed groups are open to show off their content, is there any way to stop them from doing so?
I am using Silverlight 3 with the July 2009 Toolkit.
I have written an extension method for DataGrid:
public Fixed Zero CollapseAllGroups (this datagrid datagram) {dataGrid.Dispatcher.BeginInvoke (delegate {var cv = itemsGrid IconsAsourceSource as IcAlexAction electricity; if (CV! = Null & CV group! = Null) {foreach (Collection Viv in CV Group) Groupname) {dataGrid.CollapseRowGroup (group name, true);}}}); }
In my case I hook it to the DataLoaded event of the underlying DomainDataSource.
Comments
Post a Comment