Unplanned
Last Updated: 03 Aug 2016 13:13 by ADMIN
Christophe
Created on: 23 Sep 2015 08:05
Category: GridView
Type: Feature Request
0
GridView: Multiple cells edition of a same GridViewComboBoxColumn
I would like to be bale to modify at once several cells of a GridViewComboBoxColumn, when using the common ItemsSourceBinding for all rows (in my GridView, the selection ​is: SelectionMode="Multiple" SelectionUnit="FullRow").
So I would like for the selected rows to apply the same value as the edited cell.
2 comments
ADMIN
Stefan
Posted on: 03 Nov 2015 14:33
Hello Christophe,

In general, I suggest you implementing such requirement on data level and use the binding mechanism that GridViewComboBoxColumn supports.

If further assistance is needed, feel free  to open a new support ticket and describe your requirements in it.

All the best.
Christophe
Posted on: 23 Sep 2015 08:21
Maybe this principle should be extend to other types also. We have another need, when we would like to apply same date as the current edited one to all selected rows.