Telerik Forums
UI for Blazor Forum
1 answer
366 views

I want to refresh the Telerik schedule component. For that,

I used this link: https://docs.telerik.com/blazor-ui/components/scheduler/refresh-data

 

But, In my code doesn't work Rebind Method,

I want to refresh the Telerik schedule component. For that, I used this link: https://docs.telerik.com/blazor-ui/components/scheduler/refresh-data

But, In my code doesn't work Rebind Method,

I can see this problem:

enter image description here

Then I also try a sample code in the above link in my code (by copying and pasting). doesn't work. It generates the same issues.

Please help me!! Thank You.

Nadezhda Tacheva
Telerik team
 answered on 01 Nov 2022
1 answer
263 views

How do I prevent a TextArea from being resized?

Can the character limit be set?

I'm not seeing either in the TextArea parameters in the Overview doc Blazor TextArea Overview - Telerik UI for Blazor

Nadezhda Tacheva
Telerik team
 answered on 01 Nov 2022
1 answer
208 views

Hi,

Is it possible to set the maximum length of the data entered into a TelerikAutoComplete component?

I've tried catching keystrokes on the component and throwing away the surplus but this is not acceptable to our users.

Cheers
Rob

 

Hristian Stefanov
Telerik team
 answered on 28 Oct 2022
1 answer
144 views

Hello, in our application we have a grid which uses Auto Generate Columns. Right now we're only using one type but we want it to accept a generic object which can one of a few types and have it automatically generate the columns for it so we don't need to make a grid for each type. Is this possible or do we need the make multiple grids?

Nadezhda Tacheva
Telerik team
 answered on 27 Oct 2022
1 answer
148 views

I have a case where I need to be able to set last children in indeterminate state.
Yes, the indeterminate checkbox state for the node that has no children.

Is it possible without any special hacks?

I don't want to create my own checkboxes in templates, as I still need selecting parent.

I'm already trying to do this with reflections and getting to ProcessedData (with some successes), but I'd prefer to use native functionality.

Dimo
Telerik team
 answered on 27 Oct 2022
0 answers
101 views

Is there a way to change the animation type for ChartSeriesTooltip?

Now it's slides up

Ilan
Top achievements
Rank 1
Bronze
Iron
Veteran
 asked on 27 Oct 2022
1 answer
310 views

I read this Telerik article here and still have many questions not covered in that article:

  1. Typo in the article "SingnalR" ... I think you mean SignalR.
  2. WASM Blazor can run "offline" but without connectivity to server based web APIs and database what would WASM do for me, ability to write data to local file and populate later when connectivity returns?
  3. Can either (WASM or Server) be coded exclusively with DOM and C# and be fully functional, no JavaScript/TypeScript special cases?
  4. Are there any differences on how WASM vs. Server consumes web API ... security difference, CORS, etc.?  Article suggests a "built-in" feature for keeping code secure and private but doesn't expand on that?
  5. Are there any differences on what can be accomplished with a UI/UX with WASM vs Server?
  6. What is the relevance to "SignalR" in either WASM or Server?
  7. I don't see any Telerik templates in VS 2022 for building Blazor WASM or Server application, only the default Microsoft provided templates?

My goal is to minimize the technology stack staying with .NET 6/7 core/EF (web APIs), C#, DOM, Blazor so that code maintenance is easier and less demanding on hired skill sets and less fragile (more resilient)   Nothing against JS and TypeScript, it's just that for my development case, I want to avoid JS and mixing it in with my application.

My application requirements are fairly standard, both public facing and private web application calling web API that communicates with back end database.  The UI needs to be nice/modern but doesn't need to be a marketing/sales type of website.  I need easy databinding, validation, and powerful grid control (filters, groups, sorts), touch signature image capture, and there will be some interaction with cameras for image capture and OCR and of course standard reporting to a report server.

I am reading up on your training course here.

Any insight would be helpful as I get more familiar with Blazor.

Many thanks.

Dimo
Telerik team
 answered on 26 Oct 2022
4 answers
4.1K+ views

I need customized Click event on clicking Modal popup close button.

<WindowActions><WindowAction Name="Close" /></WindowActions>

Instead of above code, I need as below

<WindowActions>
        <WindowAction Icon="@IconName.Close" OnClick="@OnCloseClick" />
 </WindowActions>

 async Task OnCloseClick()
{

}

Hao
Top achievements
Rank 1
Iron
 updated answer on 26 Oct 2022
1 answer
273 views

Hello

I'm using Telerik.UI.for.Blazor 3.6.0

I would like to make async query on TelerikFilter ValueChanged EventCallback ( change found items count ) but when i change my implementation

from

private void OnFilterValueChanged(CompositeFilterDescriptor filter){
//code here
}

to

private async Task OnFilterValueChanged(CompositeFilterDescriptor filter){
//code here validation and get filteringRules
int count = await dispatcher.QueryAsync(new CountItemsQuery(filteringRules));
//code here
}

TelerikFilter stop working properly 

When i add second filter condition and then i would like remove it nothing hapens (GUI do not reload)

Second try remove filter condition throws Exception: Index was out of range.

Am i doing something wrong or it's error?

Best regards

Svetoslav Dimitrov
Telerik team
 answered on 26 Oct 2022
1 answer
205 views

I have a notification component defined on my MasterLayout page like below.   and then shared with all my other pages via a cascading parameter.

<TelerikNotification @ref="@NotificationReference" AnimationType="@AnimationType.ZoomOut" Class="notification"
                                                 HorizontalPosition="NotificationHorizontalPosition.Center" VerticalPosition="NotificationVerticalPosition.Top"/>

Everything works fine, but I am noticing that if i am scrolled down on a child page, the notification stays at the top of the page (off the visible screen) instead of being relative to the top of the window.  How can i make sure the notification is always visible to the end users regardless of how far down a page they might be scrolled too?

Thanks in advance,

Eric
Top achievements
Rank 2
Iron
Iron
 answered on 25 Oct 2022
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?