Hi,
After working with Grid, I encountered several issues but not know if that is Method's bug or my incorrect actions.
I'm working on "PurchaseOrderLine" Grid of Purchase order screen. Here are some questions:
1. If a column is dropdown type, when I select a new value, only "Text change" event fired, "Select" event never triggered. Is this correct?
2. If user change value in a "Dropdown" type column, how do I know (or how do I get ) the new value been selected? And, how do I know which row user is working on?
3. For a grid which allows to be edit in place, in what condition "Action before Edit" and "Action after Edit" will be triggered? I tried to put show message for these event, but can not figure out the rule.
4. For a grid which allows to add new line, in what condition "Action before add" and "Action after add" will be triggered? The same, I put show-message action for these two events, but nothing is fired.
5. If I call "Insert new row into grid" action, how do I know row index of this new row? And, how can I set value to column of this new row? Can I use "Enter value into field of Screen"?
6. For action "Assign value to action result", I can select "Value from screen" or "Value from Row". In both case, I can choose those column of a grid. The question is, which row is this column be retrieved from?
7. For action to loop through a Grid, does it include new created rows? If it does, how do I know a row is new created? and how do I
8. if there is any document regading Grid? It seems that I can only search forum or do it trial-and-error.
Thanks.
--
Alex