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
110
How to bind the dynamic data to dropdown
posted

As the below code when the user click on the row and then the below column change to the drop down and bind the prepared data to listItems.

So how can I get the primary key of the selected row and bind a dynamic data to the listitems? because I need to get the below drop down data based on the selected row Id, I don't need the static data.

 { columnKey: 'ShippingMethod', editorType: 'string', editorOptions: { button: 'dropdown', readOnly: false, listItems: shippings } }

Thanks inadvance