GridView selectionChanged bug

The selectionChanged function does not get called when the select all checkbox is checked.

Please try with the latest version from the trunk… as there was some issues fixed about that…

will do, thanks

same issue in the trunk

I just took a look at the source code… you are right slectionChanged is not called in this case… will fix it soon…

I just commited some changes… added the call to selectionChanged and optimized a bit the jQuery code…

Can you test it please

Works great, thanks for the quick response mdomba.