StrataFrame Forum

BrowseDialog - RowPopulating

http://forum.strataframe.net/Topic21272.aspx

By Rogerio Mauri - 12/18/2008

It did not group in execution time.


private void browseDialog1_RowPopulating(MicroFour.StrataFrame.UI.Windows.Forms.RowPopulatingEventArgs e)
{

     e.UseGroup =
true;
     e.GroupHeaderText = ((NCClubeBO.
vwTbTituloBO)e.BusinessObject).NomeClube;

}
By Trent L. Taylor - 12/19/2008

The browse results do not support the grouping property.  Though the standard RowPopulatingEventArgs are shown, it is not actually a fully implemented SF ListView in the results.  This is actually something that is already on the list and has been reported via other posts.