I have a linked grid structure. There are several tabs within the linked grid, all showing different linked tables.

I want to be able to show/hide individual tabs within the linked grids and I am having trouble knowing the code to write.

I can hide the div for the entire line of tabs, but I don't want to do that, just hide individual tabs based on data in the main grid. I do not want to use session variables, so I have to write javascript.

Anyone have some sample script I could take a look at?