Hi,
I am facing a wierd problem. Please check the screen shot attached. I am unable to change the date format in the grid column. I am trying this (in InitializeLayout event):
e.Layout.Bands[0].Columns.FromKey(
"EndDate").Format = "MMM dd yyyy"
Added to that, when I am sorting the grid, the "End Date" field/column is not getting sorted properly. I couldn't figure out the reason. Can any one please take a look and help me? At least any ideas if anyone faced similar problem?
Here is the markup for the grid where I enabled the sorting. I am not doing any manual sorting procedures in code other than this:
***
<
igtbl:UltraWebGrid id="gridFundToAssign" runat="server"
="QuickSort">
Thanks,
Kala
Just to be more specific, I am using the following Infragistics (Infragistics 2009 Vol1 [CLR 3.5]) verison:
9.1.20091.1015