[CLOSED] Ext.Net 2.1 version changelog

  1. #1

    [CLOSED] Ext.Net 2.1 version changelog

    Hi,
    GridPanel and Panel AutoHeight property has been removed from Ext.NET 2.1.
    Also the listener of KeyBinding has been removed.
    Keys of keymap has been removed.
    ChangeLog please.
    Last edited by Daniil; Aug 06, 2012 at 11:26 AM. Reason: [CLOSED]
  2. #2
    Hi,

    Yes, we will add respective CHANGELOG items soon.

    Quote Originally Posted by Daly_AF View Post
    GridPanel and Panel AutoHeight property has been removed from Ext.NET 2.1.
    Please replace with
    BodyStyle="height:auto;"
    Quote Originally Posted by Daly_AF View Post
    Also the listener of KeyBinding has been removed.
    Keys of keymap has been removed.
    Please see:
    http://forums.ext.net/showthread.php...ll=1#post86410
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi,

    Yes, we will add respective CHANGELOG items soon.



    Please replace with
    BodyStyle="height:auto;"


    Please see:
    http://forums.ext.net/showthread.php...ll=1#post86410
    Thank you.
  4. #4
    ColumnPosition in CheckboxSelectionModel has been removed. Please update in Breaking Changes.

    Thanks
  5. #5
    Quote Originally Posted by yash.kapoor View Post
    ColumnPosition in CheckboxSelectionModel has been removed. Please update in Breaking Changes.
    Thank you. Added a new item.

    148. The CheckboxSelectionModel's ColumnPosition property has been removed. Use the InjectCheckbox one.

    Example 1

    this.CheckboxSelectionModel1.InjectCheckbox = "2";
    Example 2

    <ext:CheckboxSelectionModel1 runat="server" InjectCheckbox="last" />

Similar Threads

  1. [CLOSED] ChangeLog Questions
    By softmachine2011 in forum 2.x Legacy Premium Help
    Replies: 6
    Last Post: Jul 12, 2012, 2:56 PM
  2. Replies: 24
    Last Post: Apr 19, 2012, 9:56 AM
  3. [CLOSED] AutoLoad Parameter [ChangeLog]
    By Daly_AF in forum 2.x Legacy Premium Help
    Replies: 18
    Last Post: Apr 10, 2012, 2:29 PM
  4. Replies: 1
    Last Post: Mar 12, 2012, 9:31 PM
  5. [CLOSED] I can not find the file CHANGELOG.txt?
    By flormariafr in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jan 26, 2010, 11:40 AM

Posting Permissions