Hi Kenney,
Greetings from Syncfusion.
Query: Data Grid Filter is cut off
We have validated your query with the provided information. We suspect that you have rendered accordion component inside the Grid detail template and rendered another Grid within the accordion component. In this scenario while opening the filter dialog in Grid(which is rendered inside accordion control), the filter dialog is hidden.
If yes, then you show the full filter dialog by using below CSS. Find the below code snippets and sample for your reference.
<style>
. . .
.e-accordion .e-acrdn-item,
.e-accordion .e-acrdn-item .e-acrdn-panel,
.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content,
.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content > * {
overflow: visible;
}
</style> |
If you have faced any other scenarios, then could you please share more details(Full code snippets, how you are rendering the Grid(whether did you render Grid in another component)). It will be helpful to validate and provide a better solution.
Regards,
Rahul