This is a migrated thread and some comments may be shown as answers.

checkbox grouping in grid

1 Answer 58 Views
Grid
This is a migrated thread and some comments may be shown as answers.
alsi
Top achievements
Rank 1
alsi asked on 24 Oct 2008, 02:52 PM
Dear All!

I would like to know how can I create dynamically the following type of RadGrid (see the picture):
Need to choose from every group only one value if the user wants and at the end determine the value of the radiobuttons.

http://www.anda.hu/grid.jpg

thx,
alsi

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 27 Oct 2008, 01:35 PM
Hello Alsi,

You can use NestedViewTemplate and place a RadioButtonList in it to achieve the required scenario.

Also another solution is to create GridTemplateColumn with a Label and a RadioButtonList in its ItemTemplate.

Also refer to the following help link for information on how to create a Template programmatically.
Programmatic creation

Thanks
Princy.
Tags
Grid
Asked by
alsi
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or