How to Freeze Table Column Using Flexigrid in Jquery
To find out how to freeze table column using flexigrid in jquery there are a few steps that need to be taken. Doing this will cause a Microsoft Excel type of look and feel. The javascript code for this can be found at this link: http://www.codeproject.com/KB/scripting/FreezePanes.aspx .
There are many scripts out there to accomplish this task, but it is important to know which browsers work with which scripts. For example the script found at the link above works well with Internet Explorer. However some scripts can be made to be cross browser compatible with the help of cascading style sheets (also known as CSS). Keep in mind when trying to accomplish this task the columns have to be a specified width.
Unless you’re using Javascript, then no CSS is required usually. The javascript code must be put in the top of the code for the page being worked on.

3:36 PM
Jason
, Posted in


0 Response to "How to Freeze Table Column Using Flexigrid in Jquery"
Post a Comment