Hi,
I have been poking around on the forums and doing some soul-googling about this, but have not found any examples that hit the mark.
I am displaying some data in a RadTreeView. For some, but not all, of the nodes, I want to have a popup on mouse-over that will display some summary data. I want the data to be populated at run time from an ajax call to the server to avoid bloating the get payload whenever the tree is populated.
I am not sure whether I need to use a window to do this -- these look a bit more heavy weight than what I need. This just needs to be a simple panel that comes up and that can be dismissed from a cancel button.
I would be grateful for any suggestions you can offer. Thanks.
--Phil
I have been poking around on the forums and doing some soul-googling about this, but have not found any examples that hit the mark.
I am displaying some data in a RadTreeView. For some, but not all, of the nodes, I want to have a popup on mouse-over that will display some summary data. I want the data to be populated at run time from an ajax call to the server to avoid bloating the get payload whenever the tree is populated.
I am not sure whether I need to use a window to do this -- these look a bit more heavy weight than what I need. This just needs to be a simple panel that comes up and that can be dismissed from a cancel button.
I would be grateful for any suggestions you can offer. Thanks.
--Phil