In a list, when i add new record, i want to multiply a column with a number then save and show in table. how can i do that?
3 Answers
For example, List 1 Table, columns a,b,c,d. while insert data user will enter values for column a,b,c and column d value will be the value of column c * 8. and save the column d value and show it in table list. how can i do that?
Refer this faq: https://www.gridphp.com/faqs/#80
Callbacks are supported in full version.
Your Answer