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,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
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