I have N-Tier application with a WCF Plain Service and a Windows Forms presentation layer.
I have a data table with the following design:
Partial Public Class SysArbetsdagtypKod
Private _DagtypKod_pk As String
Private _DagtypNamn As String
Private _Arbetsdag As System.Data.Linq.Binary
The WCF read method returns a BindingList(Of SysARbetsdagtypKod)
In the Form_Load event I set the UltraWinGrids datasource property to the binding list and try to change some properties of the Arbetsdag column
such as setting the editorControl to a UltraWinCheckEditor Control or setting the column style to a TriStateCheckbox but this throws an exception.
It seems that the UltraWinGrid cannot handle the System.Data.Linq.Binary datatype correctly.
How do I resolve this?
I found the problem myself the datatype of the column should be Boolean not Binary.
Hello jorbjo,
Thank you for your feedback and for sharing this with us. We believe that the other community members could benefit from such threads.
Please feel free to let me know if a question about our toolset comes up on your mind.