Hello,
I'm using a DataTable to display data in a GridView. The DataTable is programatically maintained and contains entries in various RowStates including deleted.
Currently, the GridView is display the deleted entries, which I would like to hide but I need them to stay in the DataTable so I can send all the changes to the database once the user accepts the data.
I am using version 2010.3.10.1215 of RadControld for WinForms.
=======================================================
Update:
=======================================================
Was a programming bug on my part. I was bound to the wrong data source.
I'm using a DataTable to display data in a GridView. The DataTable is programatically maintained and contains entries in various RowStates including deleted.
Currently, the GridView is display the deleted entries, which I would like to hide but I need them to stay in the DataTable so I can send all the changes to the database once the user accepts the data.
I am using version 2010.3.10.1215 of RadControld for WinForms.
=======================================================
Update:
=======================================================
Was a programming bug on my part. I was bound to the wrong data source.