Hi,
does anybody know how to implement a tooltip for a mouseover?
In one of our columns the text is to long to show, so we show only the first letters. The user should see the whole text when hovering over the cell or row...
Thanks for every idea!
Torsten
Hi Dave,
As we have purchased the product we are expecting your help in this the issues. So expecting your replies in soon.
Thanks,
Assyst
Can you demonstate an example?
Hi Assyst,
As I said, you can hide the columns on the client. You can populate the checkbox list and then on the changed client event of the checkboxes, simply set_hidden(true) or set_hidden(false) on the column that corresponds to the checkbox that was changed.
-Dave
I am expecting a reply in soon for this issue.
With the hope of sudden reply,
Thanks in regards,
It will work, but my requirement was that i want to show all the column names as a checkboxlist and upon selecting them the column has to be go hidden and vice versa. The property autogeneratecolumns must be set to true.