Telerik Forums
UI for Blazor Forum
0 answers
171 views

The stepper control looks very useful, however the examples are quite limited.  I would like to know how I can use a button to change the steps instead of clicking on the stepper control itself.  Also, are there any better examples of using validation on each step, such as, when clicking the button to change steps, trigger validation for that step?

Thank you,

Jim

Jim
Top achievements
Rank 1
Iron
 asked on 11 Jul 2023
1 answer
395 views
Hello. 
I am using the FileSelect component to upload a single file. For this, I configured the property Multiple = false, and everything works as expected. The problem is that regardless of the Multiple state, more than one file can be uploaded through Drag and Drop. I believe this is an inconsistency in the component's logic since both file selection options should be limited. How can this be achieved in a simple way?

Another question: Is it possible to deactivate the drop zone?

Greetings. 
Twain.
Yanislav
Telerik team
 answered on 11 Jul 2023
1 answer
168 views
Perhaps a silly question but wanted to do a sanity check anyway. I know there are several ways to build custom filter descriptors and custom filter menus with the FilterMenuTemplate. I just want to use the existing default FilterDescriptors but more instances of them without re-creating the entire FilterMenu. For example, instead of having the default two FilterDescriptors with the Logic operator separating them, have three or four, all separated with a Logical Operator.
Dimo
Telerik team
 answered on 10 Jul 2023
1 answer
867 views

I  create a PDF-Document on the fly and want print it immediately afterwards.

Actually I am using TelerikPdfViewer to show the PDF on screen but the user has to click on the Print-Button and the another time in the follwing print dialog from the browser.

I would like to print immediately to the default printer without preview. 

And to spice it up: I would like to print it 3 times!

Is there by any chance to achieve that ?

 

Dimo
Telerik team
 answered on 07 Jul 2023
1 answer
223 views

HI:

Im considering to integrate jquery kendo components in Blazor server side app. Do you have a guide to do this?

 

I found this:

https://github.com/telerik/blazor-ui/tree/master/common/kendo-in-blazor

 

If you have something better, please advise me.

Dimo
Telerik team
 answered on 07 Jul 2023
1 answer
569 views

Hello everybody,

I am facing an issue with the DataGrid. Using Rebind on the Grid it calls the OnRead Method I supplied and inside I get async Data (awaited) set args.Data and args.Total (paged) and the initial call works, showing 3 rows. With the next call (filtered) I can see only 1 row getting retured which is what I want, but the grid still shows all 3 and a loading indicator which never goes away. No Exceptions, the code runs through inside my ReadItems method. No idea what is wrong here:


<TelerikGrid @ref="@vm.GridRef"
             TItem="ListenElementReltestsElternViewModel"
            OnRead="@vm.ReadItems" >...

public async Task ReadItems(GridReadEventArgs args)
{
        args.Data = await GetData(currentFilter, CurrentFilterAusdruck);
        args.Total = 3; // correct for the testcase
}

Yanislav
Telerik team
 answered on 07 Jul 2023
0 answers
261 views

Hello,

      I am evaluation the Telerik components for Blazor as are company may purchase a subscription.  One component that will be used heavily will be the TelerikGrid.  I am trying to simply find any methods that the grid provides, however I don't see any in any documentation I have seen.  I would simply like to do something like myGrid.SelectedRows() and have it return the collection of the datatype.  I am most interested on how to do this with a hierarchical grid.  I  have a <GridCheckBoxColum> in the <DetailTemplate>.  I would like to have a button on top of the detail rows that when clicked, gets all of the rows selected.  Eventually, I would like not only to do that, but be able to unselect any rows outside of that detail grid.  Basically, I only want to the user to be able to select from one detail grid at a time.
   Sorry, I know this is a bit long, but I thought I'd find a simple method to call.  If someone can please give me some guidance while I am playing around in the sandbox that would be great.

Thank you for any help,

Jim

Jim
Top achievements
Rank 1
Iron
 asked on 06 Jul 2023
1 answer
276 views

I've got an app where the user selects an issue from a grid and it pops up a window where they can edit the issue in a form.  When I attempt this, the page freezes/crashes.  Here is a reproduction of the issue.

https://blazorrepl.telerik.com/mHOLaTlG32jhfT7v19

If you comment out the form and uncomment the fields below it you'll see it works outside of the TelerikForm.  It also works inside an EditForm.  It appears to be stuck in an infinite loop.  What's causing this?  Is there no workaround besides using an EditForm?

Hristian Stefanov
Telerik team
 answered on 06 Jul 2023
0 answers
169 views

I need an org chart functionality, but telerik doesn't have an org chart component for Blazor. I'm considering integrate asp org chart component o jQuery org char component, and this is my question, what approach is better?

If found this:

https://github.com/telerik/blazor-ui/tree/master/common/kendo-in-blazor

Sami
Top achievements
Rank 2
Iron
Iron
Iron
 updated question on 05 Jul 2023
1 answer
286 views

Hy telerik,

 

On touch screens there is no hover so you need to click an item to open the menu for the children items.

This is not taken into account by the current implemnentation of CloseOnClick.

Becouse if set to True, it never opens the nested menu items. 

 

For now I will set CloseOnClick=false in order to be able to open the submenus. But this will make the menu stay opened after clicking a item. With is a very anoying user experience. I can provide an exemple if necesary.

 

Eveything works as expected on Descktop, as the submenu opens with hover.

 

Is this a bug?

Will it be fxed?

Is there a way to close the menu programatically?

Any workaround?

 

I have no found a duplicate post.

 

Cheers!

 

 

Hristian Stefanov
Telerik team
 answered on 05 Jul 2023
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?