comichael

Results 3 issues of comichael

I need to calculate the overall performance factor (total planned hours vs total actual hours) based on search / filtering - e.g what is currently shown in the grid. Each...

Is there a way to completeley update the grid, as if the Browser Refresh button was clicked? I am fairly new to Blazor, but have implemented, some custom columns using...

Consider this example: var items = new List{new SelectItem("A", "A"), new SelectItem("B", "B")}; c.Add(c => c.MyColumn).Titled(colConfig.ColumnHeader) .SetListFilter(items , false, false) .SetInitialFilter(GridFilterType.Contains, "A"); => The "A" checkbox in the filter dropdown...