Skip to content

Replies

0
goussarova
goussarova answered on Dec 7, 2017 8:10 PM

Answering my own question:,To dynamically format autogenerated field, use this:

DirectCast(column, AutoGeneratedDataField).DataFormatString = "{0:P}"

0
goussarova
goussarova answered on Nov 29, 2017 9:25 PM

Hi Denis,

I am also having this problem.

The link you provided results in 404 error, while the sample I downloaded does *not* show how to use FormatFieldMethod function.

Specifically all samples from Infragistics show how to return 'hello', but do not show how to properly pass values.

Could you please post a code sample of how to use  FormatFieldMethod function.


Thank you,

Helen.

0
goussarova
goussarova answered on Aug 9, 2017 10:19 PM

thank you, this helped.