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.
Hello Kevin,
Could you please review the sample attached to this post and see if it meets your requirements. Please feel free to let me know if I misunderstood you or if you have any other questions.
Boris,
Like I mentioned in my post, "using NetAdvantage 2009.2.". (Infragistics2.Win.UltraWinGrid.v9.2). Your project is built with Infragistics4.Win.UltraWinGrid.v12.1.
but I can look at the code and I do see where mine differs from yours.
I'll let you know.
Thanks