Quote from
luishp on August 25, 2026, 6:28 pm
@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.
@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.