Telerik Forums
UI for Blazor Forum
1 answer
175 views

I would simulate the "DblClick" event that Telerik use to open the window with the "Create Appointment" default fields. I have a button in the page, outside the TelerikScheduler component, and I would like to create a new Appointment by there, using the default "CreateAppointment" Telerik window, obviously with tha "StartDate" and "EndDate" fields empty.  A generic Appointment, in few words.
Is there any way to do this? Where I can find the method that open that window?

 

(I found this in the "kendo.all.min.js", but I am not sure if it is the right point where Telerik launch the method:

t.trigger("add", {
        eventInfo: f({
        start: i.startDate(),
        end: i.endDate()
      }, o);

if it is, how can I use it?)

 

Thanks,

Angelo Marzullo

Hristian Stefanov
Telerik team
 answered on 25 Oct 2021
1 answer
509 views

Out of the box the content div (with the k-tabstrip-content class) has a tabindex="0" attribute. Is there a way I can get the TelerikTabStrip to generate this with tabindex="-1" to prevent the div from being selected.


 

Nadezhda Tacheva
Telerik team
 answered on 25 Oct 2021
1 answer
536 views
With the upgrade to 2.27 My vertical tab strip has become narrower and my labels are wrapping.  How would control the width of the vertical tab strip and/or control the size of the font in the labels?
Marin Bratanov
Telerik team
 answered on 23 Oct 2021
1 answer
204 views

Is there a way to hide a grid on the page, but still allow for export to Excel the "easy way" - using the ExportToExcel command?

For example, can this command be called by another button?

Marin Bratanov
Telerik team
 answered on 23 Oct 2021
1 answer
360 views
Hello,

I created a class library designed to communicate with a database on my local computer. I wanted to import this class library to my Telerik blazor project (The demo one with some modifications). I uploaded my class library in the solution but when I want to use it (using instruction) in a new Page, I get the error "CS0246 The type or namespace name 'DataAccessLib' could not be found (are you missing a using directive or an assembly reference?)". 
Isn't possible to import other class librairies not made with telerik into a telerik project ?

Greetings
Rémy Macherel
Marin Bratanov
Telerik team
 answered on 23 Oct 2021
1 answer
1.3K+ views

We are looking to implement the grid to replace agGrid in a situation where the users are accustomed to some patterns.  We are using server-side Blazor and have reports that may have 60k rows.   Our preference is not to use paging, and since we have grouping, it seems that virtual scrolling is not an option.   

Right now we struggle to load as many as 10k rows, even without grouping.  I get an error:  WebSocket closed with error 1006.

We are not doing any updates in the grid, so it would seem that if we could turn off anything to make it read only (we do filter and sort it, but don't update any cells) then that might lighten the load.

Any ideas about grid or column attributes we could set?  Or any other ideas?

 

Marin Bratanov
Telerik team
 answered on 23 Oct 2021
7 answers
1.6K+ views

Hi:

With the new Form component, when the orientation is set to horizontal, is that only for the FormItems?

I would like to arrange my form so that FormItems and FormButtons are all laid out horizontally.  The attached screen shot is what I am looking to achieve.

Thanks

-marc

Nadezhda Tacheva
Telerik team
 answered on 22 Oct 2021
1 answer
556 views

I would like to change the location of the formbuttons.

Instead of having them at the bottom of the form, I would like them to be at the top of the form.

How can I accomplish this? Regardless of where the <FormButtons> Element is placed, the buttons always display under the form.

 

Nadezhda Tacheva
Telerik team
 answered on 22 Oct 2021
1 answer
924 views
Can I change the dialog box 'OK' and 'Cancel' button text to 'Yes' and 'No'
Dimo
Telerik team
 answered on 20 Oct 2021
2 answers
332 views

Hi all. 
I've a simple confirm dialogue routine.  I follow the examples in the documentation. 

The code looks like:

        protected async void OnNHibernateLogsChange()
        {
            bool confirm = await ActivateFilterConfirm(); // ask about

            if (confirm || _showNHibernateLogs == false)
            {
                LoggerConfig.FilterNHibernateLogs = !_showNHibernateLogs;
                string msg = _showNHibernateLogs ? L10n["NM-SHOWNHIBLOGS"] : L10n["NM-HIDENHIBLOGS"];
                NotificationManager.ShowInfo(msg);
            }
            else
            {
                _showNHibernateLogs = !_showNHibernateLogs;
            }
        }

The problem is that the dialog box buttons don't have a text. It is not an styles issue. I've inspected and the generated div is empty. 

Any ideas on what is going on? 
Thanks. 


Mario
Top achievements
Rank 1
Iron
 answered on 19 Oct 2021
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?