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
145
Getting the value of a DropDownList in a Templated Column
posted

I have a UltraWebGrid which has a drop down list specifing values that I need to get the selected value of when they fire off a button event. Right now I loop thru all the Grid's Row's checking if a check box was selected and then perform some logic on the row but I need to get the value they selected in the drop down list. How do you go about doing this? I have tried to use a non-templated column but then I run into rendering issues with the grid which are in this post ( https://www.infragistics.com/community/forums/f/ultimate-ui-for-asp-net/39865/dropdownlist-control-in-a-ultrawebgrid ) so I have reverted to a templated column which visually renders the way I want it. Now if I can get the cell value out each row I would be good to go. Thanks agian for any help hopefully I hear something.