Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
235
Set GridView manually
posted

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!

  • 235
    Suggested Answer
    posted

    now it works...

     

    use

            

                gv_DocCheckOut.SetDataBinding(_dt, null, true);

     

    and NOT

                gv_DocCheckOut.DataSource = (_dt);