infragistics grid
-
Hello I am using infragistics grids in my project. I have 2 problems with my grid. 1. I have a data grid in which the columns can be moved. when i click on the row in the grid it should take the values custid and cust name and open another page. i have written a javascript for this but the problem is i an giving column numbers. I want a function which is number independent. 2. I want to layout the design in the grid and manually bind the elements to the grid. I have made the AutoGenerateColumns to false. but i do not know how to manually add the columns to it
-
Hello I am using infragistics grids in my project. I have 2 problems with my grid. 1. I have a data grid in which the columns can be moved. when i click on the row in the grid it should take the values custid and cust name and open another page. i have written a javascript for this but the problem is i an giving column numbers. I want a function which is number independent. 2. I want to layout the design in the grid and manually bind the elements to the grid. I have made the AutoGenerateColumns to false. but i do not know how to manually add the columns to it
-
Hello I am using infragistics grids in my project. I have 2 problems with my grid. 1. I have a data grid in which the columns can be moved. when i click on the row in the grid it should take the values custid and cust name and open another page. i have written a javascript for this but the problem is i an giving column numbers. I want a function which is number independent. 2. I want to layout the design in the grid and manually bind the elements to the grid. I have made the AutoGenerateColumns to false. but i do not know how to manually add the columns to it
- function ug_DoubleClick(tableName, itemName){ var cell = igtbl_getCellById(itemName); if (cell != null) alert(cell.value); } 2) In the properties menu, click on the elipse ... in the columns items. Michael I firmly believe that any man's finest hour, the greatest fulfillment of all that he holds dear, is that moment when he has worked his heart out in a good cause and lies exhausted on the field of battle - victorious. Vince Lombardi (1913-1970)