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
570
ultrawebgrid's TemplatedColumn
posted

How can I find asp.net's control where it is in ultrawebgrid's TemplatedColumn when I worked C# code.

sample:

<igtbl:TemplatedColumn>

    <CellTemplate>

       <asp:Label ID="lbl" runat="server" Text="Label"/>

    </CellTemplate>

</igtbl:TemplatedColumn>

Parents Reply Children
No Data