You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Flexigrid for jQuery
use jquery dimesion plugin for liquid grid
function GetColumnSize(percent){
screen_res = ($(document).width()-221)*0.85;
col = parseInt((percent*(screen_res/100)));
if (percent != 100){
return col-18;
}else{
return col;
}
}
#grid defenition
width : GetColumnSize(10),
Vadivel Kumar
unread,
Nov 18, 2008, 6:08:10 AM11/18/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to flex...@googlegroups.com
Sych - What is that col-18 is for? Is that the scrollbars you're removing from the window. Little explanation would be great help. We can make a patch if it is a bullet-proof implementation
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to flex...@googlegroups.com
I think what we can do is, pick code from the code of table's width... coz making table width as 100% works fine.. so may be same kind of logic can be applied to the code of columns too.. ---------------------------------------------
Deep Ganatra