Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Copy the inputted value from one ListGridField to another ListGridField

$
0
0
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!

Attached Images
File Type: jpg aw.JPG (16.2 KB)

Viewing all articles
Browse latest Browse all 4756

Trending Articles