Hi,
We have extended the Telerik Grid, and I'm trying to add some custom filtering to it. Specifically to Master/Detail implementations of it. What I'm trying to do is this. If the Master Table has columns A, B and C, and Detail Table (I'm gonna assume only 1 detail table for our purposes) has columns X, Y and Z. I would like to be able to allow the users to search for an Item in Column Z without having to expand each row in the MasterTable. When the Search is complete, I would like only the MasterTableRows that have Detail rows with the search string to remain (to complicate this even futher if the searchstring is found in a MasterTableRow, I want that row to show also even if the search string wasn't found in that row's detail rows).
I love the built-in Filtering you folks have in the grid, but because of this scenario above (plus the fact that we often allow users to search for items in columns that aren't necessarily visible) I can't seem to figure a way to use it.
So my questions are these... Is there something I'm missing, and there actually is a way to use the built in filtering of the grid?
If not, I've started down the path of building a MasterDetailQuickFilter method, and I need to be able to grab the Detail Tables ParentTableRelations.GridRelationFields MasterKeyField and DetailKeyField, so I can build my search string and apply it directly to the datasources for both the Master and Detail table.
I'm sorry if this is confusing (it's confusing to me as well).
-Mike
We have extended the Telerik Grid, and I'm trying to add some custom filtering to it. Specifically to Master/Detail implementations of it. What I'm trying to do is this. If the Master Table has columns A, B and C, and Detail Table (I'm gonna assume only 1 detail table for our purposes) has columns X, Y and Z. I would like to be able to allow the users to search for an Item in Column Z without having to expand each row in the MasterTable. When the Search is complete, I would like only the MasterTableRows that have Detail rows with the search string to remain (to complicate this even futher if the searchstring is found in a MasterTableRow, I want that row to show also even if the search string wasn't found in that row's detail rows).
I love the built-in Filtering you folks have in the grid, but because of this scenario above (plus the fact that we often allow users to search for items in columns that aren't necessarily visible) I can't seem to figure a way to use it.
So my questions are these... Is there something I'm missing, and there actually is a way to use the built in filtering of the grid?
If not, I've started down the path of building a MasterDetailQuickFilter method, and I need to be able to grab the Detail Tables ParentTableRelations.GridRelationFields MasterKeyField and DetailKeyField, so I can build my search string and apply it directly to the datasources for both the Master and Detail table.
I'm sorry if this is confusing (it's confusing to me as well).
-Mike