This question is locked. New answers and comments are not allowed.
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.
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.