Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1030
Issue with CellValuePresenter in RecordContainerGenerationMode="Recycle"
posted

Hi,

I am using XamDataGrid with RecordContainerGenerationMode="Recycle". I have applied Background and ForeGround property for some Cells. While scrolling, i was able to the changes in some other Cells. Later i found that, CellVakuePresenter's are reused so that the same properties are available. How can i solve this issue ?

Basically my requirement is, i have some default Background value for all records. In runtime, i need to change the Background for some Cells or Records. How to do this?