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
605
Dynamic Value Lists
posted

Hello,

I am trying to acheive the following. I have a Ultragrid, which has a set number of rows displayed when the form loads. One of the columns, lets call it the STATUS coulm, has a value associated with it and when clicked on it displays a Value list as a drop down which has been set in the Initialize_Layout method of the UltraGrid.

Now the challenge iam facing is that, depending on the Value of the STATUS column, I will need to show the Value list for the drop down.

For example, if the STATUS coulm has a value of  Complete in Row 1, clicking on the dropdown will display in the drop down the values

Complete, Incompelte,Delete

if the STATUS coulm has a value of Incompelte in Row 2, clicking on the dropdown will display  the vaules

Complete, Cancel,Fulfilled.

So the value list varies based on the value in the STATUS colum.

How can I acheive this.

Hoping for some help.

Thanks,
Ashwin