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

[Solved] Problem with Grid and Editor Control

0 Answers 63 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.
Maria
Top achievements
Rank 1
Maria asked on 21 Feb 2011, 04:46 PM

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

Tags
Grid
Asked by
Maria
Top achievements
Rank 1
Share this question
or