Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
470
Hiding and displaying rows on the client side
posted

Hi,

I am making sort of an accordian style web grid with out using a multi-band grid. When I click on a certain row the rows under it are hidden until the next designated row is reached. The hiding was the easy part using:

(in Javascript)

oRow.Element.style.display = "none";

I can't seem to figure out how to display the hidden row. Is that even possible after using the above code? Actually I would like to check the .display of the row as I loop through after the user clicks. If they are displayed(the default) then hide them, if they are hidden then show them.

 

Thanks,

Steve

Parents
No Data
Reply Children
No Data