Hi Daniel,
Greetings from Syncfusion support.
From your shared query we could see, that you have defined toolbar items twice is the cause of the issue. So the toolbar items are overridden and toolbar search option in the last definition only rendered in the Grid. Please refer the below code example and screenshot for more information.
Screenshot:
|
ActionBegin("ActionBegin").EditSettings(e => { e.AllowAdding(true).AllowEditing(true).AllowDeleting(false).Mode(Syncfusion.EJ2.Grids.EditMode.Normal); }).AllowPaging().CommandClick("commandClick").AllowGrouping().GroupSettings(group => group.Columns(new string[] { "Status" })).PageSettings(page => page.PageCount(2)).Toolbar(new List<string>
() { "Add", "Edit", "Delete", "Update", "Cancel", "Search" }).Render() |
Please let us know, if you need further assistance.
Regards,
Manivel