Hi Team,
I have a list of attribute names in an arraylist namely “alReqAttrNames” . which needs to be considered as columns in the grid. I would like to have this grid displayed on various pages and the number of attributes differ from page to page as below.
var reqGridColumns = new Array();
<%for (int i=0; i
var row = {};
row["text"] =;
row["datafield"] =;
row["columntype"] = 'textbox';
row["width"] = 100;
reqGridColumns[] = row;
And finally setting the grid columns. but page turns to blank when i try to do this way.
Hence could you please help me.
Thanks in advance,
Sushma