Hello,
I have an ultragrid which has a few columns. One of the columns needs to be a drop down and the values in the drop down will depend on the value in a another column on the grid.
So for example I have the following columns in the ultragrid
Coulmn 1 | Column 2 | Coulmn 3 | Column 4
Column 1 will be a drop down with vlaues 1,2,3,4
if Column 4 = "Incomplete"
*********************
Column 1 will be a drop down with vlaues 2,3,4
if Column 4 = "Complete"
How can I achieve this ?
Currently I bind the Valuelist to the Coulmn 1 in the
[GridName]_InitializeLayout method.
Is there a good way to accomplish this ?
Thanks,Ashwin
Hello Ashwin,Could you please review the sample attached to this post and see if it meets your requirements.Please feel free to let me know if I misunderstood you or if you have any other questions.
Hello Danko,
Thanks for the reply and the code. I downloaded the code and I cant run it becuase I dont have the Infragistics assemblies. And actually I would like some help acheving the follwoing
http://community.infragistics.com/forums/t/70864.aspx
I put in this post when the requirements were not finaliazed. But if you can help me out with what I
want as detailed in the above link that would be awesome.
Thanks,
Ashwin