Infragistics UltraWebGrid textbox binding problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Deshi

    Infragistics UltraWebGrid textbox binding problem

    Hi,

    I Binding data to textbox of templated column for UltraWebGrid of
    Infragistics controls, but it through an error

    'Infragistics.W ebUI.UltraWebGr id.CellItem' does not contain a
    definition for 'DataItem'

    Does it not possible to use TemplatedColumn for UltraWebGrid?



    <igtbl:Template dColumn HeaderText="Zip Code">
    <Header Caption="Zip Code">
    <RowLayoutColum nInfo OriginX="1" /
    >
    </Header>
    <CellTemplate >
    <asp:TextBox ID="zip"
    runat="server" Text='<% DataBinder.Eval
    (Container.Data Item,"ADDRESS") %>' ReadOnly="true" CssClass="GG" />
    </CellTemplate>
    <Footer>
    <RowLayoutColum nInfo OriginX="1" /
    >
    </Footer>
    </igtbl:Templated Column>
Working...