[CLOSED] Where is markDirty property?

  1. #1

    [CLOSED] Where is markDirty property?

    Hello

    I want to hide the cell indicator when data is changed in my grid. In ext.js doc I see it is a property of the view : http://docs.sencha.com/ext-js/4-1/#!/api/Ext.grid.View-cfg-markDirty but I did not found it in the view of ext.net. So what?
    Last edited by Daniil; Apr 30, 2012 at 2:13 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Thanks for the report. We will add.

    For now you can use CustomConfig.
    <ext:GridView runat="server">
        <CustomConfig>
            <ext:ConfigItem Name="markDirty" Value="false" Mode="Value" />
        </CustomConfig>
    </ext:GridView>
    By the way, any non existing properties in markup are considered as ConfigItems of CustomConfig.
    <ext:GridView runat="server" MarkDirty="false" />
  3. #3
    Thanks

    Applied and validated.
  4. #4
    The MarkDirty property has been added, revision #3972.

    Thanks again for the report.
  5. #5
    Thanks a lot.

Similar Threads

  1. Replies: 4
    Last Post: Jul 09, 2012, 6:08 PM
  2. Replies: 3
    Last Post: Dec 15, 2011, 12:18 PM
  3. Replies: 1
    Last Post: Feb 22, 2011, 11:25 PM
  4. [CLOSED] how to set panel html property as javascript property
    By kenanhancer in forum 1.x Legacy Premium Help
    Replies: 10
    Last Post: Jan 05, 2011, 6:45 PM
  5. [CLOSED] [1.0] Selectable Property
    By vali1993 in forum 1.x Legacy Premium Help
    Replies: 17
    Last Post: Apr 16, 2010, 3:53 PM

Posting Permissions