Is it possible to alter the background of the xamdatagrid? If a user has filters enabled I would like to display a watermark image stating that there are no records to display due to filters or if there really are no records, display a watermark image stating that there are no records available etc.
Thank you
Jonathan
Hello Jonathan,
Thank you for your post. I have been looking into it and I have created a sample project for you with the functionality you want. Basically I add a DataTrigger to the XamDataGrid, bound to the ViewableRecords’ Count and if it is 1, because the FilterRecords is Record type, I set the XamDataGrid’s background to an Image. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.