Hi ;
I want on grid CRUD dialog actions using the toolbar or row double click to act on a different table instead of the underlying grid table . My scenario is the data grid is based on products table with following cols : productId , ProductName and CategoryID
When I double click a row I want the dialog to display the selected product and a column orderQty from orders table , on click save or add I want to post or insert a new row in orders table for the currently selected productId and the associated orderQty