Hello,
I am using Telerik 2009.2
I have a grid that is filled by an object data source. In the itemcommand event I insert a new row in the data table.
Unfortunately, Nothing that I do forces the grid to reload the list from the database. It grabs some values from the the new object inserted but not all of them. I tried rebind, force bind, etc, without success.
What can I do to reload the objects from the database?
Thanks,