03-15-2007 08:48 AM
03-16-2007 05:14 PM
Hello Mike King,
I'm really having some trouble finding any information on this topic - but I was able to find another DF thread discussing the issue. Have you take a look at it?
Have a great weekend!
Janell R
03-17-2007 11:54 AM
03-19-2007 11:52 AM
Hello Mike,
After some additional research this morning, I found that this was reported to R&D (# 445I3UKZ) for further investigation. You can use the DataGridView .NET container, as long as it is unbound but it will not work if you bind it to a datatable. R&D has already begun working on this issue.
Thank you for the feedback!
Janell R | Applications Engineer
03-19-2007 05:02 PM
03-06-2008 09:08 AM
08-01-2008 03:38 AM - edited 08-01-2008 03:46 AM
The trick is that LabVIEW Form doesn't have default BindingContext as Visual Studio WinForms has.
So, Don't use properties: DataSource and DataMemeber.
1. Create a BindingContext, and Hook the BindingContext with DataGridView's BindingContext;
2. Use DataBindings.Add to set data binding.
The Problem is that, Chinese input in DataGridView can't be displayed well. I hope somebody can provide a solution for Chinese input in DataGridView hosted in LabVIEW.
Attached is the code and interface.
08-01-2008 09:28 AM