Last Updated:
13 May 2025 07:48
by Teddy
DataGrid: [iOS] [MacCatalyst] Events in Footer Template are not raised without scrolling
If you use FooterContentTemplate to add elements into the footer that require mouse over/click events (eg a Button or a Label with a tooltip), it works fine as long as the datagrid has enough data to scroll. However, if you resize the grid bigger or remove items until you no longer need to scroll and you have empty space between the last row and the footer, then none of those mouse events work.