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

RAD GRID SUPPORT

1 Answer 99 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Sandesh
Top achievements
Rank 1
Sandesh asked on 04 May 2011, 08:43 AM
Hi,

I am regular user of rad controls now in my project i want following options in radgrid.

1. I am not able to make textbox multiline  placed inside a grid cell(it should be cell wise as we have different controls in each grid cell) with scroll option. 
2. Can we have multiselect dropdown list in grid cell.

And i am dynamically loading controls in each grid cell @ runtime.

Please suggest me solutions for this.


1 Answer, 1 is accepted

Sort by
0
Jack
Telerik team
answered on 10 May 2011, 08:51 AM
Hello Sandesh,

Thank you for contacting us.

Regarding your questions:

1. When using TextBoxElement in RadGridView cell, you can make it Multiline and customize scrollbars using properties of the TextBoxItem:

radTextBoxElement.TextBoxItem.Multiline = true;
radTextBoxElement.TextBoxItem.ScrollBars = ScrollBars.Both;

2. Currently we do not provide multiselect dropdown list. However, this is a nice feature and we will consider implementing this feature in future. We will raise its priority if more clients request it.

Should you have any other questions, do not hesitate to contact us.

Kind regards,
Jack
the Telerik team
Q1’11 SP1 of RadControls for WinForms is available for download; also available is the Q2'11 Roadmap for Telerik Windows Forms controls.
Tags
GridView
Asked by
Sandesh
Top achievements
Rank 1
Answers by
Jack
Telerik team
Share this question
or