Yesterday i sent a question about my checkbox display problem. But i didnt provide the code. Now i am giving the code.
var grid = document.getElementById(‘DivBranchReqtoRHO’);
ViewBranchRequestList = new dhtmlXGridObject(grid);
ViewBranchRequestList.imgURL = “…/Images/dhtml grid imgs/”;
ViewBranchRequestList.setHeader(“BranchRequestId,BranchCd,BranchRequestNo,BranchReqDate,Select,Edit,”);
ViewBranchRequestList.setInitWidths(",,,,,");
ViewBranchRequestList.setSkin(“light”);
ViewBranchRequestList.setColTypes(“ro,ro,ro,ro,ch,ra,”);
ViewBranchRequestList.setColAlign(“center,center,right,right,right,right”);
ViewBranchRequestList.setColSorting(“str,str,str,str,str,str”);
ViewBranchRequestList.init();
the xml string is:
In the above xml string , i am sending data for BranchRequestId , BranchCd , BranchRequestNo , BranchReqDate resp…( not sending data for checkboxes and radio button columns).
Here i am unable to display the checkbox and radio buttons.
Can you please solve this problem
Regards,
Raja