c# - ObjectListView filtering on non visible model object properties -


i new using objectlistview component in c# , have spent many hours trying find solution issue, please excuse simplicity of question . looking able filter objectlistview (actually tree view) object properties on model object not added columns , therefore not visible. in particular trying filter objects based on internal key not user friendly.

i have tried using textmatchfilter works if property added aspect of column , visible looks ugly , unprofessional internal key.

can direct me down right lines please?


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -