Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
545
Need urgent Help on Infragistics row selector
posted

Hi Team

I am using infragistics 2013.1 version grid and i am trying use rowselector feature and i am trying to select some rows and checked the checkbox from backend based on some data can you help me how we can do that.

   i am giving you my sample code which i am trying to do but its not working

$("#prodByMeaInfra").on("iggriddatarendered", function (event, args) {
                    $scope.$apply(function () {
                        args.owner.element[0].rows[0].cells[0].innerHTML = "<span class=\"ui-state-default ui-corner-all ui-igcheckbox-normal\" name=\"hchk\" data-role=\"checkbox\" data-chk=\"on\"><span class=\"ui-icon ui-icon-check ui-igcheckbox-normal-on\"></span></span>";
                    });
                });

or is there any way to keep the checked box state in same state at the time of using filter or sorting.

Please help me on this on urgent basis

Thanks

Vivek

Parents Reply Children
No Data