10-31-2013 05:21 AM - edited 10-31-2013 05:24 AM
Hi All,
This may be something very silly to ask.
Have a Table control in which first two column would not be editable by the user and remaining would be user entry.
How do I go about disabling only two columns of the table control?
Thanks in advance.
Solved! Go to Solution.
10-31-2013 06:28 AM
As far I know you cannot do that. But a simple workaround would be is to have 2 seperate Table/Array and make the 1st disabled (make it as an indicator) and have the second one editable. Tricky part is to decorate them and make it look like a single table. Does it make sense?
10-31-2013 06:33 AM
Hi NaruF1
May be you can tri the attachd VI.
Please tell me if this works
Kudos are expected
Ninad
10-31-2013 06:35 AM
Please attach the code in 2011 version.
10-31-2013 06:42 AM
Hi P@Anand
Please check the attached code
10-31-2013 06:47 AM
The attached code disables the first two rows but, to change it to columns just change the unbundle value to column.
10-31-2013 08:03 AM
Hi ninadskr419,
Thanks for the vi. Believe some easier way of doing this could be available.
But does the job as of now.
10-31-2013 08:08 AM - edited 10-31-2013 08:09 AM