Is it possible to have different field layout settings for each record in a grid?
If yes how?
thanks
Not that I'm aware of. Don't be afraid of code-behind... it's your friend! :)
can this be done in xaml using triggers & conditions.
Yes. In the AssigningFieldLayoutToItem event, you can assign whatever field layout you want to use, based on your criteria. You should be able to find more postings on this event.