Telerik Forums
UI for Blazor Forum
1 answer
233 views

I need to format one of the columns with three decimal places.

In https://docs.telerik.com/devtools/winforms/api/telerik.documents.spreadsheetstreaming.builtinnumberformats , I could not find any option for the above-mentioned purpose.

I am formatting a column before the data is exported in grid. Here is a code:

I would really appreciate if you could tell me if there is such a BuiltInNumberFormat. If not,  is there Telerik class that allows me to do so? I tried incell formatting, but without success.

Umidjon
Top achievements
Rank 1
Iron
 answered on 10 Nov 2022
0 answers
233 views
We would like to add horizontal lines (ideally) or points to each series in a bar chart to indicate minimum and maximum values. The closest solution I can find is to use a line chart, but that doesn't really make sense because there isn't really a relationship between the marks across the series. A different plot band for each series would work, but we need a separate plot band for each series. Another option would be to do the line chart but only show the marks and not the line itself. Any options currently available?
Chris
Top achievements
Rank 1
 asked on 10 Nov 2022
2 answers
446 views

Anyway to add a tooltip hint to the drawer item?

Popsup when the mouse hovers over it!

 

Deasun
Top achievements
Rank 3
Bronze
Bronze
Bronze
 answered on 10 Nov 2022
1 answer
631 views

Hi,
Is there any way how to customize button(text or command) in Grid Popup window edit mode?

 

 

In Inline mode I can modify buttons(text and command)

Nadezhda Tacheva
Telerik team
 answered on 10 Nov 2022
1 answer
456 views

I have TelerikGrid and when I click on the item of this grid, I should open Telerik Window Modal component.

<StatusUpdateModalComponent WindowVisible="@ModalVisible"></StatusUpdateModalComponent>

In grid:

  <GridCommandButton OnClick="ShowUpdateWindow">Update</GridCommandButton>

In event handler:

protected void ShowUpdateWindow(GridCommandEventArgs args)
        {          
            ModalVisible = true;
        }

When it's inside grid it opens many modal windows (for each row).

But if outside it shows only one time and doesn't show again if I click again.

Should I put it inside grid or outside?

 

Svetoslav Dimitrov
Telerik team
 answered on 10 Nov 2022
1 answer
192 views

I've just upgraded from 3.6 to 3.7 and the paging styling on all of my grids, within my application, are now wrong.

Please see attached images.

 

Many thanks,

Rob

Rob
Top achievements
Rank 2
Iron
Iron
Iron
 answered on 10 Nov 2022
1 answer
414 views

Hi, I need GridFilterMode.FilterRow for decimal or real numbers without arrows . Perhaps, TelerikNumericTextBox can be used, but without arrows or common TextBox. Could you help me with it. Are there any parameters or templates for it?

Thanks

Peter

Nadezhda Tacheva
Telerik team
 answered on 10 Nov 2022
1 answer
302 views

Hello,

Update: Solved it with css.

I have a TelerikGrid like:


<TelerikGrid Data="@MainViewModels">
    <DetailTemplate>
        var details = context as DetailViewModel;

        <TelerikGrid Data="details.Details">
            <GridColumns>
                <Grid Column Field="Title" />
            </GridColumns>
        </TelerikGrid>
    </DetailTemplate>

    <GridColumns>
        <GridColumn Field="Field1" />
        <GridColumn Field="Field2" />
        <GridColumn Field="Field3" />
    </GridColumns>
</TelerikGrid>

4 columns are generated: one <td class="k-hieracrchy-cell" role="gridcell"> and three <td class=" " role="gridcell"> columns.

But in <tr class="k-detail-row"> -> <td class="k-detail-cell"> there is colspan="3" instead of 4. So the details do not have the full width of the table.

How do I set the colspan to 4 or expand the detail table to the full width of the parent table?

Thanks

Nadezhda Tacheva
Telerik team
 answered on 10 Nov 2022
1 answer
439 views

Is there a way to have the cursor position on the left starting position of the textbox when the textbox gets the focus when the user tabs to the control?

It now always starts at the right most position after the format: dd-MM-yyyy <-- here

I guess if the control has an onFocus event it would be possible using javascript.

thx in advance!

 

Tsvetomir
Telerik team
 answered on 10 Nov 2022
1 answer
147 views

I'm using TelerikTreeList in a Blazor project. However, the paging appears very ugly. As you can see in the attached image, the paging elements are spread over three lines. That also doesn't depend on the width of the TreeList. I cannot influence the appearance via TreeListSettings --> adaptive. Anyone know what the problem is?

Dimo
Telerik team
 answered on 08 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?