| 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. |
I have a segment with ListBoxes and I'm able to get the selectedKey for rows in section 0, using the following method: frmMain.segTest.data[rowIndex].lbxTest.selectedKey;
How do I access items in other sections? I know the rowIndex and sectionIndex based on the context.
I've tried frmMain.segTest.data[sectionIndex][rowIndex].lbxTest.selectedKey, but it doesn't work..
Any help would be greatly appreciated. Thank you,.