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://es.infragistics.com/community/forums/p/55212/284387.aspx, where can I find the solution?

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi,

    What version of NetAdvantage are you using?

    Without seeing the problem first-hand, my best guess would be that this is a timing issue. Perhaps the problem occurs because AfterCellUpdate fires while the second dropdown is in the process of entering edit mode or doing some other processing.

    Can you post a small sample project demonstrating what you are doing and the behavior you are getting?

Children