Hi,
Is it possible to implement the exact same behavior that the one we have with the
I mean the same behavior in the same order. The GridClientDeleteColumn make the row disapear before doing any custom ajaxrequest.
That gives a pretty nice user interaction, but i want it in a image in a template column if it can be possible.
So the real question is, can i delete a row from a client event other that the one on the GridClientDeleteColumn so that the OnRowDeleted client event is raised.
Thanks,
Is it possible to implement the exact same behavior that the one we have with the
GridClientDeleteColumn
in an Image OnClick client event in a template column?I mean the same behavior in the same order. The GridClientDeleteColumn make the row disapear before doing any custom ajaxrequest.
That gives a pretty nice user interaction, but i want it in a image in a template column if it can be possible.
So the real question is, can i delete a row from a client event other that the one on the GridClientDeleteColumn so that the OnRowDeleted client event is raised.
Thanks,