Wisej-4 bindingsource problem

0
0

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?

 

  • You must to post comments
0
0

Hello Julie,
I didn’t say that no binding source is created, but that the wrong BS is created.
Wisej.Web.Bindingsource != System.Windows.Forms.Bindingsource
The following occurs when creating a Wisej.Web.Bindingsource manually
– Add a Wisej.Web.Bindingsource to the page
– In the properties of the binding source, I want to set the binding
– I select my class
– The selected class is not applied, remains at (none).
I would like to revise my previous statement regarding the datagrid. Very strange things happen when trying to change the datasource. In my opinion, there are still fundamental designer problems with binding via a bindingsources.

Sven

  • You must to post comments
0
0

It’s not true that the binding source cannot be created. It’s created as System.Windows.Forms and only when binding from the (DataBinding) section. In any case, you can replace the class name by hand.

  • You must to post comments
0
0

I can reproduce, we are looking into fixing this.

Julie

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.