This is a migrated thread and some comments may be shown as answers.

Master/Detail Grid - Filter by Detail Side

2 Answers 268 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sean
Top achievements
Rank 1
Sean asked on 20 Jun 2013, 06:09 PM
I have a master/detail grid (Read only) with a custom stand alone filtering control.

Im looking to be able to filter the details records and update the master data as well.
Im looking to do this all client side.

(ie: Master table of Customers/ Detail table of Orders.  
When i filter the orders by a field (say: Filled = true) through this stand alone control...
I want the Master table to update to show only the records that have details that have the filtered items.)

Is this possible?  How would I go about this?

2 Answers, 1 is accepted

Sort by
0
Accepted
Vladimir Iliev
Telerik team
answered on 24 Jun 2013, 11:16 AM
Hi Sean,

 
Basically this scenario is possible, however it will require custom code. For example you can send the current custom filter to the server as additional parameter through the Read action of the master Grid. In this case the user should only choose the filter in the custom filter form and on press of given button to call the Grid DataSource read method which will make request to the server using current filter parameters. Then based on the additional parameter you can manually filter the records on the server.

Kind Regards,
Vladimir Iliev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Sean
Top achievements
Rank 1
answered on 26 Jun 2013, 04:37 PM
Thanks Vladimir,

Exactly what I needed to get this done. 

Appreciate the reply.

Sean
Tags
Grid
Asked by
Sean
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Sean
Top achievements
Rank 1
Share this question
or