i am using ultrawebgrid v10.2. I have been sing the ultracalcmanager to handle my column formulas. I would like to sum the columns on the client side instead of having to do a postback each time the user moves from cell to cell.
The issue I am having is how can I access the column formula from the client side. I can see the formulas on the server side but they dont seem to be exposed by the client side object model, I would normally just hard code the column formulas except that the grid's columns are dynamically created from a database as in each customr can set up his own column layout. I am open to suggestions.
Regards,
Willie
Hi,
Assuming that the columns will have the same name and different indexes you can use the getcolumnbyId method to the reference to the column and apply the formula. The following link gives more information regarding the method.
http://forums.infragistics.com/forums/p/24638/90335.aspx
Magued
I am following up with you on this case and if the issue was resolved?