[CLOSED] Grid RowEditing Plugin - Height

  1. #1

    [CLOSED] Grid RowEditing Plugin - Height

    I want my grid to flex in height depending on the # of rows returned so I don't have a hard height value set. Additionally, I am using the paging bottom bar and I have RowEditing enabled. When I filter my grid to one row and switch to edit, the grid doesn't automatically flex to fit the height filled by the RowEditing "control." I don't know if this is a bug or something that I am supposed handle manually. Please advise.
    Last edited by Daniil; Jun 12, 2012 at 4:22 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Quote Originally Posted by adelaney View Post
    I want my grid to flex in height depending on the # of rows returned so I don't have a hard height value set.
    There is no such built-in functionality. Recently, there was the same request for Ext.NET v1 and here is the example how I would implement in Ext.NET v1.
    http://forums.ext.net/showthread.php...ll=1#post79164

    I think you could use the same principle in Ext.NET v2.

    Quote Originally Posted by adelaney View Post
    Additionally, I am using the paging bottom bar and I have RowEditing enabled. When I filter my grid to one row and switch to edit, the grid doesn't automatically flex to fit the height filled by the RowEditing "control." I don't know if this is a bug or something that I am supposed handle manually. Please advise.
    Yes, RowEditing can't increase GridPanel height automatically in that case. I think you could increase it manually on a respective value when you will set up a height basing on rows count.
  3. #3
    The thread is related to this one.
    http://forums.ext.net/showthread.php?19513

Similar Threads

  1. [OPEN] [#103] RowEditing Plugin - Format bug?
    By adelaney in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: Dec 29, 2012, 6:57 AM
  2. Replies: 10
    Last Post: Jul 31, 2012, 12:25 PM
  3. [CLOSED] Problem with DirecEvent in a rowEditing plugin
    By feanor91 in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Apr 24, 2012, 1:25 PM
  4. Replies: 5
    Last Post: Dec 26, 2011, 5:39 AM
  5. Replies: 2
    Last Post: Jun 25, 2010, 8:11 AM

Tags for this Thread

Posting Permissions