Please refer to attachment, now I use the function of Multi-Column Header, I want to hide the secondary title. And these two columns are editable. How do I implement it?
I also find that after use the Multi-Column Header function, I cannot use the Locked function any more, is there any way to let them exist together?
- implement
4 Answers, 1 is accepted
Hello Nick,
You can customize the content in the column header through the headerTemplate option. Using the empty string will remove the content from the column. Please, check the following dojo - http://dojo.telerik.com/osAfO.
In the same dojo I have set the locked option for the first column, thus freezing the column. Also the editable option is set the grid, making it editable.
Please, feel free to change the dojo to the setup that you find problematic on your end. This way I can investigate the problem on my end as well.
Looking forward to your sample code.
Regards,Niko
Telerik by Progress
Hi Niko,
Sorry I am recently and forget this post.
Thanks for your detail explain, I have test in the dojo, I add the lockable property. I find that the Locked function still not work fine, it seams that it cannot be locked dynamic. I am thinking that if it can be locked by a column group, that will be better.
Hello Nick,
It is possible to lock a column at the topmost level only, if you use multi-column headers. Please, check the following help article for more information - http://docs.telerik.com/kendo-ui/controls/data-management/grid/appearance#locked-columns.
Regards,Niko
Telerik by Progress
Hi Niko,
Thanks for your confirm.