Hello Deepak Shakya,
This is not a problem of the RadExpander, it's just the way the Binding works. Once you expand the Expander programmatically, the one way binding won't work. You can examine the same behavior with 2 CheckBoxes:
So you need a custom check/uncheck cinchonization that cannot be done with Bindings only. You need to use Checked/Uncheck events ( Expanded/Collapsed of the Expander) in order to achieve the desired functionality.Best wishes,
Petar Mladenov
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>