Hi Paul,
Thanks for using Syncfusion products.
We are unable to reproduce the reported issue at our end by applying your scenario. For this scenario, we have prepared a sample for your convenience which can be download from following link,
In this sample, we have enabled the Search and EnablePersistence property. Please refer to the following code example,
| @Html.EJS().Grid("CommandColumn").DataSource((IEnumerable<object>)ViewBag.dataSource).EnablePersistence().Toolbar(new List<string>() { "Search"}).Columns(col => { . . . }).AllowPaging().PageSettings(page => page.PageCount(5)).Render() |
Output:
Note: We have checked the reported issue with Microsoft Edge, Chrom and Firefox browsers.
If you still face the same issue, then could you please provide following details?
1) Share issue reproducing scenario.
2) Share the full Code example of Grid.
3) Screenshot of the issue.
4) EJ2 version and Browser details.
5) A sample is possible or modified the given sample as issue reproducible.
Regards,
Venkatesh Ayothiraman.