Probably a simple question, but when you have a XamDataGrid, and are scrolling up and down on it, it has a little preview of the data so you know what record you are going to stop on. Great feature, but I can't find where to control this behavior. All I really want it to do is not show the first column, but the second column in the preview. Any hints to point me in the right direction?
Doug
Hello Doug,
This is the record tooltip when scrolling. It is controlled by the IsPrimary property of the field, which by default is set to true of the first field. Same issue here.