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
3927 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
Parents
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
Reply
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
Children
No Data