Is it possible to have different field layout settings for each record in a grid?
If yes how?
thanks
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.
can this be done in xaml using triggers & conditions.
Not that I'm aware of. Don't be afraid of code-behind... it's your friend! :)