I am using editablegrid from http://www.editablegrid.net and noticed that my grid works well as long my table hase column id which is primary key. When I use it on another table with custID as key it fails to update.
Where am I gooing wrong?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
We can’t help you much when you don’t show us your code snippet. But let me do a wild guess. editablegrid is using the ID column by default. So you have to define the it if it there is no column named ID
the plugin got some default setting properties, you already played with those? Since the plugins does not have any documentation, nor does anything in the scripts says about defining a column as primary ID, i would advice you to move to a better documented datagrid like http://www.datatables.net/