GroupingView breakpoints

  1. #1

    [CLOSED] GroupingView breakpoints

    Based on several posts I am trying to capture/override when an expand or collapse occurs within the gridpanel. I tried to override onBeforeRowSelect method, but when that didn't work I removed the code and decided to add a breakpoint in the Chrome browser to see what was happening.

    When I added a breakpoint to Ext.grid.GroupingView.onBeforeRowSelect it never fired when I expanded or collapsed a group. In fact I have set break points all over the GroupingView code and nothing is fired when I click on the +/- to expand or collapse a group. The breakpoints are fired when I do other things on the panel.

    Any thoughts on why the breakpoint on Ext.grid.GroupingView.onBeforeRowSelect is not firing.
    Last edited by cwolcott; Dec 31, 2011 at 2:27 AM. Reason: Closed thread, answer worked.
  2. #2
    The onBeforeRowSelect method is called when a row is selected in the group not when the +/- expand/collapse toggle is clicked. I must have misunderstood the the post "How to determine if all groups are expanded in GridPanel?".

    So does anyone know how to capture the +/- expand/collapse toggles.
  3. #3
    Hi,

    Quote Originally Posted by cwolcott View Post
    So does anyone know how to capture the +/- expand/collapse toggles.
    Please at this example:
    http://forums.ext.net/showthread.php...ll=1#post50888

Similar Threads

  1. GroupingView Sorting
    By Wellington Caetano in forum 1.x Help
    Replies: 1
    Last Post: Feb 03, 2012, 6:52 PM
  2. GroupingView problem ?
    By Mohammad in forum 1.x Help
    Replies: 3
    Last Post: Nov 10, 2011, 10:58 AM
  3. GroupingView and sort
    By threewonders in forum 1.x Help
    Replies: 2
    Last Post: Apr 27, 2011, 8:46 AM
  4. GroupingView - Title
    By conrad in forum 1.x Help
    Replies: 0
    Last Post: Aug 24, 2009, 8:28 AM
  5. [CLOSED] GroupingView EnableRowBody
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 9
    Last Post: Nov 07, 2008, 6:10 AM

Tags for this Thread

Posting Permissions