Hello,
I have a scheduler only in TimelineView.
And on one of the ressources have this methode :
And because of this (I think) my scheduler look like : this (And I cant read the text I add)
Do you have any idea to solve this situation ?
Thank you !
Jean-Yves
I have a scheduler only in TimelineView.
And on one of the ressources have this methode :
| protected void LinqDataSourceUsers_Selected(object sender, LinqDataSourceStatusEventArgs e) |
| { |
| var uir = (List<UserInRole>) e.Result; |
| foreach (var item in uir) |
| { |
| item.User.NomPrenom = item.User.NomPrenom + " (" + new BLLUser().getTempsPlannifieResteAPlannifier(item.IdUser) + ")"; |
| } |
| } |
And because of this (I think) my scheduler look like : this (And I cant read the text I add)
Do you have any idea to solve this situation ?
Thank you !
Jean-Yves