Hello,
I am working with VS 2022, WISEJ-4, and Designer 4.0.2.31. The .Net Framework 4.8 was not selected when creating the project!
When I add a bindingsource to a Wisej.Web.Form and try to add an objectsource, this is not possible.
The behavior is similar with a text box. Here, a System.Windows.Forms.Bindingsource is automatically added during binding. This is not correct. A Wisej.Web.Bindingsource should be added instead.
When I use a datagrid, everything works as expected!
Are there any solutions for this?