I have a combo where the column header is displaying "Column0" but I have set the caption to a different text value: In this case shouldn't my Webcombo header be "User Privilege"?
<igtbl:UltraGridColumn Key="Priv" Width="100px"> <header caption="User Privilege"></header> </igtbl:UltraGridColumn>
Am I missing something that may be overriding this?
R
This only seems to be happening when the object is within a User Control for a Row Edit Template.
Anyone know what might be going on?