We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

grid view click event not working properly.

 <div id="targetsGrid" ej-grid e-datasource="data" ng-init="setTargetList()"
                     e-columns="columns"
                     class="gridStyle"
                     e-allowresizing="true"
                     e-allowkeyboardnavigation="true"
                     e-allowscrolling="true"
                     e-allowsorting="true"
                     e-minwidth="550"
                     e-isresponsive="true"
                     e-scrollsettings-height="{{maximumGridHeight}}"
                     e-actioncomplete="actioncomplete"
                     e-allowgrouping="true"
                     e-groupsettings-groupedcolumns="targetGroupColumn"
                     e-allowfiltering="true"
                     e-filtersettings-filtertype="excel"
                     e-width="50%"></div>


 $scope.setTargetList = function () {

            securityService.getTargetList()
            .then(function (result) {
                $scope.data = result;         
            });
         

        }        


I have implem grid view grouping and filtering but when I click on filter icon button 
some time working and sometimes not working
 
I am sharing video with you for your better understanding



 



Attachment: fitler_click_b68c307b.rar

2 Replies

BM Balaji Marimuthu Syncfusion Team September 16, 2015 08:45 AM UTC

Hi Jim, 

Thanks for contacting Syncfusion support.

The issue “filter dialog not opened when click the filter icon after resizing columns” with V 13.2.0.34
 has been fixed in the latest version 13.2.0.39. If you are using any version prior to V 13.2.0.39, please to upgrade to the latest version to overcome the issue.

Syncfusion latest version can be downloaded from the following link: 


http://www.syncfusion.com/forums/120208/essential-studio-2015-volume-2-service-pack-2-release-v13-2-0-39-available-for-download
 

Please refer to the following sample, 


Sample-Filtering


If you face the issue in V 13.2.0.39, please share following details, 


1.     Is there any script error in console?

2.   Browser details.

3.     Modify the provided sample as issue reproducible.

Regards, 
Balaji Marimuthu



BM Balaji Marimuthu Syncfusion Team September 16, 2015 08:50 AM UTC

Hi Bharat, 

Please ignore the previous response.

The issue “filter dialog not opened when click the filter icon after resizing columns” with V 13.2.0.34
 has been fixed in the latest version 13.2.0.39. If you are using any version prior to V 13.2.0.39, please to upgrade to the latest version to overcome the issue.

Syncfusion latest version can be downloaded from the following link: 


http://www.syncfusion.com/forums/120208/essential-studio-2015-volume-2-service-pack-2-release-v13-2-0-39-available-for-download
 

Please refer to the following sample, 


Sample-Filtering


If you face the issue in V 13.2.0.39, please share following details, 


1.     Is there any script error in console?

2.   Browser details.

3.     Modify the provided sample as issue reproducible.

Regards, 
Balaji Marimuthu


Loader.
Live Chat Icon For mobile
Up arrow icon