Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
55
xamDataGrid binding with Radiobutton
posted

Hi,

I have a xamDataGrid with 3 Radiobuttons in a row.(Group). The things which I want to do are

1. Bind the grid with a datasource. The datasourse may have many columns. But In grid I don't want show all.

2. I have to pre-select the radiobutton based on the value from the datasource. ex. Yes,No and N/A should be the three radiobuttons in a column in the xamGrid.

3. After the initial load, I have to read the values from the xamDataGrid(changed values) to update the DB. For this how can I read all rows and how can I read the value from the radiobuttons?

I am trying to use the "findcontrol" to read the value from the grid. I know the logic whic we usually do for gridview. The samething how can we do in xamDatagrid?

Please provide a solution on this.

Thanks,

Sree.