I have a datagrid . In two colums of it, I have a label in ItemTemplate Tag, and a dropdownlist in EditItemTemplate tag. Editing is enabled in the grid.
Is it possible for me to check different rows of the grid at a time and open all the checked rows in edit mode at the same time?
Now what I do is to store the row index of all checked rows in an array and loop through that array to get the edit index for the grid, but it doesnt work.
Can someone help me with this?
Is it possible for me to check different rows of the grid at a time and open all the checked rows in edit mode at the same time?
Now what I do is to store the row index of all checked rows in an array and loop through that array to get the edit index for the grid, but it doesnt work.
Can someone help me with this?