views:

60

answers:

0

I have an UltraWebGrid, which the last column being a CheckBox. They then have the chance to Export the rows where the CheckBox is selected (yes, I'm using the UltraWebGridExcelExporter.

But, after it has exported, I want to have it automatically uncheck any of the CheckBoxes. How can I do this? I've tried playing around with UltraWebGridExcelExporter.EndExport method. But, no luck.

What's really disturbing is that I'm sure I could do this in a GridView. But the Infragistics control has too much power.

Thoughts?