On Mon, 24 Dec 2012 11:06:36 -0200, mateen <[email protected]> wrote:

Hi,

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.

Just remove it from the source passed to the grid.

How can i
safely access the Grid contents and remove a specific row.

You're thinking about it completely backwards. You're passing data from some place (a list, a database, etc) to the Grid. Delete the object from this place. That's what you should do.

I dont want to
access the List that is bound to the Grid,remove the object from the list and refresh the Grid ?

I have no idea what you're asking here.

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to