0

I am looking for a simple ASP.NET MVC 3 sample of how to implement a modal window with a jqgrid? So I would like to open a popup first and then display the grid in the popup. Has anyone come across this before ?

Pindakaas
  • 4,389
  • 16
  • 48
  • 83
  • 1
    before pasting please google properly, http://stackoverflow.com/questions/3587480/jquery-modal-dialog-and-jqgrid and this link http://stackoverflow.com/questions/2725272/jqgrid-and-popup-modal-windows-from-link will help you, you should check these links first and implement something, if it doesn't work out then ask questions – Piyush Sardana Aug 03 '12 at 12:01
  • take one step at a time.. are you able to implement a modal window first ? – Yasser Shaikh Aug 03 '12 at 12:50

1 Answers1

0

This is the simplest implementation of a modal window that I know of. You should be able to put whatever you want in side it.

Forty-Two
  • 7,535
  • 2
  • 37
  • 54