Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
410
Grid in jquery PopUp
posted

 

I'm using the following code to display a grid in a jquery dialog, but for some reason when the grid is in edit mode all the fields are read only. I display the same grid witout a popup and it worked fine. Can you please help with this?

$(

 

"#formDialogGridSetting").html("").dialog("option", "title", "Grid Setting ").load("_GridSetting/", $.param({ resortid: "R1" }), function () {$("#formDialogGridSetting").dialog("open");

Thanks

Parents Reply Children
No Data