Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » UltraWebGrid » Dynamic Columns (RSS)
  • Re: Add templated Column using code behind

    I figured out my issue. It's an order of events issue. I was trying to add the templated column in the page pre-render. I needed to handle the InitializeLayout event of the grid and add it at that point. I'm using the latest version of the grid (2007 vol3) and .NET 2.0 so the examples weren't...
    Posted to Forum by brendanc on 01-10-2008
  • Add templated Column using code behind

    I'm trying to to something very similar to this: http://forums.labs.infragistics.com/forums/t/842.aspx But I want to do it via code behind and am having no luck. Right now a column is created but it does not paint my template This is what I have so far: My grid builds fine - in the prerender of the...
    Posted to Forum by brendanc on 01-08-2008
  • Find html controls in row. findcontrol()

    I have a templated column with a checkbox in it: <igtbl:TemplatedColumn Key="CamBan" AllowUpdate="Yes" Width="5.55%"> <CellTemplate> <asp:CheckBox ID="cbCamBan" runat="server" Text="Ban" /> </CellTemplate> </igtbl...
    Posted to Forum by nutracore on 01-03-2008
Page 1 of 1 (3 items)
Powered by Community Server (Commercial Edition), by Telligent Systems