Search found 239 matches

we would like to use the Calendar component to manage the calendars of resources (i.e. used in schedulerPro). Is there a way to integrate/show the calendar class in the calendar module

this was the problem, the actionColumn does it correctly, thanks

we use some icons in the grid (see screenshot + html). We have a cellClick listener configured, but most of the times it needs 2 clicks till the event is fired. Any idea is highly appreciated

thanks for the help, we'll check accordingly

we have the problem (since the beginning, not version related) that each 5th to 10th time on loading/starting our app the icons are not correct (see attached screen shot). Any idea what could be the reason ?

we are using a tree store (see exception there is a problem with the children)

we reset set like this (this way we do not have an exception, if we do not use the clearFilters we have the exception on clearing the filter in the column header after reloading): gridComponent.store.clearFilters(); gridComponent.store.removeAll(); gridComponent.store.data = treeData;

by using store.clearFilters() before loading the store again solves the problem, but from our view point it is a bug