DataGridView Application Error

0
0

Hello, some times after binding the data into a datagridview (into the same dgv), i got an “Application Error, cannot read property ‘isEditing’ of undefined”.

Why?

 

  • You must to post comments
0
0

Hi,

Please attach a sample where that error shows.

  • You must to post comments
0
0

Hi Tiago,

for the moment i can’t reproduce an example because my app  it’s a bit complex and when i try to reproduce i can’t get the same error, so if you can tell me from where this error is came i can fix it in my app.

Thanks

  • You must to post comments
0
0

Hi,

Please check whether the error happens when using the new development release 1.5.17

  • Megasp Software
    Hi Tiago, Yes, some times it happen with development release 1.5.17
  • You must to post comments
0
0

Hi,

Please add “debug”:true in default.json You will get a stack trace in the message and send it to us.

  • You must to post comments
0
0

Hi Tiago,

the debug mode was already enabled in default.json, and the error was same:

Cannot read property ‘isEditing’ of undefined
in Wisej.Base.ApplicationBase.ProcessCallbackWebEvent(WisejEventArgs e)
in Wisej.Base.ApplicationBase.OnWebEvent(WisejEventArgs e)
in Wisej.Web.Application.OnWebEvent(WisejEventArgs e)
in Wisej.Base.ApplicationBase.Wisej.Core.IWisejComponent.Event(WisejEventArgs e)
in Wisej.Core.ComponentManager.DispatchEvents(Session session, ICollection events)
in CallSite.Target(Closure , CallSite , ComponentManager , Session , Object )
in Wisej.Core.ResponseManager.<>c__DisplayClass27_0.b__0()
in Wisej.Core.IWisejSynchronizedImplementation.Lock(IWisejSynchronized target, Action action)
in Wisej.Core.ResponseManager.OnEvent(Session session, Object message)
in CallSite.Target(Closure , CallSite , ResponseManager , Session , Object )
in Wisej.Core.ResponseManager.ProcessRequest(ServiceType service, Object message)

 

Attaching some image of error by chrome inspection.

  • You must to post comments
0
0

Hi,

As you can confirm at Support => Current Issues this was logged as #1578 DataGridView Application Error “isEditing”. It’s fixed and will be on our next public build.

  • Megasp Software
    Hi Tiago, Today i sent an reply email to Frank, after he passed me the prereleas 1.15.19, the isEditing error is not show more, but the DGV continue to remain blocked.
  • Frank (ITG)
    It´s now also included in Wisej release 1.5.23. Best regards, Frank
  • You must to post comments
Showing 6 results
Your Answer

Please first to submit.