Hi:
The grid is displaying 12/31/2010 12:00:01 AM which is the format I want for datetime2.
However, when I click in the cell I get a date mask of 12/31/2010 or if I click in the template cell I get __/__/__.
We use this grid to perform updates on database tables so we want the actually value represented and editable.
So how do I get the cell to display 12/31/2010 12:00:01 AM instead of 12/31/2010 as a date mask when I click in it?
We're using the most recent 2009 version of Net Advantage (not 2010).
Thanks for your help.
Hi,
I just wanted to know if you were able to change the DateTimeFormat of the column or you still need help? Just let me know.Thank you.
Sincerely,DimiDeveloper Support EngineerInfragistics, Inc.
Hello,
I just wanted to know if you were able to change the DateTime Format of the cell or you still need help? You can find more details about the styles of the columns in UltraGrid:http://help.infragistics.com/NetAdvantage/WinForms/2010.1/CLR2.0/?page=Infragistics2.Win.UltraWinGrid.v10.1~Infragistics.Win.UltraWinGrid.ColumnStyle.html Just let me know if you need help.
try setting the column style to datetime:
column.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DateTime;