Generating dyanamic values for drop down type Web grid

1 reply. Last post: May 9, 2010 11:38 PM by Glenn Layaar
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
run fastMember

Hi All,

I have one Web Grid with two of its column type  as drop down type.  

1. First drop down type:

This drop down has 3 values (Yes,No,What). these values are same for every row for that column.

so i have used following code:

WebValueList webvaluelist = wgPendingDetails.RootTable.Columns.GetNamedItem("mDec").ValueList;

 it worked.

2. Second drop down  type:

This drop has different number of values and diffrent values for each drop down of that column.

the value list of that particular drop down type depends on the parameters of that row.

I appreciate if any one would help me out with second drop down type.

Thanks in advance

 

All times are GMT -5. The time now is 12:38 AM.
Previous Next