|
Browse by Tags
All Tags » submit ( RSS)
-
You need to modify BeforeRowDeleted that way: function BeforeRowDeleted(oNavBar, oButton, oEvent) { oEvent.cancel = !confirm( 'delete?' ); } Best, Nick
-
I am using the webnavbar with an ultrawebgrid (which uses fixed row filtering) . I have the delete button deleting rows correctly. I have the insert button adding a row to the grid but no postback is ever performed to fire off the AddRow or AddRowBatch events. And I have no idea how to use the submit...
-
I am using the webnavbar with an ultrawebgrid (which uses fixed row filtering) . I have the delete button deleting rows correctly. I have the insert button adding a row to the grid but no postback is ever performed to fire off the AddRow or AddRowBatch events. And I have no idea how to use the submit...
Page 1 of 1 (3 items)
|
|