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
305
Expand / Collapse Viewable Records
posted

Hello,

The expand / collapse all function provided under RecordCollectionBase is only available for all Records. Since ViewableRecords is not derived from this class we cannot use those methods. And we just want to expand / collapse all records that are viewable. What is the workaround for this? Right now, we traverse all records and set IsExpanded but this method is definitely slower than built in functions.