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
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