|
Browse by Tags
All Tags » webnavbar ( RSS)
-
I have a website that was working fine prior to installing 2008 Volume 1 Hotfix 2033. After installing the hotfix I began receiving the following error "Cannot use a leading .. to exit above the top directory.". So I then upgraded to 2008 Volume 2 in hopes that would fix this issue. My scenario...
-
You need to modify BeforeRowDeleted that way: function BeforeRowDeleted(oNavBar, oButton, oEvent) { oEvent.cancel = !confirm( 'delete?' ); } Best, Nick
-
I have an UltraWebGrid with data in it, a WebNavBar displaying the add and delete buttons, and they are tied togeather by the GridID. I want to add a client side confirmation message before the delete event executes. The add and delete events work fine. Whatever I seem to do, the page still posts back...
-
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 (5 items)
|
|