-
-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refreshGrid takes effect on every column. #253
Comments
The |
Well, I think I set each of my column different attribute. jQuery("#w4").find('.kv-editable-input').each(function() { All my editable columns has .kv-editable-input class, so I think that is Thanks, On 18 March 2015 at 17:07, Kartik Visweswaran notifications@github.com
|
Will submit an enhancement for this soon - also the Editable widget needs to be enhanced. |
Thanks, the code below seems to confirm the behaviour: |
I added 'refreshGrid' => true to one of the editable column, expecting the grid refresh takes place only when editing on that column, but editing other columns also trigers grid refresh. Is it a bug or expected behaviour? If it is expected is it possible to achieve what I want to achieve?
Thanks,
Jian
The text was updated successfully, but these errors were encountered: