This is a migrated thread and some comments may be shown as answers.

RAD Grid Insert Failure

1 Answer 55 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Stephen
Top achievements
Rank 2
Stephen asked on 18 Feb 2009, 02:21 AM
I've got a slightly complicated RAD Grid that appears to be working pretty well except for the Add New. Form comes up, you fill it in and hit Insert and all is well except there is no new record. But there are no errors either. Where do I go to track down what the grid is doing with the INSERT command? (Update works like a charm!)

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 18 Feb 2009, 04:00 AM
Hi Stephen,

I am not sure whether you are performing Automatic operations or performing insert in the code behind. If you are performing Automatic Insert check whether you have set AllowAutomaticInserts to true

Automatic DataSource operations
Automatic operations with SqlDataSource control
Insert/Update/Delete at database level with queries




If this does not  help consider sending your aspx and server side code.

Thanks
Shinu
Tags
Grid
Asked by
Stephen
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Share this question
or