Hello.
I have MVC grid binding to some model. When I click on Edit button, it is open an edit window with some controls. One of them is grid. Is it possible to put key property from fitst model to DataSource Read method of second grid (I need to load in popup window data with the same property value as in first grid)?
Thanks.