[CLOSED] Grid Focus visible

  1. #1

    [CLOSED] Grid Focus visible



    Hi,
    I need help. when i click the button the gridpanel focus should be removed.i was using selection model also..
    <ext:GridPanel ID="GrdPnl1" Height="505" TrackMouseOver="true" AutoScroll="true" runat="server" StoreID="Store1">
    <ColumnModel> </ColumnModel>
    <SelectionModel>
    <ext:RowSelectionModel ID="RowSelectionModel1" runat="server" SingleSelect="true">
    <Listeners>
    <RowSelect Handler="b(GrdPnl1,rowIndex,b)" />
    </Listeners>
    </ext:RowSelectionModel> 
    </SelectionModel> 
    </ext:GridPanel> 
    function b(value, meta, record) {
    var LV_User = GrdPnl1.getSelectionModel().getSelections();
    }
  2. #2

    RE: [CLOSED] Grid Focus visible

    Last edited by geoffrey.mcgill; Feb 20, 2011 at 1:13 PM.

Similar Threads

  1. [CLOSED] Grid row - visible show icons
    By MTSI in forum 2.x Legacy Premium Help
    Replies: 7
    Last Post: Sep 28, 2012, 2:45 PM
  2. [CLOSED] Set focus to TextField once Window is visible
    By digitek in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 13, 2012, 11:45 AM
  3. Replies: 1
    Last Post: Sep 27, 2011, 8:34 AM
  4. [CLOSED] grid row focus
    By speedstepmem4 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: May 12, 2009, 1:18 PM
  5. [CLOSED] Focus on first row in grid?
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 14
    Last Post: Dec 18, 2008, 7:12 AM

Posting Permissions