RadGridView is grid control with powerful features created by Telerik. There are versions for Silverlight, WPF and WinForms.
Questions tagged [radgridview]
450 questions
1
vote
1 answer
Want to display "Yes"/"No" in a dynamically generated column for Boolean value instead of checkbox in RadGridView for WPF
I would like to display "Yes" or "No" for whenever a Boolean type data received(it can receive different types of data) for generating a column in RadGridView instead of a checkbox. I would like to implement this changes in xaml. Columns are…

MSIslam
- 4,587
- 6
- 25
- 28
1
vote
2 answers
Bind List to GridviewComboboxcolumn in telerik radgrindview (winform)
I have a generic List like
List returnlist
class return
{
public string returnid {get; set;
...
public List Vouchernumbers
}
I bind the returnlist to the telerik radgridview.
How can i bind the voucherlist to the…

Sunlog
- 269
- 1
- 3
- 13
1
vote
1 answer
Telerik RadGridView events after data is bound
I am using telerik library 2011.3.1220.40 in a Windows forms application. My purpose is to add data to a new column based on the data that is already loaded and bound to the view. Is there an event that is triggered after the data is bound? And I…

AymanKun
- 241
- 1
- 4
- 20
1
vote
0 answers
WPF Telerik - How to tell the row number from inside a RadGridView
My case is this - I have template set for every column in my radGridView however I want to make a change in appearance if the current row if the 2nd row.
I guess I will easily use triggers for something like: