Hello,
How to make the combobox in the property grid editable
I used the example in the bellow thread to customize the property grid,but i could not make it editable
http://ko.infragistics.com/community/forums/t/92665.aspx
Thanks in advanced
Hello Hussein,
I am just checking if you require any further assistance on the matter.
Hi Hussein,
Thank you for your reply. It seems that this is an issue with the ComboBox control which is not an Infragistics related issue. Could you please provide me with the dynamic list that you are using in order to be able to reproduce your scenario on my side?
Looking forward to hearing from you.
Hello Yanko,
That is what i did,but one of the issues i faced is that i could not bind the combobox itemsource to a dynamic list instead of the static sources showing in the example
Thanks
Hussein
Thank you for post. I have been looking into your question and this seems to be a question related to ComboBox and not especially to the XamPropertyGrid. You can make the ComboBox editbale by setting its ‘IsEditable’ property to true.
Let me know, if you need any further assistance on this matter.
One more question
How to bind the combobox to a dynamic list?