Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. WPF
  4. AgDataGrid Date column for Custom Date format [modified]

AgDataGrid Date column for Custom Date format [modified]

Scheduled Pinned Locked Moved WPF
csswpfwcfsaleshelp
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Satish Pai
    wrote on last edited by
    #1

    Hi everyone, I am using Silverlight to create DashBoard. In one of my Dashboard i am using AgDataGrid(DevExpress.AgDataGrid) where it has datecolumn. <grid:AgDataGridDateColumn FieldName="fldSODate" HeaderContent="Sales Order Date" PrepareCellDisplayElement="AgDataGridDateColumn_PrepareCellDisplayElement" > grid:AgDataGridDateColumn.CellDisplayTemplate <DataTemplate> <TextBlock Text="{Binding CellValue, Converter={StaticResource DateConverter}, ConverterParameter=D}" /> </DataTemplate> </grid:AgDataGridDateColumn.CellDisplayTemplate> </grid:AgDataGridDateColumn> </grid:AgDataGrid.Columns> i have done the above thing but still this is not working when i view the grid. The reason to use this AgDataGrid for Grouping purpose. Please help me .

    modified on Thursday, March 4, 2010 11:33 PM

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups