Hello,You can use the property EditorControlID for column. Takae a look the code below:<igtbl:UltraGridColumn BaseColumnName="CategoryID" EditorControlID="WebTextEditor" DataType="System.Int32" IsBound="True" Key="CategoryID"> <Header Caption="CategoryID"> <RowLayoutColumnInfo OriginX="1" /> </Header> <Footer> <RowLayoutColumnInfo OriginX="1" /> </Footer> </igtbl:UltraGridColumn>Also you can take a look at the samples below:http://samples.infragistics.com/2008.2/webfeaturebrowser/default.htmGrid-> Editing DataHope this helps.
I tried to set the colonna.isbound = true but still pass on the update_cell