Video Screencast Help
Search Video Help Close Back
to help
Not able to make it to Vision this year? Get a sampling in the Best of Vision on Demand group.

Pre Select Grid items

Created: 23 May 2011 | 1 comment
Bondo's picture
0 0 Votes
Login to vote

I am working on a Windows 7 migration workflow that returns all the applications that a user has installed and displays them in a grid.  I am looking to pre-select all the rows in the grid and asking the user to de-select the items that they do not want.  Does anyone know of a way to accomplish this with a grid or gridview component or am I SOL.

Comments

scottwed's picture
02
Jun
2011
0 Votes 0
Login to vote

Use the Default Selected Rows

If you want a grid to be rendered with everything pre-selected, use the "Default Selected Rows" option (available after enabling the "Allow Selected Rows" setting). 

Use the same array of objects that you provided in the Item Source setting.

 

Scott Wedekind