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

Issue in Grid drag drop when using a ComboBox columns

2 Answers 45 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Karan
Top achievements
Rank 1
Karan asked on 15 Apr 2011, 08:27 AM
Currently I am facing two issues with Telerik gridview : 
             
                 1) I created a grid in which I can re-order the columns(grid with drag drop using RadGridDragAndDrop) and I also have a combo box column.Now when I try to scroll the combo box column the grid row drag drop operation starts and I am not able to scroll for values in my combo box column using Mouse.

2) I have a requirement that I want to change the format of one column based on type selected. For example, say I have two columns,one which displays the Types(int,bool,string, mycustomenumtype) in a combobox column. Now based on the selection in this combobox columns, I want to alter my Value column such that in case type bool is selected, value columns becomes a  Combo 
column with two possible values, 0 and 1. Similary... when i selected int, it reverts back to a text box.Is this possible in Telerik Grid.

Any ones support would be of great help As I am evaluating this grid and need to show demos to my customers.

2 Answers, 1 is accepted

Sort by
0
Accepted
Tsvyatko
Telerik team
answered on 19 Apr 2011, 01:11 PM
Hi karan,

About the first issue you might want to look at this help article -  http://www.telerik.com/help/wpf/raddraganddrop-disable-drag-when-scrolling.html

About the second question, you can utilize the cell template selectors. Please find the attached project that demonstrates the idea and let me know if you have any further questions.

All the best,
Tsvyatko
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Karan
Top achievements
Rank 1
answered on 19 Apr 2011, 03:29 PM
Thanks Tsvyatko  for your quick support!!!
Tags
General Discussions
Asked by
Karan
Top achievements
Rank 1
Answers by
Tsvyatko
Telerik team
Karan
Top achievements
Rank 1
Share this question
or