Telerik Forums
UI for Blazor Forum
2 answers
157 views

Hi there,

 

I have a form:

    <TelerikForm Model="Template" OnValidSubmit="SubmitTemplateAsync">
        <FormItems>
            <TelerikTextBox @bind-Value="Template.Title" PlaceHolder="Title"></TelerikTextBox>
            <br />
            @foreach (EvaluateQuestionGroup group in Template.QuestionGroups)
            {
                <TelerikTextBox @bind-Value="group.Title"></TelerikTextBox>
                <TemplateLibraryEvaluateQuestionGrid Template="Template" QuestionGroup="group"></TemplateLibraryEvaluateQuestionGrid>
                <br />
            }
        </FormItems>

    </TelerikForm>
The Grid in this form has a window component that allows a user to post comments about individual grid rows. To access this popup they click a telerikbutton rendered in a grid column which toggles the window and passes it the grid row as a Parameter.

However, when a user clicks the button the window pops up and then immediately after OnInitializeAsync ends it disappears, at which point the form pasted above calls its OnValidSubmit. 

Can you tell me why this is happening?

All the best,
John
Svetoslav Dimitrov
Telerik team
 answered on 09 Jun 2021
1 answer
189 views

Hello

A short video was recorded how and when the issue occurred.

Best

Hristian Stefanov
Telerik team
 answered on 09 Jun 2021
2 answers
130 views
I want to make a separate razor page to to hold the markup & code for the window component. Then display it modally on the man page. Can that be done?
David
Top achievements
Rank 1
Iron
Iron
Iron
 answered on 08 Jun 2021
1 answer
330 views
I understand how to make the range slider fill a horizontal space using Width but is there a way to make a Vertical Range Slider fill a vertical space?
Dimo
Telerik team
 updated answer on 08 Jun 2021
1 answer
582 views
Is there any way to do a textbox tag editor like the one below from this forum (see attached)?
Dimo
Telerik team
 answered on 08 Jun 2021
1 answer
950 views

Hi,

When I try to run the example on the following page I get an error:
Page: https://docs.telerik.com/blazor-ui/components/form/formitems/overview#customize-the-appearance-of-the-editors-in-the-form 
Error: Unhandled exception rendering component: Object of type 'Telerik.Blazor.Components.FormItem' does not have a property matching the name 'Enabled'.

Additionally, the example that uses the "[Editable(false)]" attribute on the model attached to the form does not render the control in a disabled state, as stated. (Example on this page: https://docs.telerik.com/blazor-ui/components/form/overview )

Any help would be appreciated. Thank you,
Jesse

 

Svetoslav Dimitrov
Telerik team
 answered on 08 Jun 2021
1 answer
2.5K+ views
Is there a way to lock (freeze) the header row?
Eric R | Senior Technical Support Engineer
Telerik team
 answered on 07 Jun 2021
1 answer
636 views

Is there a way to put an entire page and it's associated code-behind file as part of a tabstriptab content?  I'm having a problem styling the entire "page" since it has a component containing a tab strip and it always ends up on the left side of the page and the content ends up on the right side of the page.  The best thing would be to put the content in the tab content itself but i don't want to put all that html and code into one file that contains the tabstriptab.

 

Thanks,
Lawrence.

Eric R | Senior Technical Support Engineer
Telerik team
 answered on 07 Jun 2021
2 answers
1.2K+ views

Hi

The idea we have is to have a list of tileLayoutitems. The user starts with an empty TileLayout and starts a wizard, the wizard lets the user choose from a list which tilelayoutitems he or she wants to see.  We save this information in our database. So then, we need code to populate the tilelayout with the choosen tilelayout items.

Qeustion is this possible to do and how?

Eric

 

 

Nadezhda Tacheva
Telerik team
 answered on 07 Jun 2021
2 answers
328 views

Hello, we are trying to create a type of dashboard where the user would be able to customise the dashboard by removing and adding tiles.

It seems like the add/remove feature is already implemented in Kendo UI for JQuery but not for Blazor, is there already an expected date for this feature to be implemented in Blazor?

Nadezhda Tacheva
Telerik team
 updated answer on 07 Jun 2021
Narrow your results
Selected tags
Tags
+? more
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?