Hellow !! Everyone
Me Using gridcontrol bound/unbound both and hv there a combox inserted for select “Ledger”
codes r here
Xceed.Grid.Viewers.ComboBoxViewer cboViewerGL = new Xceed.Grid.Viewers.ComboBoxViewer(_MyDs, “GLMaster”, “GLID”, “%Descript%”);
Xceed.Grid.Editors.ComboBoxEditor cboEditorGL = new Xceed.Grid.Editors.ComboBoxEditor(_MyDs, “GLMaster”, “GLID”, “%Descript%”);
Actually customer is asking here when they type any charcter/characters the combobox is get filterd as per they typed
e.g.. (we hv 3 ledgers there)
John Miller
john tailor
David
if they type “J” then only following list show
john Miler
john Tailor
if they type “john M”
then it will reach on final selection.
Pls guide me is this is possible in XceedGreed 3 and upper
pls write possible solutions as i am tryed lot but not get any solutions
Imported from legacy forums. Posted by Arun (had 2106 views)