This is a migrated thread and some comments may be shown as answers.

Extra fields in PopUp Window

2 Answers 59 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mike
Top achievements
Rank 2
Mike asked on 27 Jul 2010, 04:56 PM
I have a grid that returns fields from a SQL Database.
I've setup my grid to not display a couple of the fields by setting their "Visible" property to False in the Column/Behavior section of the Property Builder.

I've set the Edit mode to be PopUp so that the editing of a record happens in a PopUp window.

Everthing works fine except that the PopUp window displays the fields that have their "Visible" property set to False.

Is there a specific place to set propertys for which fields to display in the PopUp window?
Or is it working as designed and I need to find a different solution?

Thanks in advance for any help,
Mike T.

2 Answers, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 28 Jul 2010, 05:44 AM
Hello Mike,

 You can set the ReadOnly property of the column as "True" to hide the column in edit/insert mode.

Thanks,
Princy.
0
Mike
Top achievements
Rank 2
answered on 28 Jul 2010, 03:11 PM
That worked perfectly. 
Thank you very much for taking time to help me.
Tags
Grid
Asked by
Mike
Top achievements
Rank 2
Answers by
Princy
Top achievements
Rank 2
Mike
Top achievements
Rank 2
Share this question
or