say in my ListView say with 4 columns (Description, Price Per Unit, Quantity, Total Price).
I would like to make the third column editable, and embedded NumericUpDown control for the Quantity column. Is it possible? And when the Quantity is updated via the NumericUpDown control, the Total Price is also being updated based on Total Price = Quantity * Price Per Unit.
is the above achievable?
any code samples would be greatly appreciated.