AD
Administrator
Syncfusion Team
February 3, 2004 10:31 PM UTC
Marco,
Try changing the "Format" property for the RecordFieldCell Appearance object. Make also sure the column is of type "DateTime". If not set the RecordFieldCell Appearance "CellValueType" property to be DateTime.
Example for changing the Format:
groupingGrid.TableDescriptor.Columns["DateTimeColname"].Appearance.AnyRecordFieldCell.Format = "D";
Regarding caching - you shouldn''t worry about that. It is the job of the engine within its element collections to do the caching and we still plan on improving this. There are some strategic places where we will put more caching in place.
Also make sure to use the Release version of the libraries when you check performance.
Stefan