Love it, setup for edit mode and user clicks edit and the grid opens up to allow use to edit data. My issue is for example I have a search screen which brings back particular elements that the user would typically search for and is displayed in grid fine.
What I need is the ability when the user clicks edit to 'add' other data items to be edited by the user.
For example I am working on User Maint, been done a million times before. The user can search by UserName and results
show user name , last update date, lockedFlag, lastPasswordChangeDate. I need to be able to add other elements so when
they click edit they can edit ALL the items that would be available in the table, not just the search results I have already
retrieved.
Hope I have explained this enough. Also, hate to do this, is there an example of this type of functionality, the basic edit
within the grid using stored procedures to update the data, this would be the next step and searching both here and
google didn't find the answer.
Thanks!
Jim D