We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Cannot find the "FrozenColumnCount" Property

Hi all, 

I'm attempting to add the FrozenColumnCount ​property into my application. I add the appropriate line of code to my xaml ​file(highlighted in bold at the bottom of my code block)

```

<syncfusion:SfDataGrid


           ItemsSource="{Binding ProductItems}"

           ColumnWidthMode="Auto"

           GridLinesVisibility="Both"

           HeaderGridLinesVisibility="Both"

           AutoGenerateColumnsMode="None"

           FrozenColumnCount="1"

            >

```

However when I build my app, I receive the following error

The property 'FrozenColumnCount' was not found in type 'SfDataGrid'

I've only added that singular line to my xaml file to achieve the needed result. Is there anything I need to add to get it to work ? 



1 Reply

KK Karthikraja Kalaimani Syncfusion Team January 31, 2023 06:24 AM UTC

Hi Adam, We have not yet provided support for frozen rows and columns feature in .Net Maui DataGrid. Currently we are migrating existing feature from Xamarin DataGrid to .Net Maui DataGrid and Freeze panes feature is in our upcoming feature plan list. You can refer to the below documents to know about upcoming feature plan in .Net Maui DataGrid.https://help.syncfusion.com/maui/datagrid/migration#upcoming-features

Regards,

Karthik Raja


Loader.
Live Chat Icon For mobile
Up arrow icon