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!