Telerik Forums
UI for Blazor Forum
2 answers
747 views

Is it possible to hide the selected values on top of the control and continue showing the hint?? as it doesn't look so good on narrow control

Nadezhda Tacheva
Telerik team
 answered on 12 Aug 2022
1 answer
130 views

Hello,

I have a CalDav-Server as data storage for caldav-clients. One client frontend is the Telerik Scheduler.

I have created an event series with end date like this:

RecurrenceRule = "FREQ=DAILY;UNTIL=2022-08-13T23:59:59"

which works fine.

But a RecurrenceRule like this:

RecurrenceRule = "FREQ=DAILY;BYDAY=MO,TU,WE,TH,FR"

works on other clients (like Thunderbird), but in the Scheduler it produces the same result like:

RecurrenceRule = "FREQ=DAILY"

Did I something wrong with the rule or is there a problem with the Scheduler?

 

Nadezhda Tacheva
Telerik team
 answered on 12 Aug 2022
0 answers
347 views

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 ?

 

Hendrik
Top achievements
Rank 2
Bronze
Iron
Iron
 asked on 11 Aug 2022
1 answer
164 views

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.

<TelerikFilter Value="@Value" ValueChanged="@OnValueChanged">
    <FilterFields>
        <FilterField Name="@nameof(OrderDetailDto.OrderId)" Type="typeof(int)" Label="Id" />
        <FilterField Name="@nameof(OrderDetailDto.Quantity)" Type="typeof(short)" />
        <FilterField Name="@nameof(OrderDetailDto.OrderFreight)" Type="@typeof(decimal)" Label="Freight" />
        <FilterField Name="@nameof(OrderDetailDto.OrderShipCountry)" Type="typeof(string)" Label="Country" />
        <FilterField Name="@nameof(OrderDetailDto.OrderShipName)" Type="typeof(string)" Label="Ship to" />
        <FilterField Name="@nameof(OrderDetailDto.OrderShipAddress)" Type="typeof(string)" Label="Ship Address" />
        @for (int i = 0; i < 25; i++)
        {
            <FilterField Name="@i.ToString()" Type = "typeof(string)" Label="@i.ToString()" />
        }
    </FilterFields>
</TelerikFilter>

 

Dimo
Telerik team
 updated answer on 11 Aug 2022
1 answer
245 views

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

 

 

Dimo
Telerik team
 answered on 11 Aug 2022
0 answers
98 views

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? :-)

Holger
Top achievements
Rank 1
Iron
Iron
 asked on 11 Aug 2022
1 answer
318 views

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

Dimo
Telerik team
 answered on 10 Aug 2022
1 answer
602 views

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

Dimo
Telerik team
 updated answer on 10 Aug 2022
1 answer
313 views
I am using TelerikDropDownList component in my app, it can have 1000+ records, for performance reasons server-side paging is implemented. Does telerikDropdownlist support server-side paging?
Please suggest alternatives for using server-side paging with the dropdown in a blazor app.
Nadezhda Tacheva
Telerik team
 answered on 10 Aug 2022
1 answer
143 views
Is there a way to have the pager control display alphabetic pages instead of numeric? I would like to provide to my users a contacts book where it is displayed alphabetically based on contacts name. If not this might be a suggestion for a new control. I am thinking a modern day rolodex.
Nadezhda Tacheva
Telerik team
 answered on 10 Aug 2022
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?