Having trouble getting the Grid/Edit to work...

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
EdB
Posts: 92
Joined: Mon 15 Oct 2012 09:24

Having trouble getting the Grid/Edit to work...

Post by EdB » Thu 24 Jan 2013 01:32

(Reposted here, and originally in wrong forum)

Hi,

I am trying to insert a row in the new query/grid window. I press "insert" to get a new row, which works, and then when I press enter, and "refresh" the row disappears. Basically it has not saved to the DB.

If I try the same with the Data Explorer which has its own data grid, it works. I understood from the document that one could edit data in the Query(SQL/LINQ)/Grid.

I also tried the "Append", "End Edit" buttons to no avail.

I am using: ED5, EF5, SQL Server 2008 R2.

Thanks,

Ed

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Having trouble getting the Grid/Edit to work...

Post by Shalex » Mon 28 Jan 2013 11:00

EdB wrote:I am trying to insert a row in the new query/grid window. I press "insert" to get a new row, which works, and then when I press enter, and "refresh" the row disappears. Basically it has not saved to the DB.
If you want to save changes, you should press the "Save (Ctr+S)" button on the Entity Developer (or Visual Studio) toolbar. "Refresh" discards current changes and retrieves data from the database. Does this information help?

Post Reply