In a multiselect list ,Is it possible to display the already selected records at the top
AND the new search results displayed below
@ParvathySuchethaBelow is my understanding of your requirement.
I believe a search box with multi select items is quite possible for your requirement. Below is a sample implementation. User can search by typing in the text box and view the results as a list and can select multiple items. All the selected items are shown in the text box. User can continue search and select more items. See if this is your requirement
If its search and select multi-select table, still the selected cumulative items count is shown in the header but no identification information of that entry so that user will know what item they have selected. For eg. First Name, Last Name,etc
Which one is yours ?
Thanks
JC
@JayachandraSiddipeta The second ,search and select multi-select table. Requirement is when a new search is done, previous selected entries should still be displayed at the top of the list with new search results displayed below
@ParvathySuchethaMay be not in the table, but may be on top of the table you can show the selected employees in readonly mode as shown below,
You can create a partial view where you can render the same data reference field to be read-only and include the view on top of the search and select table view. Once you select the entries in the table your readonly view will update and show the select entries. You will still have the OOTB preview provision to view the data object in detail either in preview pane or in new tab.
Hope this helps. Happy coding!!!
Thanks
JC



