search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Frozen rows ASP

Asked by Serryn Frankie
3 days ago.

I load my resources on server-side
Private Sub LoadResources()
hoofdresource = New Resource With {
.Id = "totalen",
.Name = "Totaal resources",
.Expanded = False,
.IsParent = True,

.Frozen = True

}
DayPilotScheduler1.Resources.Add(hoofdresource)

End Sub
I want the first rows to be frozen
Is there a way to use .Frozen or is it only possible in the javascript version

Answer posted by Dan Letecky [DayPilot]
2 days ago.

Unfortunately, the frozen rows feature is only available in the JavaScript version.

Comment posted by Serryn Frankie
2 days ago.

What a pity


Will this be available in a new version?

Comment posted by Dan Letecky [DayPilot]
2 days ago.

No, this feature is not planned for the ASP.NET WebForms version.

New Reply
This reply is
Attachments:
or drop files here
Your name (optional):