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

Frozen rows ASP

Asked by Serryn Frankie
1 month 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]
1 month ago.

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

Comment posted by Serryn Frankie
1 month ago.

What a pity


Will this be available in a new version?

Comment posted by Dan Letecky [DayPilot]
1 month ago.

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

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.