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

Get control's value from unbound column

1 Answer 49 Views
GridView
This is a migrated thread and some comments may be shown as answers.
lina fetisova
Top achievements
Rank 1
lina fetisova asked on 22 Jun 2010, 10:32 AM
Refer this artice http://www.telerik.com/help/silverlight/gridview-columns-bound-unbound-columns.html  I add unbound column with spinEdit to GridView. Now I want get values from these spinedits. Should I use xaml parser for it, or may be more nice way. Thanks

1 Answer, 1 is accepted

Sort by
0
Pavel Pavlov
Telerik team
answered on 22 Jun 2010, 12:45 PM
Hi lina fetisova,

You may need to subscribe to the ValueChanged event of the control and get the updated values within the event handler.

Regards,
Pavel Pavlov
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
GridView
Asked by
lina fetisova
Top achievements
Rank 1
Answers by
Pavel Pavlov
Telerik team
Share this question
or