Hi,
There is a column in a table of dataset, that can have only 2 values(Yes, No).
In the Xamdatagrid, there has to be a column with 2 radio buttons which have to be made selected, based upon the data which is there in the dataset.
Could anybody help me out how to achieve this.. Thanks!!
Hello,
Basically, you need to create a custom template for the CellValuePresenter with two radio buttons and bind the value to them. Please follow the following forum thread for a similar solution:
http://community.infragistics.com/forums/p/29876/150808.aspx#150808
Hope this helps.
Thanks for d reply Alex.
The sample proj which u gave doesnt allow me to attach a custom data source as the xaml internally creates one(cos of nested tags).
could u give me a sample which wud allow me to do so??