Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
30
Webcombo and Hidden ID column (2008)
posted

I have a UltraWebGrid and a WebCombo on a column. I'm trying to display the country name and place the country id in the grid column. My webcombo shows both, the ID and the Description ignoring the hidden property in the Webcombo <column> section. Is this a bug in 2008?

 

<Columns>

<igtbl:UltraGridColumn BaseColumnName="CNTRY_ID" Hidden="True" IsBound="True" Key="CNTRY_ID">

<header caption="CNTRY_ID"></header>

</igtbl:UltraGridColumn>

<igtbl:UltraGridColumn BaseColumnName="CNTRY_NM" IsBound="True" Key="CNTRY_NM">

<header caption="Country Name">

<RowLayoutColumnInfo OriginX="1"></RowLayoutColumnInfo>

</header>

<footer>

<RowLayoutColumnInfo OriginX="1"></RowLayoutColumnInfo>

</footer>

</igtbl:UltraGridColumn>

</Columns>

 

Thank you,

Ernesto.