Hello all,
Has some one encountered this error : this._editor is null or not an object. I explain :
I have a webdatagrid in witch the first cell off the addingrow contains a dropdown editor. this drp is bounded on a simple table and it's role is to affect some other cells of addingRow when user select some item.
When i click my drp, the addingRow cells receive their values as i desire. The problem is just after. Wher i click anywhere on my page the javascript error (above) appear.
Is some one know the issue to this problem?
I'm on it since yesterday
Big thanks for your helps
Hi 362700,
could you tell us which build you are using and please provide aspx with steps to reproduceThanks
Hi All,
I have submitted this problem, but no received any answer. I need your help please.
Problem : I have a an editor drop down in webdatagrid. After i clicked the drop down and selected value, it become impossible to click any where in my page. I got this message in script ressource axd:
notifyLostFocus:
{
/// The method is called whenever the editor loses focus.
/// </summary>
/// <param name="e" type="Sys.UI.DomEvent">
/// Event object associated with the event that triggered losing focus by the editor.
/// </param>
this ._editor.closeDropDown(); <---------------IT STOP HERE!!!
the message is :
Microsoft JScript runtime error: 'this._editor' is null or not an object
Hello 362700,
we didn't received your sample. Could you send it again?
Thanks
Hello David,
This is a small test for my problem. For information, it runs under ie8 (8.0.6001.18702).
When I switch the default browser to Firefox it works good.
The table used in this sample contains 4 fields as follow :
ID_APPUSER varchar(20) (PK)
PWD char(8)
MEMBER_OF varchar(5)
RIGHT_LEVEL tinyint
PS : it works most quickly under Firefox!!!
I sended yesterday this message with a little sample, have you received it?
Best regards
Hafid
Are you manually calling the code this._editor.closeDropDown() or is it getting called by the grid? If you have a sample you could attach that shows this problem, I'll be glad to take a look for you.
regards,David Young