How to programatically hide a DatagridComboboxColumn? [modified]
-
-
Hello. I have a DataGrid with a DatagridBoolColumn and DatagridComboboxColumn. I need to hide the DatagridComboboxColumn when the value of DatagridBoolColumn is False. Is there a way to do this? Please help me!
modified on Tuesday, April 28, 2009 2:22 AM
DatagridComboboxColumn.Visible = false; try that
modified on Tuesday, April 28, 2009 7:14 AM
-
DatagridComboboxColumn.Visible = false; try that
modified on Tuesday, April 28, 2009 7:14 AM
hopingToCode wrote:
DatagridComboboxColumn.VisableVisible = false;
Fixed that for you. :-D
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
-
hopingToCode wrote:
DatagridComboboxColumn.VisableVisible = false;
Fixed that for you. :-D
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
Thank you getting to lazy and relying on inti sense
-
Hello. I have a DataGrid with a DatagridBoolColumn and DatagridComboboxColumn. I need to hide the DatagridComboboxColumn when the value of DatagridBoolColumn is False. Is there a way to do this? Please help me!
modified on Tuesday, April 28, 2009 2:22 AM