[CLOSED] GridPanel - ColumnForm / DateColumnAttribute

  1. #1

    [CLOSED] GridPanel - ColumnForm / DateColumnAttribute

    Last edited by Daniil; Dec 09, 2013 at 2:07 PM. Reason: [CLOSED]
  2. #2
    Hello!

    You have to set Ext.Net.MVC.DateColumn:

    [Ext.Net.MVC.DateColumn(Order = 4)]
    public DateTime SomeDate
    {
    	get;
    	set;
    }
    Also, when you use this attribute, your ColumnFor should use DateColumn.Builder:

    Html.X().ColumnFor(m => m.SomeDate)
        .ToBuilder<DateColumn.Builder>()
        .Width(100)
  3. #3
  4. #4
    Could you say, can we close the thread?
  5. #5

Tags for this Thread

Posting Permissions