datagrid cannot change content?

I binding a datatable to a datagrid control: datagrid1.datasource=datatable1

when I change the datatable, the datagrid cannot change content what's matter

How do I do




Answer this question

datagrid cannot change content?

  • ado79229

    Sorry , I made a mistake. It can work well.

    Thank you.Ilya Tumanov



  • JVidal

    DataGrid should reflect changes to the bound DataTable, but not to the data base this DataTable was populated from. Please post some code so we could see what you doing.



  • datagrid cannot change content?