i want to Enable/Disable XamDataTree check box based upon the user rights.
Is it possible?
I cant see any property in XamDataTree.CheckBoxSettings.Please suggest.
Thanks,
Sri
Hello Sri,
I was looking into your post and I can suggest you check the following link from our documentation:
http://help.infragistics.com/NetAdvantage/Silverlight/2011/1/CLR4.0/?page=xamDataTree_xamDataTree_Check_Boxes.html
which discusses the main properties and functionalities provided by XamDataTree’s Check boxes. You can set their visibility like this :
<ig:XamDataTree.CheckBoxSettings>
<ig:CheckBoxSettings CheckBoxVisibility="Visible"/>
</ig:XamDataTree.CheckBoxSettings>
If you still need any assistance on this, I will be glad to help.
Elena,
Thanks for quick response.
I had already gone through the link you have provided.But i want to Enable/Disable the check box not the Visibilty. Please let me know if there is any way to achieve that.
Regards,