Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
Error during UltraWebGridExcelExporter.Export(<UltraWebGrid>) - need help!!!
posted

Hi everybody,

I'm using an instance of UltraWebGridExcelExporter to export an UltraWebGrid which is created dynamically. I don't setting up UltraWebGrid.DataSource, just adding Rows and Cells using C#. But everytime I try to use UltraWebGridExcelExporter the following error occurs:

Object reference not set to an instance of an object.

Why? If I add a list to DataSource and using DataBind() everything works fine. But I only need to setup the format and adding some data to specified columns...

Thx!!!