Hi, I have added a action to my Grid, which opens a JQuery Dialog. The user can either process the transaction or dismiss the Dialog. Once the user presses the process button, i want to remove the row from the Grid. How can i safely access the Grid contents and remove a specific row. I dont want to access the List that is bound to the Grid, remove the object from the list and refresh the Grid ? What other way is there to do this ?
-- View this message in context: http://tapestry.1045711.n5.nabble.com/Accessing-the-bound-list-for-a-Grid-tp5718951.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
