I have a question, regarding segments. Is it possible to click on a row in segment and we can expand it showing details related to that row and the other rows shift down accordingly

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

@Fvith MvcDonvld​

Please refer the below Article in which e have a sample app in which the collapse and expand of a row feature is implemented.

https://basecamp.kony.com/s/article-detail/a046A000001lcl8QAA/segment-feature-app

Please note: Out of curiosity I downloaded and ran this app. It looks like the process of upgrading to the current version of Visualizer stripped out some code. For example, I had to locate the onRowClick() event of frmLanding, segFeatureOptions and tell it to invoke the featureSelected() method before it would do anything.

I have tried the sample app, but I am unable to understand exactly how the code is written to expand the rows in a segment. I tried to use the code in a separate form, doesn't work for that form. Please guide