In the Blazor Grid component, there is a need to provide support for programmatically opening filter or sorting options, particularly in mobile mode where screen space and accessibility are limited. Currently, these actions are only triggered through the default toolbar buttons. By enabling programmatic access, developers can integrate these features into custom buttons or UI elements, offering a more flexible and tailored user experience. This enhancement would significantly improve usability and allow for better control over grid interactions in responsive and mobile-friendly applications.