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

[Solved] Adding data in-line data.User is null

0 Answers 70 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jonathan
Top achievements
Rank 1
Jonathan asked on 23 Aug 2011, 02:58 PM
I am trialling this grid and have a model like this:

I have set the grid up properly with AJAX editing.  When I click Add new record I get a data.User is null in the Firefox console.

What's going on?

UPDATE: If I implement a private member and return a new SecurityUser if null then I dont get that error but then CreatedOn appears as 01/01/1 when try and do an insert

I have attached my project.  Essentially I want to use my model in the project without any private members and just get;set; if possible and I want to be able to do insert/edit via AJAX.
I have spent 5 hours trying to implement this and my requirements seem very baisc. Please help.
Tags
Grid
Asked by
Jonathan
Top achievements
Rank 1
Share this question
or