Hi all!
How can I create dynamic grid layout structure upon structure defined in database table?
for example:
1.) have a table A. In it are only table names of tables for which I want to make grids
2.) I want to take "show columns for chosen table" the column names and column data types and upon them dinamically create layout cell structure.
Bellow is example of hard coded layout structure from dojo grid test example. What I want is to dynamically fill the cell array of column structure from db table;
var gridLayout = [
{ type: "dojox.GridRowView", width: "20px" },
