Telerik Forums
UI for Blazor Forum
0 answers
1.5K+ views

Hi,

I'm struggling to find a simple way to set the selected row colour. I'm using the bootstrap theme.

I want to change it to the indigo/tertiary colour in the bootstrap theme but I'm getting nowhere. It's still a light blue.

Can you assist please.

 

Many thanks,

 

Rob

Rob
Top achievements
Rank 2
Iron
Iron
Iron
 asked on 23 Jan 2023
1 answer
235 views

Hi

Is there a way to delay the opening of the TeleriklMenu ( use case : the menu is used in a table and each time the mouse goes over, the popup appears. I want to prevent this by putting a delay before showing the Popup

A workaround could be to show the popup only at mouse click

Thanks

 

Yanislav
Telerik team
 answered on 23 Jan 2023
0 answers
166 views

I am trying to have a TelerikWindow with its content divided in 3 rows: in the first row a button (10% of the TelerikWindow Heigth), in the second row a scrollable TelerikGrid (80%) and in the third row another button (10%).

To obtain this result I've created a TelerikWindow with a TelerikGridLayout in it, the TelerikGridLayout has 3 rows (10%, 80%, 10%) for button - grid - button.

In my test the grid exceeds the height of the telerikwindow so a vertical scrollbar appears in the TelerikWindow, instead I would like all content in the TelerikWindow (without the TelerikWindow vertical scrollbar, only with the TelerikGrid scrollbar). My test is in repl at https://blazorrepl.telerik.com/cdEbQQGu3019EWUB00.

May you kindly help me?

Thank you.

 

NiV-L-A
Top achievements
Rank 2
Iron
 asked on 22 Jan 2023
6 answers
1.8K+ views

I'm working on a custom export of the grid data (mostly due to date formats.)

I can get the filtered data using the code from here:

https://www.telerik.com/forums/export-telerik-ui-blazor-data-to-excel-pdf#gLpHjDCLDUmPjega_RAwPw

 

This works great for using the filter menu items.  Adding a couple new lines of code, I can easily get the current sort as well.

 

Is there anything exposed to let me get anything typed into the "Search" box which does the Contains on all the fields?  It doesn't exist in the current FilterDescriptors and I didn't see another thing that would let me get that values and further filter the existing data with what is in that box.

 

Thanks

 

Michal
Top achievements
Rank 1
Iron
Iron
 answered on 20 Jan 2023
1 answer
433 views
I've made the appropriate changes in all cases but this one -- What would be the correct change here? 
<TelerikButton Class="mr-1" ButtonType="@ButtonType.Button" ImageUrl=@GetImageUrl(@name) OnClick="@(()=>AttachmentOnClickHandler(name))">@name</TelerikButton>

Nadezhda Tacheva
Telerik team
 answered on 20 Jan 2023
1 answer
303 views

Since updating to 4.0.0 I am getting error when creating a new ExcelExportableColumn now.


var isBugColumn = new Telerik.Blazor.Common.Export.Excel.ExcelExportableColumn() { Field = "IsBug", Title = "Is Bug" };

 

Getting error that "ExcelExportableColumn is inaccessible due to its protection level"

Nadezhda Tacheva
Telerik team
 answered on 20 Jan 2023
1 answer
107 views

Is it possible to have mutiple resources of the same type on the same appointment?  For example, in our system we could have a Patient Appointment with multiple physical therapists.  In our system the resource ids stored in an appointment is a list not a single value as I have seen your examples.

Thanks!

Yanislav
Telerik team
 answered on 19 Jan 2023
1 answer
166 views

Hello,

I am trying to set up a GroupFooterTemplate and to calculate a value to put in the footer I need to know the value of the grouped attribute. In this case I am grouping on a column named "Category" and I call a function that needs to know the value of the category column in the group above the footer. If that's not clear here is a screenshot to help illustrate the value I'm trying to find when generating the group footer.

So I'm hoping to be able to pull that category value, "Biological" or "Kiln", when generating the group footer which I do by using the code here.


<GridColumn Field="@lengthColumnName" FieldType="@typeof(decimal)" Title="@myName" Width="180px">
                      <GroupFooterTemplate Context="unitFooterContext">
                              Total: %@calculateSubtotal(lengthColumnName, "Biological").ToString()
                      </GroupFooterTemplate>
</GridColumn>
Currently it is just hard coded to use Biological but I would like it to be able to use the category column value for each group to generate the correct value in each footer under each group. So ideally there is something I can access from the grid that will correspond to the value of the grouped column at each point where the footer is generated (so some variable that would change between biological, kilns, etc as the grid is created).
Hristian Stefanov
Telerik team
 answered on 19 Jan 2023
1 answer
426 views

On the Blazor Upload demo page it shows the control with a "drag and drop" option. I haven't been able to find information on the site on how to implement that. I have found a few places where it makes it sound as if that is not yet possible. Can you direct me to a location where it has further information on that feature? Thanks

Hristian Stefanov
Telerik team
 answered on 19 Jan 2023
0 answers
983 views

Before upgrading to 4.0, I used to define a GridCommandButton this way (with FontAwesome custom icons) :

<GridCommandButton IconClass="fal fa-sync-alt fa-lg" OnClick="Refresh">@Resources.Refresh</GridCommandButton>

But now with 4.0, IconClass parameter has been removed. Documention says to use Icon parameter, that only accept a FontIcon or SvgIcon object value.

But how do a use those to display my custom icon in above code?

Bruno
Top achievements
Rank 1
 asked on 19 Jan 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?