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
1930
Change Content of cell
posted

Hi

 

I have a XamGrid with 6 column and data from DB. 2 columns are collapsed and one is calculated from the 2 collapsed columns values.

I implemented InitializeRow and when this event i raised want to modify the content that calculated cell.

 

I have

e.Row.Cells["MyKey"].Content

or

e.Row.Cells["MyKey"].Value

 

But don't know how to change the value or content.

THanks

Parents Reply Children
No Data