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

GridViewColumn Binding problem in Telerik RADGridView

1 Answer 75 Views
GridView
This is a migrated thread and some comments may be shown as answers.
CHENDHIL
Top achievements
Rank 1
CHENDHIL asked on 21 Apr 2011, 11:16 AM
hi,

 I'm working in SL 4 application with telerik grid view control.

When creating GridViewDataColumn columns with both CellEditTemplates and CellTemplate created manually, the order of events from the GridView appears wrong. The expected behavior is that when tabbing from the last column, the events should occur as follows:

The control in the last cell has its value set
The RowValidating event fires
The RowValidated event fires
The RowEditEnded event fires.

The control in the last cell has its value set

This results in the row validating and saving (in our system) prior to the last cell's value being set.

Can anyone help me. Useful solutions will be greatly appreciated.

Thanks
chendhil

1 Answer, 1 is accepted

Sort by
0
Pavel Pavlov
Telerik team
answered on 26 Apr 2011, 04:30 PM
Hello CHENDHIL,

Please paste the XAML with the custom defined cell templates. I will try to find a workaround for you .

All the best,
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
CHENDHIL
Top achievements
Rank 1
Answers by
Pavel Pavlov
Telerik team
Share this question
or