Telerik Forums
UI for Blazor Forum
1 answer
242 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
372 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
98 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
1 answer
430 views
Hi,
I would like to remove the border that you can see in each row of a TreeList. I can only change the background color with CSS but not the border. About 1 pixel high, colored gray, below and above each row.
Dimo
Telerik team
 answered on 08 Nov 2022
1 answer
256 views

In this demo example:

I want to build that Hambugger side menu that pops out expanded options for the icons you click on.

That demo doesnt show how that was done. Do you have a demo example of how that was done?

New, very new, to Blazor.

Svetoslav Dimitrov
Telerik team
 answered on 07 Nov 2022
0 answers
210 views

Hello to all!
I want to share with you my experience of using Telerik charts to build a box and whisker chart.
This chart is extremely useful in statistical data processing to identify outliers in a data set.
https://en.wikipedia.org/wiki/Box_plot

Telerik doesn't have a special box and whisker chart component, but it's pretty easy to make one yourself.
To do this, we need a candlestick chart to visualize the range of data and a line chart to visualize outliers.
The open-source library MathNet.Numerics is used to calculate the summary statistics of five numbers.
https://numerics.mathdotnet.com

Attached is a sample code, enjoy!

Ivan
Top achievements
Rank 3
Iron
Iron
Iron
 asked on 07 Nov 2022
0 answers
99 views
Hello!
I need to limit the range to only select the months range.
Is is possible to limit CalendarView like this?

Ivan
Top achievements
Rank 3
Iron
Iron
Iron
 asked on 06 Nov 2022
0 answers
201 views

Hi all

I've got a question related to chart layout.

In Blazor on the ChartSeries there is a property "Color". Per intellisense a function(point) can be used that will evaluate the series color on point-by-point basis.

But how do you exactly do that ?
Any help is very much appreciated.

FYI
I'm trying this on an Area chart.

opusnumeri
Top achievements
Rank 1
 asked on 04 Nov 2022
1 answer
404 views

Hello,

Are you planning on building a single Chip component for Blazor?

Is there an existing component that could achieve something like the screenshot attached?

That is an absolute-positioned chip to be displayed over the original card element.

Nadezhda Tacheva
Telerik team
 answered on 04 Nov 2022
1 answer
141 views

Hello,

 

Still a issue?

Dimo
Telerik team
 answered on 04 Nov 2022
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?