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

Custom row template with editable cells

3 Answers 96 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Alexey
Top achievements
Rank 1
Alexey asked on 23 Nov 2009, 11:24 AM
Hello.
I evaluate GridView and try to use custom row layout as it showed in GridView/CustomRowLayout.
I created ControlTemplate and placed GridViewCell for every column. But these cells is not editable, have gray background color and do not use expected representation (for example boolean property is diplayed as True/False string instead of checkbox).
How to display cells as they are displayed without any custom row layout?

3 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 23 Nov 2009, 11:43 AM
Hi Alexey,

You can use desired controls directly instead cells - for example TextBox.

Kind regards,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Alexey
Top achievements
Rank 1
answered on 23 Nov 2009, 12:11 PM
Thank you Vlad.
Can I implement it without using standart controls but using cells that have standard (to underlying type) representation and inherits standard telerik cell view properties (height, back color, fore color, border etc)?
0
Kalin Milanov
Telerik team
answered on 26 Nov 2009, 11:36 AM
Hello Alexey,

Unfortunately not. The way the grid is organized will not allow you to achieve such behavior at this point. We have dome some testing to find a suitable workaround for this but to no avail. We have also had a short discussion on providing such a feature in the future though.

Best wishes,
Kalin Milanov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
GridView
Asked by
Alexey
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Alexey
Top achievements
Rank 1
Kalin Milanov
Telerik team
Share this question
or