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
255
Urgent* How to add values to dropdown dynamically for each row in ultrawebgrid
posted

I have an Ultrawebgridcolumn of type dropdownlist. I want to assign the values to the dropdown of each row with different values based on some criteria. How can I add that?

I have this function where I set the text values of some fields.

 

private void uwg_xGrid_InitializeRow(object sender, Infragistics.WebUI.UltraWebGrid.RowEventArgs e)

How can i make use of this function or any other way ? Please help . I am getting stuck at this point for this.