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

[Solved] databinding radgrid with unknown number og columns

1 Answer 126 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ash
Top achievements
Rank 1
Ash asked on 09 Jun 2009, 08:01 AM
hi

i am trying to bind a radgrid to a datasource, each time the page loads, the number of columns changes depending on a previous selection. that is simple enough to do as it updates automatically, but i need my first column to have a checkbox and the last column to have a rario button, always. how do i implement that not knowing how many columns are going to be inbetween.

thanks

Ash

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 10 Jun 2009, 05:43 AM
Hi Ash,

You can set AutoGenerateColumns to false and every time when you need to add columns you can add first the checkbox column, add dynamic columns and finally add radio button column.

All the best,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
GridView
Asked by
Ash
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or