JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Gantt › Programmatically adding elements to GanttChart › Reply To: Programmatically adding elements to GanttChart
August 31, 2021 at 10:34 am
#102178
Maserati
Member
Peter,
I can’t remove an item. I am using the right id (the id i’ve used when i unsert a new task) but the RemoveTask(id) method does nothing.
I can check the id by catchingit from the OnItemClick event but the remove method still doesn’t do anything. I have tied just setting the remove id to 0 or 1 to see if can get anything to change but nothing happens.
Please advise.