Hi All,
Question is based on example provide here http://demos.telerik.com/aspnet-ajax/grid/examples/hierarchy/filteringdetailtables/defaultcs.aspx
Scenario:
Step 1. Under column OrderId add search for user "Alejandra Camino" for e.g. 10281, filter works fine and now you can see order details with orderId 10281.
Step 2. Now expand details for user "Alexander Feuer" you would notice column OrderId is pre-filled with search criteria that was used on step 1 which should not be the case (but the filter is not applied for this user which is good.)
Step 3. Lets enter search criteria for user "Alexander Feuer" under orderId for e.g. 10277, filter works. Now collapse details for user "Alejandra Camino" and expand the same row and orderId will display search text as 10277, but will display filtered records that was performed on Step 1 i.e. records for 10281.
Problem:
This is the same behavior that is happening on grid view I have integrated, please help to resolve this issue and an example on how to load information properly without overwriting search criteria for each row in DetailTable and still have a functional filter.
Regards,
J
Question is based on example provide here http://demos.telerik.com/aspnet-ajax/grid/examples/hierarchy/filteringdetailtables/defaultcs.aspx
Scenario:
Step 1. Under column OrderId add search for user "Alejandra Camino" for e.g. 10281, filter works fine and now you can see order details with orderId 10281.
Step 2. Now expand details for user "Alexander Feuer" you would notice column OrderId is pre-filled with search criteria that was used on step 1 which should not be the case (but the filter is not applied for this user which is good.)
Step 3. Lets enter search criteria for user "Alexander Feuer" under orderId for e.g. 10277, filter works. Now collapse details for user "Alejandra Camino" and expand the same row and orderId will display search text as 10277, but will display filtered records that was performed on Step 1 i.e. records for 10281.
Problem:
This is the same behavior that is happening on grid view I have integrated, please help to resolve this issue and an example on how to load information properly without overwriting search criteria for each row in DetailTable and still have a functional filter.
Regards,
J