Can we use WinCalcManager with other third-party grid control, like xtraGrid form DevExpress?
Just to clarify a little bit.. you can use UltraCalcManager with any single-value control, such as a TextValue. The UltraCalcManager providers extender properties by which you could apply a formula to a control or use a control's value in a formula. But only for a single value. It won't work for something complex like a grid with lots of values.
I see.
Thank you very much.
Hello pnchung,
I`m not 100% familiar with DevExpress controls and their functionality, but as far as I know you could not be able to used our UltraCalcManager with xtraGrid, because xtraGrid should implement additional functionality (for example our interface IUltraCalcManager) . Of course you could create your own grid which inherite xtraGrid and extend existing functionality with our interfaces, properties and so on, but I think that will be easier to use our controls.
Let me know if you have any questions.
Regards