Infragistics Home

Infragistics Forums

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

Browse by Tags

All Tags » webnavbar (RSS)
  • Image folder issue

    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...
    Posted to Forum by markborchardt on 06-11-2008
  • 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
  • Confirm Deletion via WebNavBar

    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...
    Posted to Forum by clalande on 04-23-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 (5 items)
Powered by Community Server (Commercial Edition), by Telligent Systems