I'm attempting to add the FrozenColumnCount property into my application. I add the appropriate line of code to my xaml file(seen in the final line of my SfDataGrid Tag)
<syncfusion:SfDataGrid
ItemsSource="{Binding ProductItems}"
ColumnWidthMode="Auto"
GridLinesVisibility="Both"
HeaderGridLinesVisibility="Both"
AutoGenerateColumnsMode="None"
FrozenColumnCount="1"
>
//column data
</syncfusion:SfDataGrid>
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 else I need to add to get it to work ?
The syncfusion .net Maui DataGrid currently does not support frozen rows and columns. To learn about future plans for the .Net Maui DataGrid, please refer to the relevant documentation.
https://help.syncfusion.com/maui/datagrid/migration#upcoming-features