Excel fileter window in grid is not completly visible

I have dashboard with grids inside, every grid is inside own pane. When I open excel filter only part above current grid is visible. How to make this dialog filter appear above all items?

ExcelFilter.jpg


1 Reply

VB Vinitha Balasubramanian Syncfusion Team July 26, 2022 12:56 AM UTC

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


Loader.
Up arrow icon