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

Documentation for GridView column types

1 Answer 249 Views
GridView
This is a migrated thread and some comments may be shown as answers.
acola
Top achievements
Rank 1
acola asked on 16 Jul 2007, 04:07 PM
Am I missing some documentation for the GridView column types? I'm trying to use the GridViewCommandColumn or the GridViewImageColumn, but I don't understand how to use them - they don't seem to have any properties for adding the button text (for command column) or the image location (for the image column). I don't see them mentioned at all in the documentation - am I just missing something?

I am using the Q! sp2 release.

1 Answer, 1 is accepted

Sort by
0
Georgi
Telerik team
answered on 18 Jul 2007, 07:56 AM
Hello acomes,

Indeed, our documentation is a behind the functionality we currently offer. We are aware of  this limitation and we have started working on a major overhaul of RadGridView's help files. The new and improved docs will appear in our Q2 2007 release (coming this September). We're also going to extend the API of RadGridView for the Q2 2007 release.

As to using columns, take a look at the GridView examples that are installed on your machine.

GridViewCommandColumn
is demonstrated in the "Events" example. If it is bound to a data field (i.e. its DataField property is set) and it shows the text of that field. In the example we also use another approach - the text is set in the  RadGridView.CellFormatting event handler.

GridViewImageColumn
is demonstrated in the "Column Types" example, but unfortunately there is no way to set up a image layout at this time. This is due in Q2 as well.
 
 
All the best,
Georgi
the Telerik team

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