ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: sshede on March 09, 2021, 06:24:49 pm

Title: I have alternet checkbox in gride. whien i scroll that time all checkbox coming.
Post by: sshede on March 09, 2021, 06:24:49 pm
I have alternet checkbox in gride.
whien i scroll that time all checkbox coming.


{ title: "", dataIndx: "state", width: 30,editable: false, align: "center", type:'checkBoxSelection', cls: 'ui-state-default',className:"checkboxColumn", resizable: false, sortable:false, hidden : hiddenFlag
                ,render : function (ui) {
                //console.log(rectypeid)
                    if(rectypeid !=undefined  && rectypeid==54) {
                        //console.log('test')
                        var rowData = ui.rowData;
                        GroupIdVal = rowData.GroupId;
                    }else if ($("#forceMach").val() == 'SFM' || $("#formName").val() == 'SFM') {
                        var rowData = ui.rowData;
                        if(rowData.GroupId==GroupIdVal){
                            return "";
                        }
                        else{
                            GroupIdVal=rowData.GroupId;
                        }
                    }
                }
            },
Title: Re: I have alternet checkbox in gride. whien i scroll that time all checkbox coming.
Post by: paramvir on March 09, 2021, 09:12:29 pm
Sorry it's not clear what you are trying to do. Please share more details of your requirement.