Long story short:
The SelectedItemsChanged-Event is not firing when the Grid is in EditMode like "GridEditMode.Incell".
When the EditMode is "GridEditMode.None" it works just fine.
Is this a bug or a feature ?
My app has a long list of possible fields to filter on. The dropdown box for the fields exceed the height of the page so a scrollbar would be nice.
Can you point out the class styling that needs to be updated? I just added arbitrary number of fields to the Filter demo.

Is there a way to have the column header template be optional? Depending upon some values in my data, I might need to use a header template for a specific column, otherwise, I would like the have the default behavior.
I tried placing an if statement inside the <GridColumn/> element like this:
<GridColumn Field= "" FieldType="" >
@if (_useHeaderTemplate)
{
<HeaderTemplate></HeaderTemplate>
}
</GridColumn>
This results in a compile error of "Unrecognized child content inside component ...."
I then tried
<GridColumn Field= "" FieldType="" >
<HeaderTemplate>
@if (_useHeaderTemplate)
{
<div>Custom Header</div>
}
</HeaderTemplate>
</GridColumn>
This results in no text being rendered for the column header.
I'm trying to avoid (a) duplicating the <GridColumn/> configuration for both the true and false evaluations of the if statement; (b) I don't want to take over the complete rendering and management of the grid column header. I still want the framework to handle that.
Thanks
-marc

Hi,
I have:
<TelerikEditor @bind-Value="@ViewModel.MyText" />(MyText ist string :-) )
And get the following exception in Firefox, but not in Chrome:
blazor Loaded 13.64 MB resources
This application was built with linking (tree shaking) disabled. Published applications will be significantly smaller. blazor.webassembly.js:1:48472
Firefox kann keine Verbindung zu dem Server unter wss://localhost:58268/ aufbauen. aspnetcore-browser-refresh.js:234:24
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: this.valueContainer is undefined
setValue@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:1114771
Yt@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:36477
beginInvokeJSFromDotNet/s<@https://localhost:5001/_framework/blazor.webassembly.js:1:3332
beginInvokeJSFromDotNet@https://localhost:5001/_framework/blazor.webassembly.js:1:3306
St@https://localhost:5001/_framework/blazor.webassembly.js:1:59853
_mono_wasm_invoke_js_blazor@https://localhost:5001/_framework/dotnet.6.0.6.lrf372qj4b.js:1:195300
@:wasm-function[1]:0x0
@:wasm-function[219]:0x1a490
@:wasm-function[167]:0xce5e
@:wasm-function[166]:0xbd71
@:wasm-function[2812]:0xabf01
@:wasm-function[1616]:0x6fcc2
@:wasm-function[1620]:0x7032f
@:wasm-function[118]:0x969d
…
blazor.webassembly.js:1:35572
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: this.valueContainer is undefined
setValue@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:1114771
Yt@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:36477
beginInvokeJSFromDotNet/s<@https://localhost:5001/_framework/blazor.webassembly.js:1:3332
beginInvokeJSFromDotNet@https://localhost:5001/_framework/blazor.webassembly.js:1:3306
St@https://localhost:5001/_framework/blazor.webassembly.js:1:59853
_mono_wasm_invoke_js_blazor@https://localhost:5001/_framework/dotnet.6.0.6.lrf372qj4b.js:1:195300
@:wasm-function[1]:0x0
@:wasm-function[219]:0x1a490
@:wasm-function[167]:0xce5e
@:wasm-function[166]:0xbd71
@:wasm-function[2812]:0xabf01
@:wasm-function[1616]:0x6fcc2
@:wasm-function[1620]:0x7032f
@:wasm-function[118]:0x969d
…
blazor.webassembly.js:1:35572
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: this.valueContainer is undefined
setValue@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:1114771
Yt@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:36477
beginInvokeJSFromDotNet/s<@https://localhost:5001/_framework/blazor.webassembly.js:1:3332
beginInvokeJSFromDotNet@https://localhost:5001/_framework/blazor.webassembly.js:1:3306
St@https://localhost:5001/_framework/blazor.webassembly.js:1:59853
_mono_wasm_invoke_js_blazor@https://localhost:5001/_framework/dotnet.6.0.6.lrf372qj4b.js:1:195300
@:wasm-function[1]:0x0
@:wasm-function[219]:0x1a490
@:wasm-function[167]:0xce5e
@:wasm-function[166]:0xbd71
@:wasm-function[2812]:0xabf01
@:wasm-function[1616]:0x6fcc2
@:wasm-function[1620]:0x7032f
@:wasm-function[118]:0x969d
…
blazor.webassembly.js:1:35572
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: this.valueContainer is undefined
setValue@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:1114771
Yt@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:36477
beginInvokeJSFromDotNet/s<@https://localhost:5001/_framework/blazor.webassembly.js:1:3332
beginInvokeJSFromDotNet@https://localhost:5001/_framework/blazor.webassembly.js:1:3306
St@https://localhost:5001/_framework/blazor.webassembly.js:1:59853
_mono_wasm_invoke_js_blazor@https://localhost:5001/_framework/dotnet.6.0.6.lrf372qj4b.js:1:195300
@:wasm-function[1]:0x0
@:wasm-function[219]:0x1a490
@:wasm-function[167]:0xce5e
@:wasm-function[166]:0xbd71
@:wasm-function[2812]:0xabf01
@:wasm-function[1616]:0x6fcc2
@:wasm-function[1620]:0x7032f
@:wasm-function[118]:0x969d
…
blazor.webassembly.js:1:35572
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: this.valueContainer is undefined
setValue@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:1114771
Yt@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:36477
beginInvokeJSFromDotNet/s<@https://localhost:5001/_framework/blazor.webassembly.js:1:3332
beginInvokeJSFromDotNet@https://localhost:5001/_framework/blazor.webassembly.js:1:3306
St@https://localhost:5001/_framework/blazor.webassembly.js:1:59853
_mono_wasm_invoke_js_blazor@https://localhost:5001/_framework/dotnet.6.0.6.lrf372qj4b.js:1:195300
@:wasm-function[1]:0x0
@:wasm-function[219]:0x1a490
@:wasm-function[167]:0xce5e
@:wasm-function[166]:0xbd71
@:wasm-function[2812]:0xabf01
@:wasm-function[1616]:0x6fcc2
@:wasm-function[1620]:0x7032f
@:wasm-function[118]:0x969d
…
blazor.webassembly.js:1:35572
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: this.valueContainer is undefined
setValue@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:1114771
Yt@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:36477
beginInvokeJSFromDotNet/s<@https://localhost:5001/_framework/blazor.webassembly.js:1:3332
beginInvokeJSFromDotNet@https://localhost:5001/_framework/blazor.webassembly.js:1:3306
St@https://localhost:5001/_framework/blazor.webassembly.js:1:59853
_mono_wasm_invoke_js_blazor@https://localhost:5001/_framework/dotnet.6.0.6.lrf372qj4b.js:1:195300
@:wasm-function[1]:0x0
@:wasm-function[219]:0x1a490
@:wasm-function[167]:0xce5e
@:wasm-function[166]:0xbd71
@:wasm-function[2812]:0xabf01
@:wasm-function[1616]:0x6fcc2
@:wasm-function[1620]:0x7032f
@:wasm-function[118]:0x969d
…
blazor.webassembly.js:1:35572
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: this.valueContainer is undefined
setValue@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:1114771
Yt@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:36477
beginInvokeJSFromDotNet/s<@https://localhost:5001/_framework/blazor.webassembly.js:1:3332
beginInvokeJSFromDotNet@https://localhost:5001/_framework/blazor.webassembly.js:1:3306
St@https://localhost:5001/_framework/blazor.webassembly.js:1:59853
_mono_wasm_invoke_js_blazor@https://localhost:5001/_framework/dotnet.6.0.6.lrf372qj4b.js:1:195300
@:wasm-function[1]:0x0
@:wasm-function[219]:0x1a490
@:wasm-function[167]:0xce5e
@:wasm-function[166]:0xbd71
@:wasm-function[2812]:0xabf01
@:wasm-function[1616]:0x6fcc2
@:wasm-function[1620]:0x7032f
@:wasm-function[118]:0x969d
…
blazor.webassembly.js:1:35572
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: this.valueContainer is undefined
setValue@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:1114771
Yt@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:36477
beginInvokeJSFromDotNet/s<@https://localhost:5001/_framework/blazor.webassembly.js:1:3332
beginInvokeJSFromDotNet@https://localhost:5001/_framework/blazor.webassembly.js:1:3306
St@https://localhost:5001/_framework/blazor.webassembly.js:1:59853
_mono_wasm_invoke_js_blazor@https://localhost:5001/_framework/dotnet.6.0.6.lrf372qj4b.js:1:195300
@:wasm-function[1]:0x0
@:wasm-function[219]:0x1a490
@:wasm-function[167]:0xce5e
@:wasm-function[166]:0xbd71
@:wasm-function[2812]:0xabf01
@:wasm-function[1616]:0x6fcc2
@:wasm-function[1620]:0x7032f
@:wasm-function[118]:0x969d
…
blazor.webassembly.js:1:35572
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: this.valueContainer is undefined
setValue@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:1114771
Yt@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:36477
beginInvokeJSFromDotNet/s<@https://localhost:5001/_framework/blazor.webassembly.js:1:3332
beginInvokeJSFromDotNet@https://localhost:5001/_framework/blazor.webassembly.js:1:3306
St@https://localhost:5001/_framework/blazor.webassembly.js:1:59853
_mono_wasm_invoke_js_blazor@https://localhost:5001/_framework/dotnet.6.0.6.lrf372qj4b.js:1:195300
@:wasm-function[1]:0x0
@:wasm-function[219]:0x1a490
@:wasm-function[167]:0xce5e
@:wasm-function[166]:0xbd71
@:wasm-function[2812]:0xabf01
@:wasm-function[1616]:0x6fcc2
@:wasm-function[1620]:0x7032f
@:wasm-function[118]:0x969d
…
blazor.webassembly.js:1:35572
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: this.valueContainer is undefined
setValue@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:1114771
Yt@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:36477
beginInvokeJSFromDotNet/s<@https://localhost:5001/_framework/blazor.webassembly.js:1:3332
beginInvokeJSFromDotNet@https://localhost:5001/_framework/blazor.webassembly.js:1:3306
St@https://localhost:5001/_framework/blazor.webassembly.js:1:59853
_mono_wasm_invoke_js_blazor@https://localhost:5001/_framework/dotnet.6.0.6.lrf372qj4b.js:1:195300
@:wasm-function[1]:0x0
@:wasm-function[219]:0x1a490
@:wasm-function[167]:0xce5e
@:wasm-function[166]:0xbd71
@:wasm-function[2812]:0xabf01
@:wasm-function[1616]:0x6fcc2
@:wasm-function[1620]:0x7032f
@:wasm-function[118]:0x969d
…
blazor.webassembly.js:1:35572
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: this.valueContainer is undefined
setValue@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:1114771
Yt@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:36477
beginInvokeJSFromDotNet/s<@https://localhost:5001/_framework/blazor.webassembly.js:1:3332
beginInvokeJSFromDotNet@https://localhost:5001/_framework/blazor.webassembly.js:1:3306
St@https://localhost:5001/_framework/blazor.webassembly.js:1:59853
_mono_wasm_invoke_js_blazor@https://localhost:5001/_framework/dotnet.6.0.6.lrf372qj4b.js:1:195300
@:wasm-function[1]:0x0
@:wasm-function[219]:0x1a490
@:wasm-function[167]:0xce5e
@:wasm-function[166]:0xbd71
@:wasm-function[2812]:0xabf01
@:wasm-function[1616]:0x6fcc2
@:wasm-function[1620]:0x7032f
@:wasm-function[118]:0x969d
…
blazor.webassembly.js:1:35572
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: this.valueContainer is undefined
setValue@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:1114771
Yt@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:36477
beginInvokeJSFromDotNet/s<@https://localhost:5001/_framework/blazor.webassembly.js:1:3332
beginInvokeJSFromDotNet@https://localhost:5001/_framework/blazor.webassembly.js:1:3306
St@https://localhost:5001/_framework/blazor.webassembly.js:1:59853
_mono_wasm_invoke_js_blazor@https://localhost:5001/_framework/dotnet.6.0.6.lrf372qj4b.js:1:195300
@:wasm-function[1]:0x0
@:wasm-function[219]:0x1a490
@:wasm-function[167]:0xce5e
@:wasm-function[166]:0xbd71
@:wasm-function[2812]:0xabf01
@:wasm-function[1616]:0x6fcc2
@:wasm-function[1620]:0x7032f
@:wasm-function[118]:0x969d
…
blazor.webassembly.js:1:35572
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: this.valueContainer is undefined
setValue@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:1114771
Yt@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:36477
beginInvokeJSFromDotNet/s<@https://localhost:5001/_framework/blazor.webassembly.js:1:3332
beginInvokeJSFromDotNet@https://localhost:5001/_framework/blazor.webassembly.js:1:3306
St@https://localhost:5001/_framework/blazor.webassembly.js:1:59853
_mono_wasm_invoke_js_blazor@https://localhost:5001/_framework/dotnet.6.0.6.lrf372qj4b.js:1:195300
@:wasm-function[1]:0x0
@:wasm-function[219]:0x1a490
@:wasm-function[167]:0xce5e
@:wasm-function[166]:0xbd71
@:wasm-function[2812]:0xabf01
@:wasm-function[1616]:0x6fcc2
@:wasm-function[1620]:0x7032f
@:wasm-function[118]:0x969d
…
blazor.webassembly.js:1:35572
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: this.valueContainer is undefined
setValue@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:1114771
Yt@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:36477
beginInvokeJSFromDotNet/s<@https://localhost:5001/_framework/blazor.webassembly.js:1:3332
beginInvokeJSFromDotNet@https://localhost:5001/_framework/blazor.webassembly.js:1:3306
St@https://localhost:5001/_framework/blazor.webassembly.js:1:59853
_mono_wasm_invoke_js_blazor@https://localhost:5001/_framework/dotnet.6.0.6.lrf372qj4b.js:1:195300
@:wasm-function[1]:0x0
@:wasm-function[219]:0x1a490
@:wasm-function[167]:0xce5e
@:wasm-function[166]:0xbd71
@:wasm-function[2812]:0xabf01
@:wasm-function[1616]:0x6fcc2
@:wasm-function[1620]:0x7032f
@:wasm-function[118]:0x969d
…
blazor.webassembly.js:1:35572
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: this.valueContainer is undefined
setValue@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:1114771
Yt@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:36477
beginInvokeJSFromDotNet/s<@https://localhost:5001/_framework/blazor.webassembly.js:1:3332
beginInvokeJSFromDotNet@https://localhost:5001/_framework/blazor.webassembly.js:1:3306
St@https://localhost:5001/_framework/blazor.webassembly.js:1:59853
_mono_wasm_invoke_js_blazor@https://localhost:5001/_framework/dotnet.6.0.6.lrf372qj4b.js:1:195300
@:wasm-function[1]:0x0
@:wasm-function[219]:0x1a490
@:wasm-function[167]:0xce5e
@:wasm-function[166]:0xbd71
@:wasm-function[2812]:0xabf01
@:wasm-function[1616]:0x6fcc2
@:wasm-function[1620]:0x7032f
@:wasm-function[118]:0x969d
…
blazor.webassembly.js:1:35572
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: this.valueContainer is undefined
setValue@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:1114771
Yt@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:36477
beginInvokeJSFromDotNet/s<@https://localhost:5001/_framework/blazor.webassembly.js:1:3332
beginInvokeJSFromDotNet@https://localhost:5001/_framework/blazor.webassembly.js:1:3306
St@https://localhost:5001/_framework/blazor.webassembly.js:1:59853
_mono_wasm_invoke_js_blazor@https://localhost:5001/_framework/dotnet.6.0.6.lrf372qj4b.js:1:195300
@:wasm-function[1]:0x0
@:wasm-function[219]:0x1a490
@:wasm-function[167]:0xce5e
@:wasm-function[166]:0xbd71
@:wasm-function[2812]:0xabf01
@:wasm-function[1616]:0x6fcc2
@:wasm-function[1620]:0x7032f
@:wasm-function[118]:0x969d
…
blazor.webassembly.js:1:35572
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: this.valueContainer is undefined
setValue@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:1114771
Yt@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:36477
beginInvokeJSFromDotNet/s<@https://localhost:5001/_framework/blazor.webassembly.js:1:3332
beginInvokeJSFromDotNet@https://localhost:5001/_framework/blazor.webassembly.js:1:3306
St@https://localhost:5001/_framework/blazor.webassembly.js:1:59853
_mono_wasm_invoke_js_blazor@https://localhost:5001/_framework/dotnet.6.0.6.lrf372qj4b.js:1:195300
@:wasm-function[1]:0x0
@:wasm-function[219]:0x1a490
@:wasm-function[167]:0xce5e
@:wasm-function[166]:0xbd71
@:wasm-function[2812]:0xabf01
@:wasm-function[1616]:0x6fcc2
@:wasm-function[1620]:0x7032f
@:wasm-function[118]:0x969d
…
blazor.webassembly.js:1:35572
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: this.valueContainer is undefined
setValue@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:1114771
Yt@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:36477
beginInvokeJSFromDotNet/s<@https://localhost:5001/_framework/blazor.webassembly.js:1:3332
beginInvokeJSFromDotNet@https://localhost:5001/_framework/blazor.webassembly.js:1:3306
St@https://localhost:5001/_framework/blazor.webassembly.js:1:59853
_mono_wasm_invoke_js_blazor@https://localhost:5001/_framework/dotnet.6.0.6.lrf372qj4b.js:1:195300
@:wasm-function[1]:0x0
@:wasm-function[219]:0x1a490
@:wasm-function[167]:0xce5e
@:wasm-function[166]:0xbd71
@:wasm-function[2812]:0xabf01
@:wasm-function[1616]:0x6fcc2
@:wasm-function[1620]:0x7032f
@:wasm-function[118]:0x969d
…
blazor.webassembly.js:1:35572
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: this.valueContainer is undefined
setValue@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:1114771
Yt@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:36477
beginInvokeJSFromDotNet/s<@https://localhost:5001/_framework/blazor.webassembly.js:1:3332
beginInvokeJSFromDotNet@https://localhost:5001/_framework/blazor.webassembly.js:1:3306
St@https://localhost:5001/_framework/blazor.webassembly.js:1:59853
_mono_wasm_invoke_js_blazor@https://localhost:5001/_framework/dotnet.6.0.6.lrf372qj4b.js:1:195300
@:wasm-function[1]:0x0
@:wasm-function[219]:0x1a490
@:wasm-function[167]:0xce5e
@:wasm-function[166]:0xbd71
@:wasm-function[2812]:0xabf01
@:wasm-function[1616]:0x6fcc2
@:wasm-function[1620]:0x7032f
@:wasm-function[118]:0x969d
…
blazor.webassembly.js:1:35572
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: this.valueContainer is undefined
setValue@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:1114771
Yt@https://localhost:5001/_content/Telerik.UI.for.Blazor/js/telerik-blazor.js:6:36477
beginInvokeJSFromDotNet/s<@https://localhost:5001/_framework/blazor.webassembly.js:1:3332
beginInvokeJSFromDotNet@https://localhost:5001/_framework/blazor.webassembly.js:1:3306
St@https://localhost:5001/_framework/blazor.webassembly.js:1:59853
_mono_wasm_invoke_js_blazor@https://localhost:5001/_framework/dotnet.6.0.6.lrf372qj4b.js:1:195300
@:wasm-function[1]:0x0
@:wasm-function[219]:0x1a490
@:wasm-function[167]:0xce5e
@:wasm-function[166]:0xbd71
@:wasm-function[2812]:0xabf01
@:wasm-function[1616]:0x6fcc2
@:wasm-function[1620]:0x7032f
@:wasm-function[118]:0x969d
…
blazor.webassembly.js:1:35572
The editor work as excepted. But how I get rid of the exception? :-)
Hi, Is it possible disable totalcount if pagable is true? or localizate totalcount? 1- .. OF .. ITEMS
I don't want show total items in datasource becasue I have more than 100000 rows and it's too slow.
Thanks for answer
Peter

I'm using the "Predefined Dialogs".
... await Dialogs.ConfirmAsync("Are you sure?", Title);
How can I add icon to the dialog title and dialog buttons



How do you identify which grid raised the OnRead event to be able to do custom sorting on a grid when there are more than one grid?
For example, say I have multiple grids created in a loop
Razor:
@for (int i = 0; i < _someData.Count(); i++)
{
int gridIndex = i;
<TelerikGrid Data=@_someData.ElementAt(i)
OnStateChanged="@((GridStateEventArgs<SomeData> args) => OnGridStateChangedHandler(args))"
OnRead="@OnGridRead"
@ref="@GridRefList[gridIndex]"
....
}
Code:
@code {
TelerikGrid<SomeData>[] GridRefList { get; set; }
private async Task OnGridRead(GridReadEventArgs args)
{
// Which grid raised this event?
}
}
How can I determine which grid fired the event so that I can load it with the correct data? All of the examples and links seem to only work with a single grid. Eg
https://www.telerik.com/forums/custom-sorting-and-filtering
https://docs.telerik.com/blazor-ui/components/grid/manual-operations
Hey, i am following the example listed here Blazor FileSelect - Events | Telerik UI for Blazor to use the FileSelect in my project to allow users to upload files in a blazor server all.
I'm using the code below to save the files to a network location.
private async Task UploadFile(FileSelectFileInfo file)
{
var path = Path.Combine(HostingEnvironment?.WebRootPath, file.Name);
await using FileStream fs = new FileStream(path, FileMode.Create);
await file.Stream.CopyToAsync(fs);
}file.Stream.CopyTo(fs);