i am doing same as you suggest, but there is one diffrance
My WebDialogWIndow is within the UpdatePanel.
Hi, you can hide the Band in BeginExport event of UltraGridExporter
like this
private void OnGridBeginExport(object sender, BeginExportEventArgs e) { e.Layout.Bands[1].Hidden=true; }