Author Topic: I have alternet checkbox in gride. whien i scroll that time all checkbox coming.  (Read 1323 times)

sshede

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 41
    • View Profile
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;
                        }
                    }
                }
            },

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Sorry it's not clear what you are trying to do. Please share more details of your requirement.
« Last Edit: March 09, 2021, 09:15:47 pm by paramvir »