The column chooser behavior gets disrupted

Hy,

I'm facing an issue with  SfGrid component in my project,  the column chooser behavior gets disrupted when i enable the EnableAdaptiveUI property. 

Here is the exemple code : 

<SfGrid ID="grd" DataSource="DataList" EnableAdaptiveUI="true" AllowPaging="true" TValue="Model" ShowColumnChooser="true" Toolbar=@ToolbarItems AllowSorting="true">

    <GridColumnChooserSettings></GridColumnChooserSettings>

    <GridColumns>...

My Best.


1 Reply

SK Sanjay Kumar Suresh Syncfusion Team February 17, 2025 11:07 AM UTC

Hi Mhmd Azd,


Upon reviewing your query, we understand that there is an issue with the column chooser functionality when the EnableAdaptiveUI property is enabled in the Grid. We have created a simple sample to test this scenario on our end; however, we were unable to replicate the issue.


Sample Ensured from our End:

https://blazorplayground.syncfusion.com/embed/LNVIjrsGgurABHeI?appbar=true&editor=true&result=true&errorlist=true&theme=bootstrap5


Before proceeding with the reported requirement, we require some additional clarification from your end. Please share the below details to proceed further at our end.


  1. Share us the video demonstration of the reported behavior.
  2. Please provide a simple issue replicating sample or try to modify the above-mentioned sample.
  3. Please mention whether you have used the event handler such as ColumnVisibilityChanging, if so please share the concern code used in the event handler.
  4. Could you please let us know if you have encountered any console errors on your end ?, if so please share the faced error.


The above requested detail will be very helpful for us to validate the reported issue at our end.


Regards,

Sanjay Kumar Suresh


Loader.
Up arrow icon