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

can we assign value to parent control in DayPilotScheduler1_BeforeCellRender(object sender, DayPilot.Web.Ui.Events.BeforeCellRenderEventArgs e)

Asked by Prakash
3 years ago.

Hi Team,

can we assign value to parent control in DayPilotScheduler1_BeforeCellRender(object sender, DayPilot.Web.Ui.Events.BeforeCellRenderEventArgs e)
or is there any way to assign value to parent control in asp.net webforms

Answer posted by Dan Letecky [DayPilot]
3 years ago.

Yes, you can use BeforeCellRender to set the content of every grid cell.

See also:
https://doc.daypilot.org/scheduler/cell-customization/

Comment posted by Prakash
3 years ago.

Provided link is for JavaScript, is it possible for asp.net webform.

Comment posted by Dan Letecky [DayPilot]
3 years ago.

Yes, it's possible in ASP.NET WebForms as well. If you scroll down the page, you'll find a section with example for ASP.NET WebForms.

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