Hi 4 everyone …
First i would like say to us congrats to the great job that the DHTMLX does, actually im working with Data Grid and i would like when i select one row, this gave me the value of this row, and if is possible only two cells.
I’ve read documentation of the method Rowselect but honestly I do not quite understand, appreciate if someone could support me.
This is my code …
[code]
Views <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" />
</head>
<body onload="doOnLoad();">
<div class="content">
<link rel="stylesheet" type="text/css" href="dhtmlxLayout/codebase/dhtmlxlayout.css">
<link rel="stylesheet" type="text/css" href="dhtmlxLayout/codebase/skins/dhtmlxlayout_dhx_skyblue.css">
<script src="dhtmlxLayout/codebase/dhtmlxcommon.js"></script>
<script src="dhtmlxLayout/codebase/dhtmlxlayout.js"></script>
<link rel="stylesheet" type="text/css" href="dhtmlxGrid/codebase/dhtmlxgrid.css">
<link rel="stylesheet" type="text/css" href="dhtmlxGrid/codebase/skins/dhtmlxgrid_dhx_skyblue.css">
<script src="dhtmlxGrid/codebase/dhtmlxgrid.js"></script>
<script src="dhtmlxGrid/codebase/dhtmlxgridcell.js"></script>
<link rel="stylesheet" type="text/css" href="dhtmlxTree/codebase/dhtmlxtree.css">
<script src="dhtmlxTree/codebase/dhtmlxtree.js"></script>
<script src="dhtmlxLayout/codebase/dhtmlxcontainer.js"></script>
<div id="parentId" style="position: relative; top: 20px; left: -20px; width: 1174px; height: 700px; aborder: #B5CDE4 1px solid;">
</div>
</div>
<div class="footer">
<div class="footer-logo"></div>
<div class="copyright">Copyright © 1998-2009 DHTMLX LTD.
All rights reserved.