Hi, There is row rendering problem on webcombo. When there is 1 row on grid of webcombo, the row isn't visible onclient.When i add second row on page_load rows are visible on client.
}
WebCombo1.Rows.Add();
WebCombo1.Rows[rowIndex].Cells[0].Value = id;
WebCombo1.Rows[rowIndex].Cells[1].Value = name;
WebCombo1.Rows[rowIndex].Cells[2].Value = age;
Html Design:
BorderColor="#7B9EBD" BorderStyle="Solid" BorderWidth="1px"
DropImage2="/ig_common/images/igcmbo_mscrmdown.gif"
DropImageXP2="/ig_common/images/igcmbo_mscrmdown.gif" Editable="True"
Version="3.00" DataTextField="Name" DataValueField="Id"
Width="100%">
<Columns>
<igtbl:UltraGridColumn BaseColumnName="Id" Key="Id">
<header caption="ID">
</header>
</igtbl:UltraGridColumn>
<igtbl:UltraGridColumn BaseColumnName="Name" Key="Name">
<header caption="Name">
<RowLayoutColumnInfo OriginX="1" />
<Footer>
</Footer>
<igtbl:UltraGridColumn BaseColumnName="Age" Key="Age">
<header caption="Age">
<RowLayoutColumnInfo OriginX="2" />
</Columns>
<expandeffects shadowcolor="LightGray" />
version="3.00" allowcolsizing="Free" dropdownheight="250px"
stationarymargins="Header" tablelayout="Fixed">
width="500px">
</framestyle>
<HeaderStyle BackColor="#E9E7D7" BorderStyle="Solid">
styletop="Outset" widthbottom="2px" />
</HeaderStyle>
BorderWidth="1px">
<borderdetails widthleft="0px" widthtop="0px" />
</RowStyle>
<SelectedRowStyle BackColor="#ABC0E7" ForeColor="Black" />
</dropdownlayout>
AfterDropDown="WebCombo1_AfterDropDown"
BeforeCloseUp="WebCombo1_BeforeCloseUp"
EditKeyUp="WebCombo1_EditKeyUp" />
</igcmbo:WebCombo>