Telerik Forums
UI for Blazor Forum
2 answers
734 views

If I place the DateRangePicker inside a TelerikForm, the start and end input fields are stacked vertically.

If I were to place the control just inside a div, they are arranged horizontally.

How can I get the control to arrange itself horizontally when inside a form?

Thanks

 

Marc Simkin
Top achievements
Rank 2
Iron
Iron
Veteran
 answered on 12 Mar 2021
6 answers
985 views

You can move a modal window past the bottom and out of view. At that point the only way to get back to it is to zoom out on the browser. Similarly, if you drag a window to the top, you can move it so high that the title bar is out of view. You can still see the bottom part of the window but even if you zoom out you can't get back to the title bar so the only thing you can do is to either escape out of the window or hope you have Ok/Cancel still visible.

Is there a way to prevent this?

Doug
Top achievements
Rank 1
Iron
Iron
Veteran
 answered on 12 Mar 2021
1 answer
1.0K+ views
I have a requirement to be able to select multiple values. I have filtering enabled, but I only want the user to be able to select valid values and not enter custom data. My approach would be to clear any invalid data when the control loses focus. The documentation says the OnBlur event should be available but I only have OnChange and OnRead. I believe the functionality I want to mimic is similar to the ComboBox control AllowCustom="false" option. I'm using the latest version of the controls.
Nadezhda Tacheva
Telerik team
 answered on 12 Mar 2021
3 answers
174 views

I am simply trying to toggle an Animation Container and have it ZoomOut when it opens, but ZoomIn when it closes. Thought I could update the AnimationType using the reference, but does not work. Please see attached.

Marin Bratanov
Telerik team
 answered on 12 Mar 2021
5 answers
880 views
Hello.
I wanted to know if it is possible that clicking on an item in the Drawer instead of navigating to a new page opens a window or a dialog box?

Regards.
Blazorist
Top achievements
Rank 2
Bronze
Iron
Iron
 answered on 11 Mar 2021
2 answers
1.1K+ views

Hello-- i'm using the TelerikEditor component and binding it to a string that i fill with a word document that i import and convert to html.  The code works and does load the string with the expected value in an async method but as odd as it sounds if i load the first document nothing is displayed but when i load the second document the first document then displays even though the string content is now set to the second document.  I understand there could be issues with the async nature of the code but i don't see how that could be happening considering my code.  here is my code:

string documentContent { get; set; }

        private async void LoadDocumentFromDisk(InputFileChangeEventArgs e)
        {
            if (e.File != null)
            {                
                DocxFormatProvider docxProvider = new DocxFormatProvider();
                HtmlFormatProvider htmlProvider = new HtmlFormatProvider();
                var file = e.File;
                byte[] theBytes = new byte[file.Size];
                var reader = file.OpenReadStream(10000000);
                var whatever = await reader.ReadAsync(theBytes);
                RadFlowDocument radFlowDocument = docxProvider.Import(theBytes);
                documentContent = htmlProvider.Export(radFlowDocument);                
            }
        }

here is the blazor/razor html for the control:

<TelerikEditor @bind-Value="@documentContent"></TelerikEditor>

 

Anyone seen anything like this and how to fix the problem?

 

Thanks, LT.

 

Lawrence
Top achievements
Rank 1
Iron
 answered on 10 Mar 2021
1 answer
786 views

 Is there a way of constraining the drawer when in Overlay mode to its parent <div>?

 

I see it being done in your demo page https://demos.telerik.com/blazor-ui/drawer/display-modes

thanks

Svetoslav Dimitrov
Telerik team
 answered on 10 Mar 2021
4 answers
805 views

Hi, I need to be able to use virtual mode and multiple select and be able to get the complete list of selected items when a user clicks a row, holds shift, scrolls the grid then clicks another row.

Also with the usual, ctrl clicks, etc along the way.

 

Virtual mode is needed as we must show up to 5000 rows without paging.  And without virtual mode this grid simple cannot handle that much data.

 

Is this possible, the docs suggest it is, but give no example code how to achieve this.   We're looking at several grids to use, and Telerik is winning, but this is a showstopper if this cannot be done.

TIA

Svetoslav Dimitrov
Telerik team
 answered on 10 Mar 2021
3 answers
501 views
Is it possible to capture field value (namely Id) from a selected row in a grid when selecting a different row?  I read a post that sounded like using some kind of leave event is probably impractical as a feature request but that templates can be used along with StateChanged events.  I've been experimenting with that but I seem to only be able to get an Id from the current row selected, and I also need to retain the Id from the last row that was selected prior to selecting a different row.
Nadezhda Tacheva
Telerik team
 answered on 09 Mar 2021
1 answer
261 views

This is related to Grid CheckBoxList Filter - https://demos.telerik.com/blazor-ui/grid/filter-checkboxlist

 

In Microsoft Excel, when we start typing in the Search box, the matching entries along with "Select All" are already checked. So upon typing the required criteria, the user just needs to select Ok button to view the filtered results.

 

 

 

In the case of Blazor Grid, the matching entries and Select All option are not checked automatically. So the user would need to do an additional action of checking "Select All". Please refer to the attached screenshots.

 

 

Is there a way to have "Select All" auto checked upon typing the filter criteria?

Marin Bratanov
Telerik team
 answered on 08 Mar 2021
Narrow your results
Selected tags
Tags
+? more
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?