Rank: Member Groups: Member
Joined: 11/19/2007 Posts: 25
|
Hi,
I'm wondering why there is a DateTimeColumn in the file grid for the File Explorer All Features demo.
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi,
Are you talking about the DateTimeColumn in the ColumnTemplate collection? It does not have to be there. The Grid is directly created from one of our built-in Grid template, since that template has it, it got it from there.
A grid template usually has a "TemplateColumn" for each column type in case you do need to use a column of that type in your Grid. However if you are sure that you won't use a certain column type, you can simply remove it from the ColumnTemplate collection.
Thanks
|