EditorCollection Editor is ReadOnly

  1. #1

    EditorCollection Editor is ReadOnly

    var c = new Column() { Header = f.Name, DataIndex = f.FieldId };
     c.Editor = ec;
    Coolite can not edit the Editor by codebeind
  2. #2

    RE: EditorCollection Editor is ReadOnly

    Hi,

    c.Editor.Add(ec);
    *
  3. #3

    RE: EditorCollection Editor is ReadOnly

    var c = new Column() { Header = f.Name, DataIndex = f.FieldId };
    var v = new Coolite.Ext.Web.TextField() { ID = "T1" + f.FieldId, Text = "ccc" };
    c.Editor.Add=(v);
    Thanks, I tryed the above code.
    it seems not work..
  4. #4

    RE: EditorCollection Editor is ReadOnly

    Hi,

    It is works in current version. There was a bug in 0.7 version. Please wait 0.8 version (it should be released soon)

Similar Threads

  1. [CLOSED] Label Editor - Different Editor types
    By rthiney in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: Nov 29, 2013, 3:34 AM
  2. Replies: 1
    Last Post: Nov 15, 2011, 5:56 AM
  3. [CLOSED] Label Editor ComboBox Jumps to left when Editor activated
    By IanPearce in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Sep 19, 2011, 1:31 PM
  4. Replies: 0
    Last Post: Jan 12, 2011, 5:26 PM
  5. [CLOSED] HTMl editor Readonly property...
    By speedstepmem2 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 05, 2009, 4:41 AM

Posting Permissions