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
4 replies
Subscribers
7 subscribers
Views
1812 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
I have a dynamic grid which has 3 columns, and one column is a drop down. I
foussenik
over 11 years ago
I have a dynamic grid which has 3 columns, and one column is a drop down.
I am trying to get value of drop down in each row and change value in third column.
I am trying to use document.getElementById("grid"); but it is returning null.
How to get grid object in my js?
Any way to manipulate value in grid cell?...
OriginalPostID-85532
OriginalPostID-85532
Discussion posts and replies are publicly visible
Parents
0
Eduardo Fuentes
Appian Employee
over 11 years ago
The FormAPI.getControl comes with the Advanced Form Utilities component available for download here in Appian Forum under the "Shared Components" record (
forum.appian.com/.../all)-
Libraries and Utilities once you deploy it you will be able to call this function if you put an import statement in the load event of your form:
importScript('/plugins/servlet/FormsExt.js');
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Eduardo Fuentes
Appian Employee
over 11 years ago
The FormAPI.getControl comes with the Advanced Form Utilities component available for download here in Appian Forum under the "Shared Components" record (
forum.appian.com/.../all)-
Libraries and Utilities once you deploy it you will be able to call this function if you put an import statement in the load event of your form:
importScript('/plugins/servlet/FormsExt.js');
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data