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

ElementExporting

1 Answer 65 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Edward
Top achievements
Rank 1
Edward asked on 14 Jul 2014, 05:42 PM
A RadGridView's Row is bound to a RowObject derived from DynamicObject.  Columns data are added to the grid.  Each cell is editable. Within the RowObject based on DynamicObject copies of the original data and the modified data is kept, along with information indicating whether modified data or original data is displayed for the cell. The edited value is added to the RadGridView's bound object RowObject and cause the bindings to change for edited cells. and the bindings are then controlled through RadioButtons.  A converter is used to get the data from the collection of DynamicObject's. 

The call to ElementExporting is not aware of the binding changes and exports original data when user is trying to export modified data.  Therefore, I am trying to get the bindings for the cell in ElementExporting to acquire the correct data or is the ElementExporting function capable of using the converter.  The bindings are changed when data is modified in the cell. 

On a cell by cell basis, is it possible within the ElementExporting function to get the binding of a cell to be able to display either the original data or the modified data that is currently displayed on the grid?


1 Answer, 1 is accepted

Sort by
0
Accepted
Yoan
Telerik team
answered on 16 Jul 2014, 03:58 PM
Hello Edward,

We have already answered to the support thread you started on the same topic. 

In order to make our communication consistent, it would be better to follow a single thread on the topic.

Thank you for the understanding.

Regards,
Yoan
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
GridView
Asked by
Edward
Top achievements
Rank 1
Answers by
Yoan
Telerik team
Share this question
or