Hi Martin Kinsky,
Greetings from Syncfusion support.
Query : Excel filter window in grid is not completely
visible
We have analyzed your query, you have faced the issue that
filter popup not completely visible. We could suspect that your mentioned
problem occurs due to height of the Grid component is less compare to filter
popup.
Therefore, in order to make the filter popup totally
visible, we suggested you to declare the height property to the Grid Component.
Kindly refer the below code for your references.
|
[CSHTML]
@Html.EJS().Grid("FlatGrid").DataSource((IEnumerable<object>)ViewBag.dataSource).Width("auto").Height("359")
|
Please get back to us if you need further assistance.
Regards,
Vinitha Balasubramanian