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
355
Read-only (non EditMode) so that Column.Format string is applied
posted

using NetAdvantage 2009.2.

Where is the EditMode property, I keep reading about in the forums.  I udnerstand that the Format property will not be applied to a field in Edit Mode.

using the UtraWinGrid Designer, I've set the Bands[0].Override.AllowAddNew = no, .AllowDelete = False, and .AllowUpdate = False.

I've also set every columns CellActivation = ActiveOnly

I all DateTime columns (bound to DateTime? properties) to have Format = "MM/dd/yyyy", Style = "FormattedText" and DataType = DateTime

The grid will only be used to display data to the user. They will need to select a row, but will never edit the information in any row.

WHAT I WANT

I want to be able to format columns declaritively.  I know I can do this manually in the InitializeRow event.