how can i use frozen columns without setting width of grid.. i do want grid to take parent width.. (thats why i am not setting width:xxx) then frozen:true would not work..
but if i do $grid.jqGrid({
width:700,
xx…..
});
$grid.jqGrid(‘setFrozenColumns’);
then things are working.. but if i removed ‘width:700’ then frozen is not working..
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top