[CLOSED] Cell value change event in GridPanel

  1. #1

    [CLOSED] Cell value change event in GridPanel

    I have a column in Gridpanel ,whenever text field text changed I want to compare between current value and previous value .how to do?

     X.SummaryColumn()
                    .DataIndex("TotalValue")
                    .Text("Total Value")
                     .Sortable(false)
                     .MenuDisabled(true)
                     .CustomSummaryType("totalValue")
                     .Renderer("return (record.data.Moveing_Average_Price * record.data.RequireQTY);")
                     .SummaryRenderer("return  value ;")
                       
                          
                    .Editor(
                      Html.X().TextField().AllowBlank(false).StyleSpec("text-align:left").ReadOnly(true)
                    
                       
    
                    ),
    Last edited by Daniil; Aug 15, 2014 at 9:50 AM. Reason: [CLOSED]
  2. #2
    Hi @matrixwebtech,

    It looks you should use an editing plugin's Edit event.

Similar Threads

  1. Replies: 3
    Last Post: Nov 01, 2013, 9:28 PM
  2. Replies: 1
    Last Post: Jul 10, 2012, 11:16 AM
  3. Replies: 1
    Last Post: Feb 10, 2011, 8:27 AM
  4. gridpanel: change icon in a cell
    By maxdiable in forum 1.x Help
    Replies: 0
    Last Post: Aug 07, 2010, 8:51 AM
  5. change image in cell gridpanel
    By maxdiable in forum 1.x Help
    Replies: 5
    Last Post: May 25, 2009, 3:58 PM

Posting Permissions