How is the process to make a row a selected row in gantt? How to use the SelectedRow list? I want to make a row selected (also visual selected, e.g. bold) to show additional information elsewhere on the page.
Is there an example available?
And how to access the row object in the RowSelect-event as only the task-object seems to be available?
2. In the Gantt control (DayPilotGantt) there is no special object representing a row (as one row == one task). The Task object is used. However, BeforeTaskRender event handler BeforeTaskRenderEventArgs argument class has a special property for setting row-related properties: e.Row.
Can you please provide an example for the process on how to make a row selected on click? There is no dokumentatin available. Where can the gray bar be customized?
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.