D
Deshi
Hi,
I Binding data to textbox of templated column for UltraWebGrid of
Infragistics controls, but it through an error
'Infragistics.WebUI.UltraWebGrid.CellItem' does not contain a
definition for 'DataItem'
Does it not possible to use TemplatedColumn for UltraWebGrid?
<igtbl:TemplatedColumn HeaderText="Zip Code">
</Header>
<CellTemplate>
<asp:TextBox ID="zip"
runat="server" Text='<% DataBinder.Eval
(Container.DataItem,"ADDRESS") %>' ReadOnly="true" CssClass="GG" />
</CellTemplate>
</Footer>
</igtbl:TemplatedColumn>
I Binding data to textbox of templated column for UltraWebGrid of
Infragistics controls, but it through an error
'Infragistics.WebUI.UltraWebGrid.CellItem' does not contain a
definition for 'DataItem'
Does it not possible to use TemplatedColumn for UltraWebGrid?
<igtbl:TemplatedColumn HeaderText="Zip Code">
</Header>
<CellTemplate>
<asp:TextBox ID="zip"
runat="server" Text='<% DataBinder.Eval
(Container.DataItem,"ADDRESS") %>' ReadOnly="true" CssClass="GG" />
</CellTemplate>
</Footer>
</igtbl:TemplatedColumn>