Infragistics: WebDateChooser ??????

  • hallo zusammen..

    ich hab ne frage:

    wie bekomm man den WebDateChooser in einem Column rein ???

    also ich bin dabei mit UltraWebGrid ein Birthday Column zu erstellen..

    kann mir jemand weiter helfen ??

    danke

  • ne danke..

    falls jemand das gleiche Problem hat, Lösung dafür ist:


    UltraWebGrid1.Bands[0].Columns[0].Type = ColumnType.Custom;
    UltraWebGrid1.Bands[0].Columns[0].IsBound = true;
    UltraWebGrid1.Bands[0].Columns[0].EditorControlID = "WebDateChooser";
    UltraWebGrid1.Bands[0].Columns[0].DataType = "System.DateTime";
    UltraWebGrid1.Bands[0].Columns[0].AllowUpdate = AllowUpdate.Yes;