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;
}
}
}
},