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
2167
Problem with WebCombo Header Text
posted

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

 

  • 2167
    posted

    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?