ultraganttview -> GridSettings -> ColumnSettings -> Duration -> Format
I have tried all types of solutions in the visual editor with no visible results: I've tried mm, Minutes, "mm", .. with no changes at all to my results. Further, I've made changes in my code-behind (sample ultraGanttView.GridSettings.ColumnSettings(TaskField.Duration); = ganttTimeInterval) with no luck either.
I want to see my duration displayed in minutes and not in the default, days. I hope someone can provide some me some insight here.
Thanks in advance for any assistance you can provide,
Brent
Hello Brent,
There is a forum thread in our forum where the same question was answered. Please follow the next link to go to this forum thread http://ko.infragistics.com/community/forums/t/91674.aspx
Please let me know if you need my further assistance.
Hi Milko -
Thanks for the prompt response. Regrettably, this doesn't seem to address my request because I'm implementing the solution your team presented for binding my UltraCalendarInfo to a dataset; hopefully, you'll tell me it still will.
I was expecting it to be as easy as assigning a TimeSpan or string value to the Duration attribute in the visual settings of the GridSettings. It looks easy, but I'm getting nothing by changing the value.
So with that said, would you have a suggestion for how I can change the duration programmatically when binding my results to a dataset?
Thanks again for the help!