Hi,
The sample below is a modification of the real-time search sample (https://ej2.syncfusion.com/react/documentation/grid/searching#perform-real-time-search-while-typing) that adds `persistSelection` and checkbox selection.
When I perform the following actions in the sample code, the focus shifts away from the text box during the search. Is there a solution to allow me to continue typing?
1. Select the row with Order ID 10248
2. Enter “v” in the search text box
3. After the search is executed, focus is lost from the text box.
sample:https://stackblitz.com/edit/react-pnxmcxqh