Editable DataGrid w/ dependant DropDownList

Discussion in 'ASP.NET / ASP.NET Core' started by JJslim, Jan 7, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Ok, so I have an editable datagrid. Two of the columns are in the form of datalists. Both datalists succesffully load and get their correct selectedindex's. This is where I get stuck. The second ddl is dependent upon the selectedindex of the first drop down list. How do I get the values in the second drop down list to change when the selectedindex of the first drop down list has changed? I can easily do this regularly, but I am unsure of how to go about doing it inside an editable datagrid.

    Thanks,
    Jarrod
     
  2. Search Google for: 'Top Questions about the DataGrid Web Server Control'.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page