Hi,

I have this java pojo class
...
private String cod_art;
private String dsc_art;
private Vector items;
...

i wish display in my DataGrid Vector items will be column and my cod_art, and dsc_art the rows, i don't know how to implements because my remoteObject return 1 dataProvider?
Can you help me
Devis






Reply via email to