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
2815
Getting the actual text rendered text from a
posted

How do I get the actual display text from a datagrid cell?   This is the actual value that has been either been converted though the Field.Converter or Field.Format properties.

I tried:

cell.Record.GetCellText(cell.Field);

where cell is an instance of the Cell class but this does not give me the actual rendered text.