Click here to Skip to main content
15,896,320 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using the Infragistics tools for developing the grid view.I need to hide the few columns dynamically.

I am doing like this


this.batchesGrid.Columns["CREATION_DATE"].Hidden = true;


Designer:

<ig:bounddatafield header-text="Creation Date" key="CREATION_DATE" width="190px" dataformatstring="{0:MM/dd/yyyy}"
="" datatype="System.DateTime" datafieldname="CREATION_DATE">


But still I am able to see the Creation Date header.

What I have tried:

I am using the Infragistics tools for developing the grid view.I need to hide the few columns dynamically.

I am doing like this


this.batchesGrid.Columns["CREATION_DATE"].Hidden = true;


Designer:

<ig:bounddatafield header-text="Creation Date" key="CREATION_DATE" width="190px" dataformatstring="{0:MM/dd/yyyy}"
="" datatype="System.DateTime" datafieldname="CREATION_DATE">


But still I am able to see the Creation Date header.
Posted
Updated 11-Jul-19 10:03am

1 solution

Hi,

While there might be someone here who knows about Infragistics controls, I still believed you will stand a better chance of getting answers to your query by posting it at Infragistics dedicated forums:Infragistics Forums[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900