Hi,
I am facing a weird issue on the xamdatagrid which has some control templates defined on it. The screen has some other controls with the xamdatagrid & logic to disable completly when save operation is performed, once the data is saved the screen(All the controls) get enabled. The grid does get re-enabled but for some reason, the rows are somehow disabled. I couldn't find whats causing this to happen. Are there any configurations i m missing here.
We are currently using Version 8.2.
Thanks in advance
Hello,
Can you confirm that the issue is reproducible with this sample?
I tried this on Vista and XP and it runs as expected.
If you, please provide us more details on your setup/environment.
The sample proj attached.
Forgot to mention that the converters are using only for binding data. The grid is bound to a blob data & the converter logic takes care of converting into appropriate format.
Hi Alex,
I have attached a sample proj which to certain point explains my scenario, but here i am unable to reproduce the issue. Also i have attached the class file in text format which has the Converter logic.
Thanks Much
Of course it is. Maybe the issue is coming from the converter. Are you using a converter for the IsEnabled property of the XamDockmanager and if so, can you give us the code of this converter?