I have a grid, with a edit item template.
It has a button, on click of which i want to populate a list box (while the user is in the edit mode of the row).
However, i cant get that control using the find control on that row.
When I change the command name to "Update", I can get the same in ((GridEditableItem)e.Item).FindControl("lbCatDesc"). The problem using the CommandName as "Update" is that it closes the edit view. However i want the user to be able to continue to edit
It has a button, on click of which i want to populate a list box (while the user is in the edit mode of the row).
However, i cant get that control using the find control on that row.
When I change the command name to "Update", I can get the same in ((GridEditableItem)e.Item).FindControl("lbCatDesc"). The problem using the CommandName as "Update" is that it closes the edit view. However i want the user to be able to continue to edit