hi
i need some guidance on a practical scenario.
Scenario:
We have a ASPX page named Claims.aspx
The Claims.aspx page has two web parts,
1. Search Web Parts, that has various fields (e.g. Date, location and category)
2. ClaimslistsGrid Web part - its a grid control that list all sharepoint list items based on the filter condition selected in the Search Web Part. The ClaimsListGrid web part return huge amount of data, so we have pagination implemented.
The user would then select a particular record by clicking on the ID of the Claim within the Grid and open a InfoPath form related to the Claim details on the same page.
After the user fills or updates values on the Claims detail InfoPath form, he then saves and closes the InfoPath Form. The control/navigation should return back to the Claims.aspx page where the search web part and the ClaimsListGrid web part is present.
The control/navigation should return back to the claims page along with the original selected filter criteria in the search web part and should also show the records that were listed before opening up the Infopath form for the record selected within the Grid.
Note: the user would have used the custom pagination and would have navigated to another page and selected a record from that page. So when the user returns back to the Claims page it should show the same page with the same set of records along with the filter conditions that were selected to filter the grid earlier.
Thanks
Ram
Thanks Ram