Hello everyone!
I need help!
I have a code like this.
ListGridField agentGrid = new ListGridField("agent", "Agents");
ListGridField percentCommissionGridAgent = new ListGridField(
"percentCommissionAgent", "Percent of Commission");
ListGridField commissionValueGridAgent = new ListGridField(
"commissionValueAgent", "Commission Value");
I put those three ListGridFields in a ListGrid.
*Here's what i want to do.*
I will input a value from the 'Percent of Commission' ListGridField and
then after i input it (by pressing enter or clicking somewhere) I want to put
that value in the '"Commission Value" ListGridField.
Please see the attached image.
Please help. Thanks!
I need help!
I have a code like this.
ListGridField agentGrid = new ListGridField("agent", "Agents");
ListGridField percentCommissionGridAgent = new ListGridField(
"percentCommissionAgent", "Percent of Commission");
ListGridField commissionValueGridAgent = new ListGridField(
"commissionValueAgent", "Commission Value");
I put those three ListGridFields in a ListGrid.
*Here's what i want to do.*
I will input a value from the 'Percent of Commission' ListGridField and
then after i input it (by pressing enter or clicking somewhere) I want to put
that value in the '"Commission Value" ListGridField.
Please see the attached image.
Please help. Thanks!
Comment