Hi;
Please, I would like to know if is possible to reference a datafield parameter by a index object data instead;
for example (see below “datafield” reference sintax):
*****************************
width: 670,
source: dataAdapter,
columns: [
{ text: ‘First Name’, datafield: ‘firstname’, width: 100 },
****************************
width: 670,
source: dataAdapter,
columns: [
{ text: ‘First Name’, datafield: object[0] , width: 100 },
**************************
In other words, I have a situation where I don’t know the datasource fields (such a metadata source) – and I want
to implement referencing by index’s data, like written above. Is it possible?
Best Regards;
Hamden Vogel