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.
Hi
I'm working in MVC project on kony visualizer
i want to change a property like change the src of an image or an skin in a button from template segment in onRowClick action.
If you want to change the properties of segment child widgets then you have to use the setDataAt() method. onRowClick you need to get the selected record index and item and you need to edit the item and reset to segment using setDataAt() method.
Any modification/edit inside the segment should be via setData() or setDataAt().