The design approach will be as follows:
1. Create the main web page that will contain the editable WebGrid
a. The WebGrid will contain an extra unbound column that will be used instead of a Valuelist or WebCombo column.
b. The Cell contents of this column will contain JavaScript Hyperlinks that will launch our Popup Web Page that contains the List.
2. Create another Web Page that contains a WebGrid
a. The WebGrid on this page will be used as a read-only selectable list.
b. The WebGrid will also implement Paging so that many rows can be loaded and easily navigable.
c. This Web Page will contain JavaScript code that will identify a selected row in the WebGrid and
then copy the contents of the currently selected row into the currently selected row on the other page’s WebGrid.
Step-By-Step Example Here is a process flow of the required logic to make this all happen: |
No comments:
Post a Comment