Hello,
I have a requirement with in the xceedgrid.
enabling the Combobox with respect to checkbox -click.
There is a 'checkBox' in a dataTemplate and a 'comboBox(Dropdown control)' in another datatemplate.
Now the requirement is , if the checkbox is Ckecked/clicked the Combobox should be enabled to 'True'
or
if the checkbox is Unchecked the combo box should be enabled to False.
and this should be written in XAML only with out using any code in code-behind .
As the checkbox and comboBox appear for each row of the grid under two different columns.
Can i know how to get access a control from one datatemplate to another datatemplate.or Is it possible.
In page_load , the combobbox is enabled to false and checkbox is enabled to true ,In each DataRow.
As the requirement is very urgent pleace reply as soon as possible.
Thankyou.