This is a migrated thread and some comments may be shown as answers.

java with gridview

1 Answer 57 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jed Fletcher
Top achievements
Rank 1
Jed Fletcher asked on 14 Apr 2010, 03:17 PM

I have got a simple grid two bound columns and one template column with a textbox.

I need to get the values of the bound columns is this possible. I need to multiply the textbox value with the bound column value

Now i can get the textbox value using

 

 

// var sumInput = null;

// var tempValue = 0.0;

// var retail = 0.0;

// function Load(sender, args) {

// sumInput = sender;

// }

// function Blur(sender, args) {

// sumInput.set_value(tempValue + (sender.get_value()));

// }

// function Focus(sender, args) {

// tempValue = sumInput.get_value() - (sender.get_value());

// }

 

1 Answer, 1 is accepted

Sort by
0
Accepted
Yavor
Telerik team
answered on 19 Apr 2010, 08:15 AM
Hello Jed,

Attached to this message, is a small application, which handles a functionality close to the one, which you mentioned.
I hope it gets you started properly.

Sincerely yours,
Yavor
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Grid
Asked by
Jed Fletcher
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or