I tried to hide a Column from a grid using Peoplecode, but the column comes from a subpage. I tried using the following code.

GetGrid(Page.PAGE_NAME, "GRID_NAME").GetColumn("COLUMN_FIELDNAME").Visible = False;
This didnot work can anyone tell me how its done?

Views: 133

Replies to This Discussion

You can Use the name of the parent page, not the subpage in the GetGrid call. The code should be on the Activated event of the parent page.

RSS

PeopleSoft Jobs in US

Videos

  • Add Videos
  • View All

© 2024   Created by Maisam Agha.   Powered by

Badges  |  Report an Issue  |  Terms of Service