hi,
i have created a field in xamdatagrid as a xamcomboeditor. Now when i click on the dropdown button, the first click changes the cell into edit mode and only the 2nd time i click on the button the dropdown will appear. Is there anyway to show the dropdown on the first click? I was thinking something like force the cell into edit mode while mouse over it but would appreciate the correct approach.
thanks,
Guo
the extra reference doesnt really but i have switched to other method. this thread can now be closed. thanks for the help
Hello Guo,
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.
If the above suggestion helped you solve your issue please verify the thread as answered so other users may take better advantage of it.
I have been looking into your enquiry and it appears you are creating a xaml snippet though code, for which I can suggest adding both:
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
in your parsing string.
Please let me know if this is what was causing you trouble
Yanko,
what i really meant was that because of the python wrapper i had to implement whatever was in ur xaml in .net code behind. what i pasted was essentially .Net code behind which i tried to translate from the xaml -- however it didnt work as expected.
anyway i way keep trying to translate that to code behind.
Hello,
I have been looking into your post and I am not aware of Python syntax and specifics. I can suggest you look through the following link from MSDN site in order to understand the basics of XAML :
http://msdn.microsoft.com/en-us/library/ms752059.aspx
I hope you will be able to write your Python syntax by yourself.