c# - Devexpress SearchlookUpEdit search mode -
i'm using devexpress searchlookupedit v 11.2. , search mode, if write example (value01 value02) works following sql code :
where myfield %value01% or myfield %value02%
but want do, : (and, not or)
where myfield %value01% , myfield %value02%
i didn't find property set or that, wrote extension method filter data me, that, should handle event of (typing in find panel). ? , right way filter data ?
so, did have such behavior following : create user control using popupcontaineredit
, popupcontainercontrol
, gridcontrol
:
i've handled editvaluechanged event of popupcontaineredit executing search method, , have control on when search algorithm should executed, i've used system.windows.forms.timer
Comments
Post a Comment