Hi,
I have a grid whose columns are dynamically created except for the EditCommandColumn. When the grid is populated with other columns, the user can click the EditCommandColumn and it opens up that row for editing. Now my problem is how to get the values of these edited columns since I don't know the UniqueName property of each. (On my other grid, I just use for instance the "editedItem['UniqueName']" or something to fetch their values where UniqueName is something that I already assigned when I build the grid. How will I do it for dynamically created columns?
Your help is really really appreciated!
Thanks,
Arthur
I have a grid whose columns are dynamically created except for the EditCommandColumn. When the grid is populated with other columns, the user can click the EditCommandColumn and it opens up that row for editing. Now my problem is how to get the values of these edited columns since I don't know the UniqueName property of each. (On my other grid, I just use for instance the "editedItem['UniqueName']" or something to fetch their values where UniqueName is something that I already assigned when I build the grid. How will I do it for dynamically created columns?
Your help is really really appreciated!
Thanks,
Arthur