Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#
loadComplete: function () {
                        new ElementMaxHeight();
                        
                        var ids = jQuery('#' + subgrid_table_id).jqGrid('getDataIDs');
                                                   ids = jQuery("#" + subgrid_table_id).jqGrid('getDataIDs');
                        //                        }
                        for (var i = 1; i <= ids.length; i++) {
                            jQuery("#" + subgrid_table_id).jqGrid('editRow', i, true);
                        }



When I trying to expand subgrid of jqgrid value of variable ids.length value become undefined if IE set the browser mode of IE9 and Document mode iE7 but in other document mode value of variable ids.length coming properly but I am facing design issue for other document mode I am using jquerry 1.7.2
Posted
Updated 9-May-14 0:25am
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900