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
930
How to trigger Update-events in columns with drop-down lists?
posted

Hi, I'm totally new to UltraWebGrid and in need of some help:

I have a UltraWebGrid containing some UltraGridColumns (with normal, editable textbox-fields) and some TemplateColumns (with drop-down lists) in which I made it possible to do changes. I am able to trigger the Update events (OnUpdateRowBatch etc.) when I edit the cells in the UltraGridColumns but not in the cells in the TemplateColumns that contains drop-down lists. How do I trigger these events when my column contains a drop-down list? The drop-down lists are made with the asp:DropDownList tag. Thanks in advance for any help!

 

Parents
No Data
Reply
  • 930
    posted
    I've come up with an idea, but it's not totally what I want. I could set the OnSelectedIndexChanged to a method that handes the update, but if I do it like this, I'm not able to reference the other cells in the row where the edited drop-down list is, and I need this, because these cells holds values that is needed to update the database... :( So is there any way to make the drop-down SelectedIndexChanged event trigger an Update event on the cell it resides in?
Children