Our pure JavaScript Scheduler component


Post by calendardeveloper »

Is it possible to double click a column name and display a custom popup? What would be the best way to do that? It seems I should use a renderer and add my own click handlers? Or is there another recommended approach?


Post by marcio »

Hey calendardeveloper,

Yes, the approach that you suggest would be the recommended one for achieving what you described. You can check the following documentation where there is a snippet of a button (that could be the column name element) and a custom popup being displayed https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Popup

Best regards,
Márcio


Post Reply