Browse By Tags

  • event.srcElement.id doesn't work in FireFoix - AfterRowTemplateClose Event

    Hi,

    I trying to find a answer to this.

    I am using the AfterRowTemplateClose client event and tried to find out which button that trigger it using

    if( event.srcElement.id == "igtbl_reOKBtn")

    It works fine in IE, but I know it does work in…

  • Header and Footer on Child Records are disappearing after a save

    I am using an UltraWebGrid on my page to display Employees as a Parent record and the Projects as child rows. Depending on the view the customer wants to see (% or Hours) I turn on or off the % or hour columns on the child records. Everything displays…