Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
630
DropDown Column in UltraWebGrid
posted

Hi

We are using Infragistics for ASP.Net (version 8.2) along with .Net(Framework 3.0).


We are using an Infragistics - Ultrawebgrid.
We are inserting a column of type drop-down at run-time in initialize layout event of the ultra web grid.
In addition ,We are also inserting another column of type CheckBox and another column of type custom. This custom type column is embedded to WebCombo.

The drop-down column is binded by adding value-list items to its value-list property.


The grid is binded to a datasource.

On first loading of the page, the grid is appearing as expected.
The drop-down column appears fine with the bounded drop-down values.

But when by some 'button-click' or 'Add New Row' triggers the post-back of the page ,the drop-down column does not contain drop-down list anymore whereas the selected value appears in the grid cell. All other columns including the CheckBox and Webcombo columns are appearing fine even after post-back.

We have a critical client requirement. Please get back as soon as possible.

Can you pls help us out on this issue ?