Hi,
I am trying to add a new row to a grid when a button is clicked. When
the button is click the following function is called:
$(“#assignPos”).click(function() {
$(“#list”).editGridRow(“new”,{height:280,reloadAfterSubmit:false});
});
When the button is clicked the overlay appears but the actual modal window remains hidden. I have inspected the page with Firebug and the display style (for modal) is set to block which means it should be showing.
I have modal windows working on another page in the site but I am calling this one in a different way and I can't figure out where I am going wrong!
My grid call is as follows:
$(“#list”).jqGrid({
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top