Hi,
I have UltraDropDown on my Ultragrid, if the data exist on de database but not on the valuelist is writing the .valuemember (is my key on my database)
Do you have SUB or property on
udd.DisplayLayout.Bands(0).Columns("NAME").?????
For display "Not Included" if the data was not included on the valuelist
FRancois Goyette
Hello,
Thank you for your feedback. I am glad that I was able to assist you here.
If you have any other questions please do not hesitate to ask.
HI,
Your example is work #1.
Thank you.
I appreciate your help.
Francois Goyette
You could use IEditorDataFilter in order to achieve your goal. On the following links you will find more information about this interface:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.2/CLR4.0/html/WinGrid_Using_the_IEditorDataFilter_Interface_with_WinGrid.html
http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.2/CLR4.0/html/Infragistics4.Win.v12.2~Infragistics.Win.IEditorDataFilter~Convert.html
Also I have implemented a small sample in order to demonstrate you this approach.
Please let me know if you have any further questions