Author Topic: PasteEnd event?  (Read 2438 times)

dbadmin

  • Pro Economy
  • Jr. Member
  • *
  • Posts: 67
    • View Profile
PasteEnd event?
« on: October 01, 2014, 02:25:43 am »
Hi!

I'm trying to re-render my grid when a value is changed in a cell, but when I use copy-paste functionality (ctrl +c - ctrl-v) neither of "CellSave" or "EditorEnd" events get fired.
The reason I need this is the cell I'm changing defines grouping, and I need to redraw the whole grid to reflect grouping right away.

Thanks!

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6265
    • View Profile
Re: PasteEnd event?
« Reply #1 on: October 01, 2014, 03:50:15 pm »
change event takes place whenever there is change in data of grid due to inline editing of cell or copy/paste of data.

http://paramquery.com/pro/api#event-change