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

Unbound Columns Allowed

1 Answer 146 Views
GridView
This is a migrated thread and some comments may be shown as answers.
teampowers
Top achievements
Rank 1
teampowers asked on 25 Jun 2007, 08:57 PM
I was wondering if unbounded columns are allow in the GridView.  I am try to insert a button after some data that I am returning to perform another event.

1 Answer, 1 is accepted

Sort by
0
Georgi
Telerik team
answered on 27 Jun 2007, 06:35 PM
Hi teampowers,

Yes, this can be done by using GridViewComandColumn. It is unbound and has internal buttons in every cell. After it is added to GridViewTemplate.Columns collection, you should only attach to the following event:

CommandCellClickEventHandler(radGridView1_CommandCellClick);'> radGridView1.CommandCellClick += new CommandCellClickEventHandler(radGridView1_CommandCellClick);

Please, take a look at the Events grid example where this column is implemented.

Greetings,
Georgi
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
GridView
Asked by
teampowers
Top achievements
Rank 1
Answers by
Georgi
Telerik team
Share this question
or