ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: rgorantla on October 13, 2014, 03:11:42 am
-
Hi,
When i tab on input element - Delete is missing .. Please see attached images.
It started all of a sudden
Thanks ,
Roseline.
-
it's because your delete button code is bound only in refresh event whereas you call refreshRow method in cellSave.
So you need to bound the delete buttons in both refresh and refreshRow events.
Corrected binding:
http://jsfiddle.net/paramquery/Ljd57c1k/2/
-
Thanks you