Skip to Content
0
Former Member
Nov 23, 2007 at 09:50 AM

Table view Event handling

69 Views

Hi Experts,

Im using MVC. I get the data's from MBEW and displays in to one Table view. My table view displays the data's like,

-


MATNO DESCRIPTION QUANTITY PRICE

M-10 PENCIL 1 10.00

-


The Quantity field is in Edit mode. Now user change the Quantity from 1 to 5. So,

-


MATNO DESCRIPTION QUANTITY PRICE

M-10 PENCIL 5 10.00

-


I want to catch these changed Table view data's in to my Internal Table. Please

Any body give me the idea.

Thanks,

Points Assured.