P
Paul
Not sure if this is possible with a gridview but I have several template
columns and if possibly I want to conditionally add a second dropdownbox to
the same column, for each row. For example column 1 contains a dropdown box
called buildings and is loaded by a an object data source. This works fine
but with some of the data there will be a group of rooms for some buildings
so when the user selects a particular building that contains a room subset I
would like to then have the room dropdown box appear with the corresponding
rooms, in the same column of the building dropdown. It looks easy to do in
its' own column but I am running out of space. Not sure if you can have two
controls in a single template column or if there is another way to do this,
using vs2005 C#?
Thanks.
columns and if possibly I want to conditionally add a second dropdownbox to
the same column, for each row. For example column 1 contains a dropdown box
called buildings and is loaded by a an object data source. This works fine
but with some of the data there will be a group of rooms for some buildings
so when the user selects a particular building that contains a room subset I
would like to then have the room dropdown box appear with the corresponding
rooms, in the same column of the building dropdown. It looks easy to do in
its' own column but I am running out of space. Not sure if you can have two
controls in a single template column or if there is another way to do this,
using vs2005 C#?
Thanks.