I want to use the Silverlight DataGrid to show notes. When they select an item in the grid I am going to show the note in a different area of the screen. However, I am hoping to also do something similar to Outlook AutoPreview, where the first few lines of the note are shown beneath each row in the grid.
What is the best way to accomplish this with the Silverlight DataGrid? Or, is there an alternative third party tool that would be better suited?
This is Silverlight 4 if it helps.