|
Browse by Tags
All Tags » UltraWebGrid » Dynamic Columns ( RSS)
-
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...
-
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...
-
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...
Page 1 of 1 (3 items)
|
|