[CLOSED] [1.0] Select all rows in group without toggling the group's records

Page 1 of 3 123 LastLast
  1. #1

    [CLOSED] [1.0] Select all rows in group without toggling the group's records

    I've got a gridpanel set up with a grouping view where i'm overriding the startGroup with a custom config so that I have my own group header style.

    Inside the group header, I have an element that can be clicked to approve all items in the group. The issue is that by default, all groups load with their items hidden. If you approve an item using the checkbox selection model... it marks the group-body as visible.

    Do you guys know any way to cancel this? I've added a toggle button to the group as well so I would like to be able to have approve and toggle as two seperate functions of the group header.

    Thanks!
    Last edited by Daniil; Aug 05, 2010 at 1:00 PM.
  2. #2
    Hi,

    Please see the following post, it can be useful for you
    http://forums.ext.net/showthread.php...ll=1#post30071
  3. #3
    Quote Originally Posted by vladimir View Post
    Hi,

    Please see the following post, it can be useful for you
    http://forums.ext.net/showthread.php...ll=1#post30071

    Thanks Vlad! I should have searched the forums more I guess.
  4. #4
    Vlad,

    After looking at your example further I found we have something similar to that already. The toggle functionality works as far as checking all of the items inside the group.

    The issue I am having is that I would like to be able to check those items, without expanding the group. I copied your example and it still looks like when you check a group a group its data exapands?
  5. #5
    Vlad,

    I actually just fixed this for the most part.

    I ended up overriding the x-grid-group-body class so that display: none has !important (hackish, i know). Once i did that i controlled the display of the group in the toggle by updating to a class that had the original implementation of x-grid-group-body.

    This allows me to select from my group template's select box without triggering a display of all of the group records.



    Thanks for the help.
    Bryan
  6. #6
    Hi,

    Fixed in SVN. Now a group is not expanded when you click on the group command button
  7. #7
    can this fix be applied on coolite v0.8.2? or what workaround can i do?
  8. #8
    Quote Originally Posted by wp_joju View Post
    can this fix be applied on coolite v0.8.2? or what workaround can i do?
    Hi,

    I can suggest you to investigate Ext.Net 1.0 sources.
    http://www.ext.net/download/

    This fix is there.
  9. #9
    i've looked into that earlier but i guess i didn't dig deeper, just a question, why is it that only Ext.NET 1.0 RC is available in SVN trunk? is that the latest version or i have some access problems (like our license is not enough to access latest release)?
  10. #10
    The latest code is available from SVN for owners of Pro License.
    http://www.ext.net/store/
Page 1 of 3 123 LastLast

Similar Threads

  1. Group columns by dragging them into a group panel
    By pj_martins in forum 1.x Help
    Replies: 1
    Last Post: Aug 08, 2011, 6:07 PM
  2. Replies: 0
    Last Post: Apr 10, 2011, 7:57 PM
  3. Replies: 1
    Last Post: Feb 15, 2011, 5:45 PM
  4. prevent group expand on row select
    By wp_joju in forum 1.x Help
    Replies: 3
    Last Post: Jan 10, 2011, 1:11 PM
  5. Group By with Paging only groups visible rows
    By rthiney in forum 1.x Help
    Replies: 3
    Last Post: Sep 21, 2009, 5:42 PM

Posting Permissions