Hi all
We had an application which was working on 3.5 .net framework but now we have upgraded it to framework 4 and telerik version is the same (telerik version: 2011.1.315.35) suddenly a strange issue is happening
We have a XAML file with Hirarchical grid structure (Master grid and a child grid for that).
There are two buttons in two seperate columns of the child grid both have click event and visiblity of the button is set through converter
ISSUE: the child grid is not getting displayed when i click on the expand button ie(+) of the master grid . and if i remove the click event for the buttons its working and also if keep the click event and remove the visiblity which is set through converter it works fine.
it will not work when both are used
Please Help
thanks in advance
Jagadeesh