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?
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?
Thank for your reply.
I'm using Infragistics 2012 vol1, I have attached a simple project.
If you try to add a new row at the grid you can view the problem!
Thanks