Customize AllDay block text

Hi,
Is it possible to add custom text to the AllDay column box. I used the OnRenderCell to apply a custom CSS on empty cell, but would like to be able to put a custom message like "Planned" into the box (the red box in the screenshot).

public void OnRenderCell(RenderCellEventArgs args)
        {
            if (args.ElementType == ElementType.EmptyCells)
                args.CssClasses = new List<string>() { "test" };
        }



Thank you

1 Reply

NR Nevitha Ravi Syncfusion Team June 16, 2021 12:50 PM UTC

Hi Andrew, 

Currently it is not feasible to add text in the empty cells, so we are considering your requirement as feature request which can be tracked through the following link. 

The feature will be implement in any of our upcoming release. We would appreciate your patience until then. 

Regards, 
Nevitha 


Loader.
Up arrow icon