capture the checkchange event of checkbox in ext.net grid panel.

  1. #1

    capture the checkchange event of checkbox in ext.net grid panel.

    I have grid, and in that grid i have a checkcolumn. the value of that check column is being fetched from the ext.net store.
    The check column is editable too. I want when a user checks or unchecks the check column it should update the database.

    Thanks
    Please suggest what to do
  2. #2
    Hello!

    You can use the following:

    <Listeners>
    	<CheckChange Handler="Ext.Msg.alert('CheckChange', checked);"></CheckChange>
    </Listeners>

Similar Threads

  1. Replies: 0
    Last Post: May 16, 2012, 4:35 PM
  2. Replies: 1
    Last Post: Mar 02, 2010, 10:53 AM
  3. Capture GRID Group Click
    By Cr@iG in forum 1.x Help
    Replies: 0
    Last Post: Feb 19, 2010, 7:04 AM
  4. Replies: 1
    Last Post: Sep 11, 2009, 11:41 AM
  5. Capture Grid Cell Changed Event
    By mathec in forum 1.x Help
    Replies: 2
    Last Post: Feb 01, 2009, 2:40 PM

Posting Permissions