This question is locked. New answers and comments are not allowed.
Hi all!!
I'm working with the.Grid and I have a field using the Editor control.
If I use
.DataBinding(databinding => databinding.Server()
.Editable(editing => editing.Mode(GridEditMode.PopUp))
The window works perfect and I can edit that field without problems.
The problem is when I use
.DataBinding(databinding => databinding.Ajax()
I get an JScript error...
I don't know if I get this error bvecause I'm missing something or because I can't use the Editor controler with Ajax,???
Thanking your your help
Maria