Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
16 replies
Subscribers
7 subscribers
Views
3917 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Grid/Paging Grid. 1. How to display a Grid in Portal Form(Data should be fe
anilkumark
over 9 years ago
Grid/Paging Grid.
1. How to display a Grid in Portal Form(Data should be fetch from database). Assume this Grid name as "Available Companies".
2. There is another Grid which is empty. Assume this Grid name as "Selected Companies".
3. Now I want to select the records from "Available Companies" and insert those records to "Selected Company". After inserting the selected records to "Selected Companies" grid, those records should not be available in "Available Companies" grid.
Can any one help me how to do this. Thanks in advance.
OriginalPostID-148564
OriginalPostID-148564
Discussion posts and replies are publicly visible
0
anilkumark
over 9 years ago
yeah I have, but how to use a button to move the record(s) from one grid to other grid. If I use a button it will submit the form.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
sikhivahans
over 9 years ago
@anilkumark In order to save the data and to make fresh queries, you need to submit the form definitely.
As we can't place a button on the form except at the bottom, do as follows:
1. Create a button with the desired text and capture a snapshot of it and upload this as an image in Appian.
2. Align this image under the grid such that it appears as if the image is an attribute of grid. You could use two sections lay out and place the image at right most without a label.
3. Add a cursor icon to image component using javascript. This renders a clickable feel.
4. Upon clicking the image, auto submit the form and redirect the user to same form by making use of chaining. Mean while perform the required updates in the process variables and make queries.
Note: Instead of using an image component for button, you could also try adding the button by making use of a message component in the form. Even we too tried adding the button by making use of a message component, but it behaved in a weird manner.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
sikhivahans
over 9 years ago
@anilkumark If you need any support in writing javascript, I could help you out. Please do let me know if you have follow up questions.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
anilkumark
over 9 years ago
Actually I quit portal and working on Tempo. Can you help me in Tempo on same functionality.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
sikhivahans
over 9 years ago
Yes offcourse, but the button you want to configure (which moves data from one grid to other grid) is rendered only at the bottom of the form. Is that okay?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
anilkumark
over 9 years ago
Yeah its ok. User selects records in Grid1 and click on button then the selected records should be moved to Grid2.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
<