Justin Cooney

Web Development Tips and Examples

Category: Dialog

  • Recently I wanted to use the stock JQuery UI modal dialog confirmation widget with an ASP.NET GridView control. The image above shows the basic setup that I wanted the GridView to have. As you can see, the grid should have several data columns followed by a column containing Checkboxes. The JQuery dialog should be triggered by…

  • While I was working with a JQuery UI dialog today I noticed that some of the absolutely positioned layers on my page would overlap with a JQuery UI dialog when dragging the dialog object across the form. This broke the basic movement option of the dialog and would be unacceptable for users of the Web page.…