neoGrid Modern Plugin - Forum

Forum Navigation
You need to log in to create posts and topics.

neoGrid Modern Plugin

While trying to set the 'Selection Changed' event, the plugin is throwing "! The neoGridSelectRow action cannot originate from a Web Browser link". How is the grid plugin related to a web browser link? How can I select a cell value and retain it as a VisualNeoWin variable like [ResultCellSelected] using grid-related commands?

Uploaded files:
  • error1.png
  • err2.png

@sghoshnbu Thanks for reporting this.

The message about the action originating from a Web Browser link does not make sense in this context. neoGridSelectRow is being called from the grid's Selection Changed event, so we need to investigate what is actually happening.

It is also possible that the error message itself is misleading. In some cases VisualNEO Win may fall back to a more generic error message that does not accurately describe the real cause, so the reference to a Web Browser link may not be directly related to the underlying problem.

Could you please attach a small .pub example that reproduces the issue? Ideally, just the grid and the minimum code necessary to trigger the error. That will allow us to reproduce exactly the same execution path and determine whether the problem is in neoGrid, in the modern plugin event handling, or elsewhere in VisualNEO Win.

Regarding storing the selected cell/row value in a VisualNEO Win variable, we will also check the intended workflow while investigating the example, as this should be possible without requiring any Web Browser-related mechanism.

Thanks for the screenshots and the report.