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
240
UltraGrid with a UltraGridRowEditTemplate and cell ValueList
posted

I Have a grid with two dropdownlist, the value list of the second drop down is  loaded as a function of the value of the first dropdown.

In the AfterCellUpdate event I load the ValueList for the second dropdown.

Is all ok, but if i use a UltraGridRowEditTemplate i do not see, in the second dropdown, the value list, I see only normal textbox not a dropdownlist.

Seems to be the same problem described in http://ko.infragistics.com/community/forums/p/55212/284387.aspx, where can I find the solution?