May I know if it's possible to have a drop down box in every row in the Rally Table?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
It is. Check out this example here (scroll down to Displaying Components in Cells): http://developer.rallydev.com/help/tables If you'd like to also make an update to the data when the value of the dropdown changes you'll want to wire up a listener to the onChange event and then use RallyDataSource's update method to change the data in Rally. |
|||
|
|