The current example extends multiple selection in the web style (via check boxes) functionality, described in the Multiple selection using checkbox (web style) example, for the GridLookUpEdit. In case of GridLookUpEdit bound data source is initialized only after the popup window is shown, so it is impossible, for example, to select all entries on popup window load. To handle this, data source should be used directly. The following example illustrates this approach.
See also:
How to use an unbound check box column to select grid rows
Multiple selection using checkbox (web style)
Question Comments
Added By: Larry Hendren at: 6/5/2014 7:38:27 AM
The code from this example would be very helpful; however, I cannot compile it in vb. Several of these type erros:
"Error 514 Type 'DevExpress.XtraGrid.Views.Grid.ViewInfo.GridGroupRowInfo' is not defined. C:\Users\myname\Documents\Samples\XtraGrid Suite\13.2.9\E4048\VB\GridLookUpEditCBMultipleSelection\GridCheckMarksSelection.vb 309 16 GridLookUpEditCBMultipleSelection
I have converted it to version 14.1.3