10-21-2020 08:59 PM
All,
I am looking into datagrid using qcontrol but I haven't found out example to start with. The LabVIEW wiki provided some info but without example.
Can anyone help with simple example?
Thanks & Regards,
Irfan
Solved! Go to Solution.
10-23-2020 07:30 PM - edited 10-23-2020 07:33 PM
It does come with an example VI called Test DataGrid.vi. However, I do talk about it in my ACLA Summit 2019 presentation which can be found here:
https://labviewwiki.org/wiki/Americas_CLA_Summit_2019/Encapsulating_and_Reusing_your_UI_Code
The whole presentation is about the different ways I have created QControls, but the DataGrid QControl starts at 37:30.
Hope this helps.
Chief LabVIEW Architect, Testeract | Owner, Q Software Innovations, LLC (QSI)
Director, GCentral | Admin, LabVIEW Wiki | Creator, The QControl Toolkit
Certified LabVIEW Architect | LabVIEW Champion | NI Alliance Partner
10-23-2020 09:00 PM
Thanks a lot for the quick response.
I will look into it.. Have a nice weekend..
Cheers,
Irfan
12-24-2020 10:43 PM
Hello, I installed the Datagrid from this post, and when I opened it, I found that there was a conflict in Write Items Data and the wiring terminal did not match. However, I checked the method in the parent class, and the wiring terminal was consistent. Could you help me solve this problem?Thank you very much!
04-17-2021 05:05 AM
Good morning,
I would like to implement Qcontrol Datagrid in my software, I can do the column configuration but when I start the vi ,I don't see the updated header and I can't edit the values.
I downloaded and installed the Qcontrol Toolkit (during the installation phase I encountered 2 error reports) and then I installed the Datagrid plugin.
I attach my example vi and some screenshots of the configuration and errors.
Thanks so much
04-19-2021 12:14 AM
Problem solved, I messed between classes, using MCLB ones instead of DataGrid.
So after downloading the DataGrid class from Git I used the right one.
As reported by TavoCalle in the post https://forums.ni.com/t5/LabVIEW/Help-about-Datagrid-Qcontrol/m-p/4040518#M1159312
I also found an error on "itemNames", and taking advantage of the TavoCalle experience I solved it by deleting the override VI "Write Item Names.vi" of the DataGrid class and recreating it later.
03-24-2022 03:43 AM
Qcontrol DataGrid can support 2015 version?
Can you publish a new package,thanks