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

Problems Tooltipifying RadGrid

1 Answer 40 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Kirk Potter
Top achievements
Rank 1
Kirk Potter asked on 13 May 2010, 10:43 AM
Hi,

I'm running into problems when Tooltipifying a RadGrid.

Firstly I have a load on demand RadTreeView - when the user clicks on a node I populate the RadGrid.  That all works fine but I needed to have an asp:UpdatePanel around these in order to prevent a complete postback when a new node is clicked.

I then moved on to Tooltipifying the grid - I was getting some wierd results on mouseovering a row - basically it was doing a full postback and not showing the tooltip properly.

Removing the UpdatePanel has everything working perfectly except that clicking on a different node in the TreeView results in a full postback which I want to avoid.

Anyone got any ideas?

Thanks in advance,

Kirk

1 Answer, 1 is accepted

Sort by
0
Kirk Potter
Top achievements
Rank 1
answered on 13 May 2010, 11:34 AM
Fixed it - needed to use a RadAjaxPanel rather than an asp:UpdatePanel
Tags
ToolTip
Asked by
Kirk Potter
Top achievements
Rank 1
Answers by
Kirk Potter
Top achievements
Rank 1
Share this question
or