Hi realtek,
Yes, it is possible, with some minor modifications:
datatype = dataAdapter.records[item.index - 1].FieldType;
This will work unless you have checked the first item (index 0 – 1 = -1). We recommend:
datatype = dataAdapter.records[item.index].FieldType;
Best Regards,
Dimitar
jQWidgets team
http://www.jqwidgets.com/