How to pass dynamic filter to combo box - Kinetic

This works now, you can have an event do a property-set on a panel grid component and set the below property:
Component Id: yourpanelgridid
Prop: gridModel.columns[columnid].erpEditorModel.rowFilter
Value: “Field = ‘Value’”

The only issue is that I can only seem to address the column by it’s RowIndex in the columns array, so if you re-order columns, you have to adjust your property-set.

This works straightforward with a combobox component, you can just address the combobox id and use prop rowFilter. trickier when embedded in a grid.
Is there a way to address the column by ID within property-set?

3 Likes