Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
Javascript error with EditorProviders and RowEditingTemplate
posted

I'm getting an javascript error when i try to use editproviders and roweditingtemplate.

0x800a138f - Erreur d’exécution BLOCKED SCRIPT Impossible d’obtenir la propriété « id » d’une référence null ou non définie

this._editor = $find(controlElem.id)

I use editprovider only in the RowAdding Behavior.

It's ok when i try without the editprovider.

How can i fix this problem :

i want use dropdownlist when I add a new row and use the RowEditingTemplate when i want edit a row.

voir code en pj

Thanks for your help