Hi,
I have a xamdatatgrid and one of its colum has xamcomboeditor . i have set the dropdowndisaplymode for that combo editor = always. now based on requirement , i make the rows ineditable and then the drop down button disappears.on mouse hover also they dont appear. now when i add another row , i am making that row only editable, so that the drop down button for that column appears for that row only.it does so.but when the mouse hovers over other rows , the drop down button appears there also. on clicking it however , it disappears.please help
Hello,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.
Hi stefan , i have resolved it. I have added code in .cs code behind. thanks for all help.
Hi stefan,
My requirement is that i have a combo editor inside xamdatagrid and i want event for that comboeditor only. I refer to the post and tried the same , but i got some errors . can you attach a sample proj for that or direct me to one of those. Also , can you tell me where to download Microsoft.Expression.Interactions.dll from, i searched , but it is not available anywhere for dowload.
I have been looking into your requirement and I suggest you see this forum thread:
http://forums.infragistics.com/forums/p/64282/325300.aspx
where it is discussed how to use Interactions and handle events on the ViewModel. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.
Hi stefan ,
Thanx for follow up. I have resolved that problem. But i am into a new problem now. I have a grid with a drop down column. when the user clicks on the drop down button , i need to do some processing. I am doing some processing , say updating a record. Now i am using MVVMbecause of which i cannot write any events in the .xaml.cs file. what ever i have to do , i need to do in viewmodel only. Can you show me how to do this. An early reply will be of much help. Thank You