Telerik Forums
UI for Blazor Forum
1 answer
278 views
Hello,
i wanted to know how can i get the the whole object instead of pass ValueField and Get That as a value 

<TelerikDropDownList Data="@myDdlData" TextField="MyTextField" ValueField="MyValueField" @bind-Value="selectedValue"></TelerikDropDownList>

like in here i want my ValueField be the whole object no MyValueFierd
Marin Bratanov
Telerik team
 answered on 04 Dec 2019
6 answers
1.0K+ views

  Here is my situation -- I have a number of nested controls and I have a cascading value that encompasses all the controls.  When I put one of my nested components inside a Telerik window then the cascading parameter on said component does not work (it gets value of null). If I move my component just outside the Telerik window and nothing else -- then the parameter gets the correct value.

Is this a bug? Does the parameter not get a value in the control because the window's "visible property" is false initially which maybe prevents the property from being set properly? 

 

 

Mark
Top achievements
Rank 1
 answered on 02 Dec 2019
2 answers
216 views

Hi,

How can I translate the following markup into a row template?

Thanks … Ed

<GridCommandColumn Width="300px">
      <GridCommandButton Command="Save" Icon="save" ShowInEdit="true">Update</GridCommandButton>
      <GridCommandButton OnClick="@((args)=> SelectDashboardModel(args.Item as DashboardModel))" Icon="edit">Edit</GridCommandButton>
      <GridCommandButton Command="Cancel" Icon="cancel" ShowInEdit="true">Cancel</GridCommandButton>
  </GridCommandColumn>
Randy Hompesch
Top achievements
Rank 1
 answered on 02 Dec 2019
3 answers
353 views

Hi,

Right now, when I click on a highlighted treeview item it only fires the onClick if I click directly on the text. How can I add some css to make the highlighted area clickable. By highlighted I mean:

 

div.k-treeview span.k-in:hover {
        background-color: pink;
        color: black;
    }

 

Randy Hompesch
Top achievements
Rank 1
 answered on 29 Nov 2019
1 answer
5.7K+ views
How to apply style to a row (for example background color) inside a Grid? I've tried RowTemplate but the contents of a RowTemplate must be <td> elemets. If I wrap <td> elements inside a <div> the layout breaks.
Marin Bratanov
Telerik team
 answered on 29 Nov 2019
1 answer
526 views

Hi,

I'm trying to implementa a RowTemplate. My grid has a GridCheckboxColumn as a first column but I don't know what to put in the first <td> element.
I have tried putting <input type="checkbox" /> but context variable has no knowledge of a checked row.

Any help is appreciated.

Marin Bratanov
Telerik team
 answered on 29 Nov 2019
2 answers
209 views

    How to do this with the Telerik button?

Thanks … Ed

 

Randy Hompesch
Top achievements
Rank 1
 answered on 27 Nov 2019
3 answers
443 views

once a grid is declared in markup, and for columns that are sortable, reorderable and resizable. I want to persist that settting from grid UI and later apply those settings back to grid, in @code section (some event handler handles save column setting, apply column settings)?

this requires @code block to be able to access the grid object and the columns inside it. it is possible? 

Wei
Top achievements
Rank 1
 answered on 26 Nov 2019
1 answer
4.9K+ views

There are times where my blazor application looses connection over the web sockets, generally sue to inactivity.

 

Example: a user might open a telerik window, enter some values in some text boxes, come back later and want to submit what they entered but unless they refresh the page no buttons work on the page.

 

I am going to give them a save status option to save current work if they have to leave for a bit but is there a setting I should be enabling somewhere to help with connection timeouts?

Marin Bratanov
Telerik team
 answered on 25 Nov 2019
2 answers
159 views

Hi,

Are there plans to incorporate frozen/locked columns?

Thanks … Ed

 

Randy Hompesch
Top achievements
Rank 1
 answered on 25 Nov 2019
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?