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
1814 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
pavank673
over 11 years ago
Hi foussenik,
Try the below expression on onChange of grid dropdownField. This may help you.
-------------------------------------------------------------------------
var result=FormAPI.getControl("dropdown41","dropdown",this.index).val();
alert(result);
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
pavank673
over 11 years ago
Hi foussenik,
Try the below expression on onChange of grid dropdownField. This may help you.
-------------------------------------------------------------------------
var result=FormAPI.getControl("dropdown41","dropdown",this.index).val();
alert(result);
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data