This topic is locked
[SOLVED]

 Child Table on Add and Edit Page

12/10/2010 1:49:30 PM
ASPRunnerPro General questions
J
Jay123 author

Hi!
I am using ASP Runner 6.2.
How can you change the default setting/property of a child table on Add and Edit pages to "folded" instead of "expanded"?
Thanks,

Jay

J
Jay123 author 12/16/2010

Hello,
I just like to do a follow up on this.
If this could be done on CSS, pls. let me know which property.
Thanks,

Jay

A
ann 12/17/2010

Jay,
use JavaScript Onload event to roll up the Details table section:

$('#dpShowHide2').click();
J
Jay123 author 12/17/2010

Thanks a lot, Ann. It worked!
Regards,

Jay