Telerik Forums
UI for Blazor Forum
2 answers
123 views

Is it possible to customize the appearance of input and page size dropdown controls in the TelerikPager control or the pager of the TelerikGrid control?

Our application uses the Material theme and all controls are using the Outline FillMode but I cannot change the Pages dropdown control of the grid's default pagger.

I can use the GridPagerTemplate to change the default pager with a customized one but still the TelerikPager control does not allow configuration of the TelerikNumericBox control behind the PagerInput control and the TelerikDropDownList behind the PagerDropDownList control.

Constantinos Petridis
Top achievements
Rank 2
Iron
Iron
 answered on 10 Nov 2023
1 answer
184 views

Having problem modifying the edit popup within Telerik Grid. Blazor version 4.0.1.

Error message: Error: System.InvalidOperationException: Object of type 'Telerik.Blazor.Components.GridPopupEditFormSettings' does not have a property matching the name 'ChildContent'.

Structure seems correct to me, any help is appreciate it.

Edgar
Top achievements
Rank 1
Iron
 answered on 09 Nov 2023
2 answers
591 views
I have this structure:


+ Menu - Navigation Page Load to div "Desktop"
   + div desktop
      + Toolbar
      + Splitter Vertical
           +Splitterpane
                 -Overview Grid
           +Splitterpane
                 - Detail
                       +TelerikEditForm
                            -lot of stuff-

         
Problem: How to get an infromation if the EditForm IsModified() and someone uses the navigation to fire an other page.

User request: Please show a dialog to ask user for abort  or save.

So I was looking for an OnBlur() Event. But there is no such an event I can Intercept the Action.

I've no idea how I can solve this request. Ok, no simple way... :-) 

This is such a typical situation that I can't imagine it can't be solved with Blazor's built-in tools. But I currently have tomatoes on my eyes. Probably, I can't see the forest for the trees right now.

Any hint would be gratefully received. :-)

Peter
Top achievements
Rank 1
Iron
Iron
 answered on 09 Nov 2023
1 answer
138 views

I have created a routine which will highlight the search string in a grid, much like F3 in your browser. It is working well, by intercepting the GridRead events and applying a <SPAN> around the searched text to highlight it. The problem I have is that I don't know if the search filter in the collection provided comes from the search box or another filter applied to the grid. Is there a way that I can determine the filter comes from the search box so I only apply the highlight if it is the search text?

Thanks,

Bryan

Georgi
Telerik team
 answered on 09 Nov 2023
1 answer
128 views

When I make a format of $AUD#, or #,#, or even # it works for anything that is not 0.

This also occurs in the demo formats in Blazor Numeric Textbox Overview - Telerik UI for Blazor

I assume it's as designed, but is there any way to force the display of 0?

Chris
Top achievements
Rank 1
Iron
 answered on 09 Nov 2023
0 answers
90 views

Not sure if this is possible. Hopefully someone can point me in right direction.

I have a report with a set of columns in beginning and end. And within the center of the report is a set of columns that I wont know how many.

Example:

Col1, col2 , col3, col*, cola, colb, colc, etc....

Col* = 1 to many.

Each row is an order and the Col* represents items on the order.

I take it the telerik grid would have to be set to autogenerate the columns for the grid.

I am just not sure how I build the Class for the report result in this case.

 public class RtpOrderItems

{

public string? Col1 { get; set; }

public string? Col1 { get; set; }

public string? Col1 { get; set; }

public string? Col* { get; set; } // ? How would u go about this piece. Closest I came is the Dictionary field but I could get it to work.

public string? ColA { get; set; }

public string? ColB { get; set; }

public string? ColC { get; set; }

}

 

Thanks in advance

Deasun
Top achievements
Rank 3
Bronze
Bronze
Bronze
 asked on 07 Nov 2023
1 answer
295 views
I can hide the toolbar buttons by defining a blank toolbar component.  But the toolbar, or the space that the toolbar occupies is still visible.

<TelerikPdfViewer Data="Document.Image">
    <PdfViewerToolBar>
    </PdfViewerToolBar>
</TelerikPdfViewer>

Hristian Stefanov
Telerik team
 answered on 07 Nov 2023
1 answer
189 views

Hi,

I´ve tried the DateTimePicker, DatePicker and TimePicker and they all work great but not when I put them inside a Boostrap Modal.

If I have a TextBox followed by a DatePicker inside an opened Bootstrap Modal and then click the calendar icon in the DatePicker the TextBox gets focused.

Is there a way around this behaviour?

/Daniel

Georgi
Telerik team
 answered on 07 Nov 2023
1 answer
89 views

How do I use ChartSeriesLabelsPadding, it seems to describe the exact behaviour I want in a chart, but I can't find any implementation details or examples of how it should be used anywhere.

I have a series of charts where the largest data points are just at the top of the chart and the tooltip will appear just above the top and get cut off and only the bottom of the text is visible. 

Help would be greatly appreciated.

Thanks,

Hunter

Hristian Stefanov
Telerik team
 answered on 07 Nov 2023
0 answers
462 views

In an editable grid, is there some way to identify cells that have been edited from their original values? In this case, I'm looking to style them differently to make it visibly apparent that they are "dirty".

We have a solution that is functional but cumbersome. Within each record, we maintain a list of dirty fields it contains (updated in the OnUpdate handler). Then we assign an OnCellRender handler to every column which adds a "changed-cell" class conditionally if that field on that record is dirty. It's a pain adding this OnCellRender handler to everything; I would rather it be automatic.

Does something exist that would allow me to easily accomplish this? If not, would a feature request be possible to automatically add a class to a cell when it is changed? Thanks.

Clark
Top achievements
Rank 1
 asked on 07 Nov 2023
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?