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
265
Reference to UltraCalcManager at run time
posted

Hello.

I use NetAdvantage 2008.2. My .ashx handler creates UltraWebGrid at run time,

populates data and then run export excel component. Everything  works fine.

Now I need to calculate some cells with UltraCalcManager.

Is there a way to reference to UltraCalcManager at run time?

I tried to do something like that

uwcmCalc = new UltraWebCalcManager();

uwgExportGrid = new UltraWebGrid();

 WGHExport.Calculator = uwcmCalc;

This doesnt work, null reference exception occures. Whats wrong?

Thanks in advance.

 

 

 

 

Parents
No Data
Reply Children
No Data