function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Developer99Developer99 

girds in visualforce

HI,

   
  
    I want to divide my visualforce page into 2 girds, in gird1 i need 5 small girds when i click on small gird the gird2 wants to change, based upon the small girds  may i know how can i achieve this type of girds in visualforce page
Phillip SouthernPhillip Southern
check out panel group and panel grid.  you can use a combination of those (and panel grids within panel grids) to slice it up how you like.

http://www.salesforce.com/us/developer/docs/pages/Content/pages_compref_panelGroup.htm

http://www.salesforce.com/us/developer/docs/pages/Content/pages_compref_panelGrid.htm