Contact Information:
printQR Code Link to This Post
If you're using the new GroupSubHeader template in the groupedGrid to display header descriptions...
You can hide that row when empty by putting the following under your grid_itemDataBound.
using Application.Common.Web.UI.Controls;
GroupedGridItem ggi = (GroupedGridItem)e.Item;
if( ggi.Level == GroupedGridItemLevel.GroupSubHeader )
{
ggi.Visible = ((Header)e.Item.DataItem).Description != null;
}
hey, it’s 12:35 and I just got in, can u believe it?! meeting larry for lunch in 20 mins, but want to meet up for a beer after that? I should be back at work by 3ish unless you want to catch a flick. –von
post id: 51477817