Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » submit (RSS)
  • Re: Confirm Deletion via WebNavBar

    You need to modify BeforeRowDeleted that way: function BeforeRowDeleted(oNavBar, oButton, oEvent) { oEvent.cancel = !confirm( 'delete?' ); } Best, Nick
    Posted to Forum by nikola82 on 05-12-2008
  • Using webnavbar's insert and submit with webgrid

    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...
    Posted to Forum by wrenn on 02-01-2008
  • Using webnavbar's insert and submit with webgrid

    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...
    Posted to Forum by wrenn on 02-01-2008
Page 1 of 1 (3 items)
Powered by Community Server (Commercial Edition), by Telligent Systems