ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: rgorantla on October 13, 2014, 03:11:42 am

Title: IMP - Tabbing
Post 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.
Title: Re: IMP - Tabbing
Post by: paramvir on October 14, 2014, 02:31:21 pm
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/
Title: Re: IMP - Tabbing
Post by: rgorantla on October 14, 2014, 09:27:07 pm
Thanks you