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

[Solved] RadGrid onColumnContextMenu

1 Answer 199 Views
Grid
This is a migrated thread and some comments may be shown as answers.
kachy
Top achievements
Rank 1
kachy asked on 15 Jun 2008, 11:00 PM
I am checking the features available in Telerik for one of my client. If I am able to show them what they want then client will buy the product.
Main requirement of client is:
Add Windows Explorer type show/hide column on the ColumnContextMenu of radgrid column header. The hide/show column should work on onmouseout of the contextmenu instead of each click of column. So I tried using a Tooltip. Is there a way, I can access the checkboxlist I used in the ascx file (to be opened as a Tooltip), on mouseout event of the Tooltip. The show/hide column value has to be saved in the database, its not just client side.

Please reply as the decision to buy Telerik product depends on this requirement.

Thanks,
KM 

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 17 Jun 2008, 09:21 AM
Hello kachy100,

Basically, the desired by you functionality can be achieved by using the RadControls for ASP.NET AJAX.

You can access the RadToolTip's content by using the client IDs of the element when hooking up the OnClientHide event.

As to passing the extracted values to the server, there are different approaches - you can use the __doPostBack function or an ajax request, depending on your preferences.


Best wishes,
Svetlina
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
kachy
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or