Hello,
i use a iggrid with checkboxcolumn. When the checkbox checked , then is checkbox visible.
i want to be able make visible all checkbox. Is it possible ?
Infragistics version : 16.1
Thanks
Hello Burak,
To make the checkbox's square box visible, insert this piece of code before the grid initialization:
$.ig.checkboxMarkupClasses = "ui-state-default ui-corner-all ui-igcheckbox-small";
There is a topic for this issue. You can find more information here.
Please feel free to contact me if you have any questions.
Regards,Ivaylo HubenovEntry-level developer
Hello Ivaylo,
that s work great .
Thanks alot .