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

column not accept the changes

1 Answer 85 Views
GridView
This is a migrated thread and some comments may be shown as answers.
JOSE MANUEL PÉREZ RAMÍREZ
Top achievements
Rank 1
JOSE MANUEL PÉREZ RAMÍREZ asked on 27 Feb 2008, 09:45 AM
I have a radgrid with binding list of objects:

motivoExlusionBindingSource.DataSource = Solicitud.MotivosExclusion.ListaMotivosTipo;

radGridView1.DataSource = motivoExlusionBindingSource;



in execution time:
i(like user) modify value from rad grid column,next i press save button of my form.

the column change was not visible in save button code.

if i after column change press another row or column then change is visible.

1 Answer, 1 is accepted

Sort by
0
Julian Benkov
Telerik team
answered on 28 Feb 2008, 08:58 AM
Hello JOSE MANUEL PÉREZ RAMÍREZ,

We have found some issues related to immediately committing a value to the bound object after losing focus from cell. The issue is already addressed in the new edition of RadGridView. The beta release will be available very soon.

Another issue arises if we have BindingList with custom type objects. For this scenario the INotifyPropertyChanged interface needs to be implemented to your custom type to inform the BindingList that the item was changed.

I hope this was helpful. Please contact me again if you need further assistance.

Best wishes,
Julian Benkov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
GridView
Asked by
JOSE MANUEL PÉREZ RAMÍREZ
Top achievements
Rank 1
Answers by
Julian Benkov
Telerik team
Share this question
or