ryansuitposungkono / openjs-grid

Automatically exported from code.google.com/p/openjs-grid
0 stars 0 forks source link

ADD button doesn't add new row to complete #44

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. all set up and running
2. made editable grid
3. trying to add new line

What is the expected output? What do you see instead?
new row should appear, instead grid reorders by primary key desc and new row 
does not appear

What version of the product are you using? On what operating system?
latest Win7

Please provide any additional information below.
Delete and modify works fine.
The example grid on the same page works fine.
it's doesn't fire up an error "primary key is invalid"

today is 22.11.11

Original issue reported on code.google.com by ginger...@gmail.com on 22 Nov 2011 at 5:57

GoogleCodeExporter commented 9 years ago
can this be because my table does not allow NULL value to any of it's fields, 
but a new row when created makes an empty entry in the database?

Original comment by ginger...@gmail.com on 23 Nov 2011 at 2:54