Hi @all,
I implemented a version of theTooltipified RadGrid (Tooltipified RadGrid). The only real change I made was that I tried to load the data with an ObjectDataSource. I tried to use a SessionParameter to pass a User object. Well, first I passed just the user ID (by standard parameter) but it took me too long to reload the user with all his rights so that I needed to pass the whole previously loaded user. With just passing the ID everything went fine.
The problem now is that the tooltip now does not show anything at all except the close button. Even a label which I placed in the UserControl is not shown.
Does anyone know what to do here?
Best regards
Ferdinand
I implemented a version of theTooltipified RadGrid (Tooltipified RadGrid). The only real change I made was that I tried to load the data with an ObjectDataSource. I tried to use a SessionParameter to pass a User object. Well, first I passed just the user ID (by standard parameter) but it took me too long to reload the user with all his rights so that I needed to pass the whole previously loaded user. With just passing the ID everything went fine.
The problem now is that the tooltip now does not show anything at all except the close button. Even a label which I placed in the UserControl is not shown.
Does anyone know what to do here?
Best regards
Ferdinand