0
是否有人知道是否有可能擁有一個類似於Outlook聯繫人的搜索欄?您只需按下一個字母並顯示姓氏中第一個與該字母的聯繫人?cxGrid中類似於Outlook的搜索
我很想看到一個這樣的例子,但到目前爲止我的搜索無處不在。
是否有人知道是否有可能擁有一個類似於Outlook聯繫人的搜索欄?您只需按下一個字母並顯示姓氏中第一個與該字母的聯繫人?cxGrid中類似於Outlook的搜索
我很想看到一個這樣的例子,但到目前爲止我的搜索無處不在。
您可以啓用DE濾波器酒吧CxGrid做下面的步驟:
在Object Inspector中,你必須改變一些屬性
第1步:
在DBTableView.FilterRow屬性變化:
DBTableView1 - FilterRow - ApplyChanges = fracImmedialety
DBTableView1 - FilterRow - Visible = True
DBTableView1 - FilterRow - InfoText = to add the text "Click here for filter creation (for substring search, begin with * character)"
步驟2:
在DBT ableView.DataController屬性變化:
DBTableView1 -DataController-Filter-PercentWildCards = * (will put instead of percent a star)
DBTableView1 -DataController-Filter-Options-fcoCaseInsensitive = True (any register)
DBTableView1 -DataController-Filter-Options-fcoShowOperatorDescription = True
你試着問這個問題[DevExpress的支持(http://www.devexpress.com/Support/Center/)? – NGLN
如果表格與TDataset鏈接,然後過濾數據集onKeyUp – Ravaut123
我沒有問過它,我不打算。 不要問爲什麼 - 這是個人的。 – OZ8HP