Browse By Tags

  • Discover What Event or Action Closed a RowEditTemplate in the BeforeRowEditTemplateClose

    We need to discover what object was clicked that caused the BeforeRowEditTemplateCloseHandler event to fire. In IE we have been using the event object, in Firefox we have no method of doing this check in the BeforeRowEditTemplateCloseHandler.

    The purpose…

  • WebGrid, RowEditTemplate and Firefox 2.0

    I'm sure somebody has run across this....

     

    I've created a WebGrid with a RowEditTemplate. In IE, I can edit the fields and update the grid with the new values and it works like a champ. For some reason, it doesn't in IE...

    can anybody offer a…

  • Popup menu in Firefox using WebMenu

    Here's another question for you guys! :)

    I've created a pop-up menu for my grid using a webmenu. The pop-up menu pops up fine, but in order to not have the standard browser-pop-up menu displayed I need to do event.cancelBubble=true. It works fine…