Rank: Member Groups: Member
Joined: 3/15/2009 Posts: 15
|
Dear EO support, I have a grid with 5 columns. I need to get a sum of one column each time the user enter value in that column and put this summation to label in the end of page.
Thanks a lot Wael Al Baz
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, The Grid doesn't do that for you. It only gives you the interface for you to get and set Grid cell contents. You will want to go over this topic first to understand how to use our client side JavaScript interface: http://doc.essentialobjects.com/library/1/clientapi_howto.aspxYou will then check the Grid object and use interface provided by that object to get and set Grid cell contents. Thanks!
|