Telerik Forums
UI for Blazor Forum
1 answer
211 views
For some reason when I click a Save button in a grid column, it's firing OnInitializedAsync after the page has already been loaded.  I don't want values I initialize to be re-initialized when I click the Save button.  How can I stop an interaction with the grid from firing OnInitializeAsync?  The grid seems to be forcing a full page re-load instead of just re-drawing the grid.
Larry
Top achievements
Rank 2
Iron
Veteran
Iron
 answered on 30 Nov 2022
1 answer
159 views
I have a grid with Pageable="false," and I need footer navigation buttons to work for each record; clicking "Next" or "Previous" would highlight the row below or above the currently highlighted row. Same goes for "First" and "Last." Any thoughts or recommendations would be appreciated.
Timothy J
Top achievements
Rank 2
Bronze
Iron
Iron
 answered on 30 Nov 2022
2 answers
403 views

Hi

Is there a way to align the level 1 menu items to the right as opposed to the left of their level 0 parent item

context:

- A level 0 item with a long display text followed by an icon for the level 1 dropdown 

- the user moves the mouse towards the drop down icon and the level 1 menu appears

- the level 1 menu has items with short display names

- as the user moves the mouse from the icon to the sub-menu the sub-menu will disappear as they have left the parent menu item

(- if they moved the mouse along the parent item to the left then drop onto the sub-menu it is fine)

 

question:

can the sub-menu container be right aligned to the parent menu item so it effectively displays under the drop-down icon?

haPartnerships
Top achievements
Rank 1
Iron
 answered on 30 Nov 2022
0 answers
321 views

Hi,

 

A have a very simple code in order to test the DatePicker control:

 

@page "/datepicker/overview"
@page "/datepicker/index"
@layout EmptyLayout

<div>
    <div>
        <label for="travel-date" class="k-label k-form-label">Travel Date</label>
        <div class="k-form-field-wrap">
            <TelerikDatePicker Min="@Min" Max="@Max" @bind-Value="@selectedDate"
                               Id="travel-date" DebounceDelay="@DebounceDelay">
            </TelerikDatePicker>
        </div>
    </div>
    <div class="k-form-field">
        <p>The selected travel date is: <strong>@selectedDate?.ToLongDateString()</strong></p>
    </div>
</div>

@code {
    public DateTime Max = new DateTime(2050, 12, 31);
    public DateTime Min = new DateTime(1950, 1, 1);
    private DateTime? selectedDate;
    public int DebounceDelay { get; set; } = 200;
}

 

This is the result I get:

 

Looks like some styling is missing.

Developing in VisualStudio 2022 (Preview).

Any ideas?

 

Thank you...

Enrique
Top achievements
Rank 1
 asked on 28 Nov 2022
3 answers
3.9K+ views

Hi Team,

 

Could you please suggest to do Copy Clipboard on Button click in blazor?

 

Thanks,

Vishnu 

Peter
Top achievements
Rank 2
Iron
 answered on 28 Nov 2022
1 answer
269 views

 If I have multiple incoming notifications, how do I limit the number that are visible ? Is there a property to set or is there a way I can programmatically remove certain toasts?

Thank you

 

  
Svetoslav Dimitrov
Telerik team
 answered on 25 Nov 2022
1 answer
210 views
Is it possible to validate required DatePicker control without EditForm?
Dimo
Telerik team
 answered on 25 Nov 2022
0 answers
183 views

Hi, I need open xmlstring in new tab. How can I do it? Do I have to use JSRuttime, if yes, so how?

Thanks for answer

Peter

 

 

Peter
Top achievements
Rank 1
Iron
Iron
 asked on 25 Nov 2022
1 answer
198 views

Hi,

I'm having trouble getting a GridCheckBoxColumn to remember what was checked on page 1 of a grid, if I switch to page 2 and then back to page 1.

I can't tell from the documentation if this is expected behavior or not.

Does anyone else know if I need to write custom code here?

Rob

Dimo
Telerik team
 answered on 24 Nov 2022
1 answer
187 views

Is it possible to have the BreadcrumbItem show the link in the browser status bar when a user hovers over it, like a regular anchor tag?

 

I tried using an ItemTemplate and wrapping the content in an anchor tag with the onclick set to return false, but I couldn't see any way to do this without losing all the existing styling. It seems like I'd have to pretty much rewrite the entirety of the BreadcrumbItem to get access to things like the Root or Last property in order to render the items correctly.

Hristian Stefanov
Telerik team
 answered on 23 Nov 2022
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?