Hi folks,
I have a paginated grid, and in one column, I'm using tooltips.
Three questions:
1) Tooltips don't seem to function once I go to a different 'page' (using the grid pagination), and only the standard title browser element displays - I've confirmed it in IE9 (yikes, yeah, I know..) and the latest chrome - confirm or deny?
2) I need to make the tooltips so they scroll if there's too much content (because there can be a ton..), and
seems awfully sloppy..
AND...
3) I need to be able to mouseover the tooltip as well and have it persist, as the user may need to scroll..
Thank you very much!
I have a paginated grid, and in one column, I'm using tooltips.
Three questions:
1) Tooltips don't seem to function once I go to a different 'page' (using the grid pagination), and only the standard title browser element displays - I've confirmed it in IE9 (yikes, yeah, I know..) and the latest chrome - confirm or deny?
2) I need to make the tooltips so they scroll if there's too much content (because there can be a ton..), and
1.#grid .k-tooltip {2. max-height: 400px;3. overflow-y: auto;4.}seems awfully sloppy..
AND...
3) I need to be able to mouseover the tooltip as well and have it persist, as the user may need to scroll..
Thank you very much!