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!