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.
I'm sorry Boris... I should have marked this as closed already. I looked at the code behind and figured out my issue.
Hello,
I created the sample with version 9.2 of Net Advantage and attached it to this post. Please take a look at it and let me know if it suits your needs.
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
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.