Hi,
in my xamgrid i have 4 columns and an add new row row :-D
How could i hide one of the columns so that it doesn't appear in the add new row row?
Thanks and bye
We have a feature on the backlog that would allow you to modify the DataTemplate used for a specific column for the AddNewRow, which would essentially allow you to clear out the field. Is that what you're looking for?
Yes that is what i'm looking for.
You can hide Columns by using the Visibility property on a Column. But you can't hide a column for a specific row. Is that what you're looking to do?
-SteveZ