Can't use filtering after the grid reload

Hi,

I'm trying to use Server Side filtering for my grid.

It seems to work as expected until I reload the grid with Ajax call :

something like this:

<script type="text/javascript">

function onLocationChanged() {

var path = '@Url.Action("GetFromLocation", "Location")';

var $checkedLocations = $('.lcnChkBox:checked');

$.post(path, checkedLocations )

.success(

function (data) {

$("#gridHolder")[0].innerHTML = data;

$.fn.sfEvalScripts(data);

});

</script>

After that if I'm trying to use filtering than:

1. It is failing on b.getBoundingClientRect() in MicrosofAjax.js ( If I use IE 8)

2. Or calling the wrong method on controller (If I use Chrome)

Any idea?

Thanks a lot

 

 


1 Reply

GS Gowri S Syncfusion Team August 24, 2012 12:20 PM UTC

Hi Evgeny,
 
Thanks for using Syncfusion Products.
 
We regret for the inconvenience caused. We are unable to reproduce the issue.
 
We have prepared a simple sample and the same can be downloaded from the following links.
 
 
Please let us know if you have any concerns.
 
Regards,
 
Gowri S.

Loader.
Up arrow icon