Tony,
Is there any way to know if a column has been moved using the sortable option?
Thanks!
Phil M
UPDATE:
I did get this to work using the following code:
jQuery('#gview_gridId').bind('sortstop', function(event, ui) {alert('here');});
If you have a better way I'm certainly open to it!
Thanks!
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top