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
7 replies
Subscribers
7 subscribers
Views
2177 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Hi Philb, As per one of your suggestion for the query in "
Rajeev Hugar
Certified Lead Developer
over 9 years ago
Hi Philb, As per one of your suggestion for the query in "
forum.appian.com/.../Have 14 columns"
, we added instruction in textField() (Second Column) in gridRowLayout(). But the instruction value is not being displayed.
I have attached screen shot.
Below is the code for SAIL interface
load(
a!formLayout(
label:"Items Cart",
firstColumnContents:{
a!sectionLayout(
label:"",
firstColumnContents: {
a!gridLayout(
headerCells: {
a!gridLayoutHeaderCell(label: "Mfr"),
a!gridLayoutHeaderCell(label: "Part No"),
a!gridLayoutHeaderCell(label: "Part Desc"),
a!gridLayoutHeaderCell(label: "Vendor"),
a!gridLayoutHeaderCell(label: "G/L"),
a!gridLayoutHeaderCell(label: "Vehicle No")
},
rows: {
a!gridRowLayout(
contents: {
a!textField(readOnly: true, value: "ABCD"),
a!textField(instructions:"1234",value: "065211"),
a!textField(readOnly: true, value...
OriginalPostID-156554
OriginalPostID-156554
Discussion posts and replies are publicly visible
Parents
0
PhilB
A Score Level 1
over 9 years ago
Ah yes unfortunately that's not supported as sikhi says. Have you merged the columns as suggested? Alternatively, use this SAIL recipe rather than an editable grid and you'll be able to show the instructions:
forum.appian.com/.../SAIL_Recipes.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
PhilB
A Score Level 1
over 9 years ago
Ah yes unfortunately that's not supported as sikhi says. Have you merged the columns as suggested? Alternatively, use this SAIL recipe rather than an editable grid and you'll be able to show the instructions:
forum.appian.com/.../SAIL_Recipes.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data