Editing an grid?
HI,
Is it possible to edit a grid?
How can we do that?
Thanks,
V.Shalini.
HI,
Is it possible to edit a grid?
How can we do that?
Thanks,
V.Shalini.
Yes you can edit a grid. Once you have your grid and some data bound to it there are a number of steps to go through.

'
When you have finished your edit you will want to do something with the edited table. To do this you will have to write a service that has an infotable with the same datashape as the grid as an input parameter. To input the edited data you bind the 'EditedTable' property to the input parameter of your service.

Then use a button to trigger the update service.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.