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

radGridView Customization

3 Answers 138 Views
GridView
This is a migrated thread and some comments may be shown as answers.
shrikant mule
Top achievements
Rank 1
shrikant mule asked on 16 Apr 2010, 02:20 PM
Hi,

I am using radGridView control for displaying list on Medicines.
I want to achieve detailview look(like a form with controls) within the grid whenever the Image cell(1st cell of row) is clicked.
Is there any way to achieve this using radGridView?
Any help would be highly appreciated.
Thanks in advance.

Shrikant.

3 Answers, 1 is accepted

Sort by
0
Jack
Telerik team
answered on 16 Apr 2010, 05:29 PM
Hi shrikant mule,

I am not sure that I understand your requirement correctly. Our framework is element-based, just like WPF and it will be better to use rad elements instead of controls. Using controls may slow down your application and will raise the memory consumption. Please look at the Rows -> Row Details example in our demo application. It demonstrates how to implement detail view in RadGridView using only elements.

Greetings,
Jack
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
shrikant mule
Top achievements
Rank 1
answered on 17 Apr 2010, 08:10 AM
Hi,

Please find the 2 images attached herewith. gridview.jpg is the initial tabular view using radGridView. When the first cell (with a button icon) is clicked, the detailview (image001.jpg) will be displayed inside the grid.
Hope this explains my requirement.

Thanks,
Shrikant.
0
Jack
Telerik team
answered on 19 Apr 2010, 04:50 PM
Hi shrikant mule,

I understand. Thank you for this additional information.

Like I said, the row details example demonstrates how to add a details row in RadGridView. Please check also the following KB article. It shows how to add custom elements in grid cells. In this case you should add RadHostItem and initialize it with the desired user control.

Best wishes,
Jack
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.
Tags
GridView
Asked by
shrikant mule
Top achievements
Rank 1
Answers by
Jack
Telerik team
shrikant mule
Top achievements
Rank 1
Share this question
or