Am using devexpress 16.1, i bind my datatable into xtragrid, now i want to select by columnwise while click column header, if there any option to achive this by xtragrid.
these are all things am tried ,
gridview1.optionsselection.multiselect = True
gridview1.optionsselection.multiselectMode = cellselect
Try This Code:(Using Gridcontrol Mouse Down Event)
The GridView.CalcHitInfo method is called to obtain a row handle. Focus is then moved to this row and the custom context menu called.