I want to Hide a Week Number in GridDateTimeColumn. I dont know how to do this. Is there any property to hide this. Please let me know if any solution for this.
Thanks,
muthukumar c
1 Answer, 1 is accepted
0
Doncho
Telerik team
answered on 23 Jul 2020, 11:17 AM
Hi Muthu,
I would assume you want to hide the Week number in the DatePicker which is loaded when the GridDateTime field gets in edit mode.
If this is the case, you need to reference the DatePicker Control and its embedded Calendar to set the ShowRowHeaders=false.
You could use GridTemplateControl instead of GridDateTimeColumn, that way you will be more flexible in customizing the embedded controls declaratively.