Hi,
I am working with v11.1 of the webgrid (specifically 11.1.20111.2178).
I have set the attribute AllowDeleteDefault to "Yes" in the DisplayLayout element.
The grid renders a delete button on each row as expected.
I see that the button click invokes a method, igtbl_deleteRow() with the grid ID and the rowID suffix, which it uses to create the fully qualified ID, which it then assigns to a hidden field before calling _doPostBack() with the grid ID and an empty argument string.
I have the following challenges:
1. Nothing happens. If the control is meant to postback to the page, it isn't doing so. I thought perhaps this was because there was no specified event handler so I added an OnDeleteRow attribute to the grid tag, with a method I created that currently does nothing (I just wanted to capture a postback event in the debugger).
On the client side, I dug into _doPostBack() and it does a setPan() call but at some point the pan value becomes null because of a timer event.
I figure I'm probably overlooking something very basic about how to wire up this delete event, so any help anyone can provide would be awesome!
Thanks,
Rich
Hello Rich,
Thank you for contacting Infragistics support.
Could you send us a working sample demonstrating your issues so I could further investigate?
Also, have in mind that version 11.1 of our ASP.NET Controls is retired and no longer supported. Please take a look at our Product Lifecycle - http://es.infragistics.com/support/product-lifecycle.
Please let me know if you need anything else.