function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
hisrinuhisrinu 

Dynamic multiplication of two columns in a data table?

 

Hi,

 

  In the number1 field user enters the data, whenever user moves out of it number3 column should needs to display the product of number1 and number2.

 

Any suggestions on this.

Message Edited by hisrinu on 02-02-2009 01:10 AM
TehNrdTehNrd

You need to add an actionSupport method with the event="onblur" with an action that executes a method in the controller and also a rerender of the contents of column number3.

 

Post your code.

hisrinuhisrinu

Hi TechNrd,

 

 Thanks for your reply.