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

Should allow user to insert a comment at the cell level IN RadGridView

1 Answer 139 Views
GridView
This is a migrated thread and some comments may be shown as answers.
karunkar
Top achievements
Rank 1
karunkar asked on 29 Dec 2008, 01:17 PM

Hi All,

Note:Should allow user to insert a comment at the cell level
Above feature is available in infragistics is it available in this telerik gridview control
http://blogs.infragistics.com/blogs/joshs/archive/2008/09/15/introducing-a-new-xamdatagrid-behavior-displayadorningeditors.aspx

is It Available is same feature in TELERIK GRID

 I need features of RadGridView  datagrid.

Please tell below features are available are not or can we able to do it in this 

 

RadGridView

 

 

datagrid

1. Allow user to copy some coulmns information to an excel sheet.

2. Show a tool tip at cell level with a mark at the top right corner of the cell.

3. Should allow user to insert a comment at the cell level

4.If any comment added to the cell, it should show a red color traiangle at the top right corner.

 

Please help me how can we achive above features in telerik grid
Regards,

Karunakar rao P.

1 Answer, 1 is accepted

Sort by
0
Hristo Deshev
Telerik team
answered on 05 Jan 2009, 12:06 PM
Hi Karunakar,

Straight to your questions:

1. Copy/Paste is not supported yet.
2-4. Cell comments are not supported by the grid. It should be possible to add support for your case, but it would require a significant amount of work on your side. What I am thinking is something along the lines of:
  • Modify your business objects to provide the data storage for the comments in a property or several properties.
  • Modify the cell template to accomodate the comments functionality:
    • Modify the cell template to display the red triangle in the upper right corner when there is a comment set.
    • Additionally the template must contain the tooltip UI and display it when the cell gets focus.
    • Finally you need to provide some sort of an UI, say a textbox and a button to implement adding new comment to the cell.

Sincerely yours,
Hristo Deshev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
GridView
Asked by
karunkar
Top achievements
Rank 1
Answers by
Hristo Deshev
Telerik team
Share this question
or