Is it possible to hide the add row in certain cases for xamgrid
The AddNewRow is controlled on the ColumnLayout level, so you would be able to turn it off on column layouts that you don't want it on. Just turn off
this
.grid1.ColumnLayouts[0].AddNewRowSettings.AllowAddNewRow
On the ColumnLayout.
How to implement this?
Sample code lines will help