Pre Select Grid items
Created: 23 May 2011 | 1 comment
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.
Discussion Filed Under:
Comments
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
Would you like to reply?
Login or Register to post your comment.