Hi,
I have a list list1.
datatable dt=new datatable();
dt=list1.items.getDataTable();
for using that getDataTable() method, should I have to create all the columns to datatable or its automatically create those columns.
Shubho
Hi,
I have a list list1.
datatable dt=new datatable();
dt=list1.items.getDataTable();
for using that getDataTable() method, should I have to create all the columns to datatable or its automatically create those columns.
Shubho