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

Integration with RadGrid

10 Answers 461 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Eugene Rupakov
Top achievements
Rank 1
Eugene Rupakov asked on 24 Apr 2007, 01:15 PM
Hi,
If I integrate ToolTip with RadGrid (on some elements in TemplateColumn) I get some errors. 
Specifically, the paging in grid stop working.
Error: Object doesn't  support this property or method. 

Regards,
Vakho

10 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 24 Apr 2007, 03:28 PM
Hi Vakho,

Please open a new support ticket and send us a sample project that reproduces this problem. We will check it right away and do our best to help.



Kind regards,
Georgi Tunev
the telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
NS
Top achievements
Rank 1
answered on 25 Apr 2007, 06:31 PM
I'm having the same problem.
I have an radajaxpanel that contains a tabstrip. In the tabstrip there is a pageview with a tooltip. On another tab there is another radajaxpanel with a radgrid.
If I replace the radajaxpanel by a prometheus ajaxmanager, things get beter, but it seems that some way or another always something doesn't work if you start mixing the regular controls with the prometheus controls. (always javascript errors on async postbacks, can't add this control because there already exists a control with the same id, etc)
It could however be related to the history of my project. It was originally designed for MS ajax RC1 and has been converted to 1.0. Maybe there is something wrong with my web.config ...
0
Mike
Top achievements
Rank 1
answered on 25 Apr 2007, 06:46 PM
Struggling with something very similar as well - show a dynamic tooltip with javascript from grid or treeview mouseover client-side events (populate the content element of the tooltip with javascript based on the grid row / tree node).

Trying all kind of setups based on the examples, but always ending with javascript Sys.Web... exceptions, etc. The need for integration examples with telerik asp.net non prometheus controls is dire!
0
Tsvetie
Telerik team
answered on 02 May 2007, 06:34 AM
Hello Mike,
We will really need to have a look at your code, in order to find the cause for these errors. Could you please open a new support thread and send us a sample application, together with RadControls and bin folders?

All the best,
Tsvetie
the telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Mark Deaney
Top achievements
Rank 2
answered on 29 May 2007, 10:06 PM
Hi,

I'm also experiencing the same problem as Eugene when trying to implement the tooltip within the rad grid.

This error only occurs when the AJAXEnable Property of the RadGrid is set to TRUE. Everythng works fine when the AJAXEnable = FALSE

Was their ever a solution or a fix for this error? 

Thanks

Mark
0
Tsvetie
Telerik team
answered on 30 May 2007, 01:00 PM
Hi Mark,
We have not had problems with RadToolTip elements, when these are placed inside template columns of a RadGrid. The current RadToolTipManager has some issues with ajax-enabled grid, but as you mention you do not use the manager, please, send us a project with which we can investigate the case.

All the best,
Tsvetie
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Mark Deaney
Top achievements
Rank 2
answered on 30 May 2007, 01:37 PM
Hi,

Apologies for not mentioning that I was in fact using the Tooltip Manager. Ill try the Tooltip on its own and see how it works and if necessary i will put together a sample project for you to investigate further.

Thanks

Mark

0
Jacques Woolston
Top achievements
Rank 1
answered on 09 Jul 2007, 11:18 AM
Hi has anyone found a resolution for this?

I'm having the same problem.
0
Tsvetie
Telerik team
answered on 09 Jul 2007, 12:07 PM
Hello Jacques Woolston,
I suppose your problems are connected with the integration of RadGrid and RadToolTipManager. When you use these two controls you should not enable the Ajax of the RadGrid (EnableAjax="true"). In case you want to ajaxify the requests, made by the grid, you have to place both controls in an UpdatePanel and set the UpdateMode of the panel to "Conditional". Please make sure that you are using the latest version of the Prometheus suite as well - namely RadControls_Prometheus_2007_1_626.

You can find additional information in our online documentation. In case my assumptions are not correct, please open a new support thread and send us a simple running project with instructions, how to reproduce the problem.

Regards,
Tsvetie
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Dyt Iscus
Top achievements
Rank 1
answered on 11 Jul 2007, 05:15 AM
Hi Mike don't know if you still have the problem but your problem is likely to be a web.config problem. You should place the handlers and some other things in it (see the examples). You probably have a normal asp.net project coz when you have a ajax.net enabled these settings are placed default in the webconfig I thought. Hope this helps you.
Tags
ToolTip
Asked by
Eugene Rupakov
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
NS
Top achievements
Rank 1
Mike
Top achievements
Rank 1
Tsvetie
Telerik team
Mark Deaney
Top achievements
Rank 2
Jacques Woolston
Top achievements
Rank 1
Dyt Iscus
Top achievements
Rank 1
Share this question
or