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.
Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Basically I set the XamComboEditor’s DropDownDisplayMode to InEditModeOnly and set the XamDataGrid’s AllowEditing to true, but I canceled the EditModeStarting event if the Record is not new Record. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.