Hi Team,
First of all, thanks for instant help for previous queries.
I have got 2 queries more.
1) how to show custom tooltip on records (not talking about column headers), please see screenshot attached. 2) how to show checkbox formatter for column in bulk edit, the checkbox is working fine in single edit, but not in bulk edit.
Thanks in advance.
Hi,
1) Refer this faq:
https://www.gridphp.com/docs/column-appearance-faqs/#q-tooltip-for-cells-based-on-other-columns
2) Checkbox in bulk edit is not practical. In bulk edit we some time have to skip checkbox column while using checkbox only have 2 options either check or uncheck. There is no option for unchanged state. So we replaced it with dropdown with 3 options.
Hi Abu,
Thanks for replying.
I am working on 1st point and let u know.
So for 2nd point, why are we showing the checkbox in single edit.
We may sometime needs to skip the ‘checked/unchecked’ option from single edit also. then why the drop down is not there.
Can I have the checkbox for bulk edit as well, if possible.
Thanks Team
Displaying checkbox in bulk edit is not supported and i updated the reason above.
If you tell you use case along with screenshots / screencast, i can suggest some solution.