Add linked button to datagrid
I'm using DataMaster Action to modify a filtered attribute (just adding text for now).
What I'd like to do is add a linked button to the modified attribute. Ideally, each button would have a unique link that would be drawn from another attribute in the row.
Possible? I'm currently using the software on a fairly complicated project and plan to purchase it at the end of the trial. I've been very impressed thus far with its capabilities.
I'm sorry but I don't get what are you trying to accomplish. Do you mean you want to have a data grid that shows a button in some rows and no button in other rows?
I'm sorry but I don't get what are you trying to accomplish. Do you mean you want to have a data grid that shows a button in some rows and no button in other rows?
Yes. And regarding the buttons, how do I add a link. Thanks!
Yes. And regarding the buttons, how do I add a link. Thanks!
First draw the button in the row. Then define an onpageload event on the button that hides it. Apply a condition to that event like this:
select(row, your attribute)= the criteria you want to apply to show it or not.
First draw the button in the row. Then define an onpageload event on the button that hides it. Apply a condition to that event like this:
select(row, your attribute)= the criteria you want to apply to show it or not.
Thanks. Got it to work!
Thanks. Got it to work!
Cool!
Cool!
So, the onpageload event shows my buttons perfectly, but when additional filtering is done on the table, the buttons disappear. I tried adding the onpageload code to on Click and on Change events, but I can't get my buttons to show. I've attached a two screenshots. Thanks for your help.
So, the onpageload event shows my buttons perfectly, but when additional filtering is done on the table, the buttons disappear. I tried adding the onpageload code to on Click and on Change events, but I can't get my buttons to show. I've attached a two screenshots. Thanks for your help.
Can you send the prototype (or an example) to us? It would be easier if we do it for you and then explain it using the example.
Can you send the prototype (or an example) to us? It would be easier if we do it for you and then explain it using the example.
I have a very similar issue. Using JP for the "Human-Computer Interaction" course.
Just added a very simple filter (OnPageLoad) to your example at this page:
http://www.justinmind.com/usernote/te...
When doing so, the icons disappear.
I sent the example prototype to the email address above, I attach a couple of screenshot here.
thanks!
cris
I have a very similar issue. Using JP for the "Human-Computer Interaction" course.
Just added a very simple filter (OnPageLoad) to your example at this page:
http://www.justinmind.com/usernote/te...
When doing so, the icons disappear.
I sent the example prototype to the email address above, I attach a couple of screenshot here.
thanks!
cris
Edit: if I invert the 2 actions (Filter first, then show icons) the icons appear but they are wrong! Both "active" - see screenshot
Edit: if I invert the 2 actions (Filter first, then show icons) the icons appear but they are wrong! Both "active" - see screenshot
Answered by email
Answered by email
What was the answer?
What was the answer?
I don't have any Row_*s in my datagrid. I have Grid_cell_1 and that's it. Its a 1 column datagrid, with the datamaster's fields custom positioned inside. And I am trying to build interactive (clickable items that have interactions on them) and conditionally display them in each row. Based on some of the values of the fields in the datamaster's row. And it fails to change the UI at all, no error. Frustrating!
I am sharing an image of the page load interaction on a text input that is displayed in each row (1 column datagrid has a vertical row of cells)
I don't have any Row_*s in my datagrid. I have Grid_cell_1 and that's it. Its a 1 column datagrid, with the datamaster's fields custom positioned inside. And I am trying to build interactive (clickable items that have interactions on them) and conditionally display them in each row. Based on some of the values of the fields in the datamaster's row. And it fails to change the UI at all, no error. Frustrating!
I am sharing an image of the page load interaction on a text input that is displayed in each row (1 column datagrid has a vertical row of cells)
Replies have been locked on this page!