Hi,
i have a UltraGrid with a datasourch... f.e.:
grid1.datasource = myDataTable;
ist works... but, i will set the TableView... Dataformats... will hide colunms etc... but how???
thx!
now it works...
use
gv_DocCheckOut.SetDataBinding(_dt, null, true);
and NOT
gv_DocCheckOut.DataSource = (_dt);