I just wanna know that Is it possible to do something with data when the data is rendering in WPF DataGrid from the DataSet. I have stored data in database like matrix form and i want to directly attach it to the datagrid, but when the rendering process is going on for every cell, i will pick it and check, and accordingly i want to set the background color, foreground color or any designing for that cell.
Please tell me how to do it?