Hi all,
I am working on a WPF application using Telerik and coded in C# .NET.
My following question goes over an ASP .NET page using the model “Code behind” to implement the logic of the page.
Presently, I have a <telerik:RadGridView> for which the scrollbar moves at the same time as the RadGanttView chart scrollbar.
But I am facing to an issue :
I would like to get the MinorTick actual width and apply it to the RadGridView columns.
I edited a copy of the template of the GanttView in order to find (I hoped) the width value of the MinorTick. I did not find it.
I accessed the MinorTick's Interval and I tried to apply it to the RadGridView columns, but I cannot.
How could I do to have RadGridView columns with the same width as the one from the RadGanttView chart columns ?
Any help or tip will be much appreciated :)