Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
178 views

Hi !

I try to manage default sorting on my grid. I add this markup into the MasterTableView :

<SortExpressions>
    <telerik:GridSortExpression FieldName="Prenom" SortOrder="Descending"/>
</SortExpressions>

But the datas are not sorted and the code :

$find('RadGrid1').get_masterTableView().get_sortExpressions()

return an empy array.

Is it normal ?

Doncho
Telerik team
 answered on 10 Jul 2020
2 answers
425 views

I have been trying to diagnose some annoying intermittent errors I see thrown by AWSSDK, which include it trying to locate my AWSSDK profile/credentials files.
I used this guide to create them:  https://docs.aws.amazon.com/sdk-for-net/v3/developer-guide/net-dg-config-creds.html

To fix this, I created the profiles and credentials in a flat file and put references to them in <appSettings>:
<add key="AWSProfilesLocation" value="C:\Users\Administrator\.aws\credentials" />
<add key="AWSProfileName" value="default" />
<add key="AWSAccessKey" value="ABC123" />
<add key="AWSSecretKey" value="DEFG6789" />
<add key="AWSBucketName" value="media.mysite.com" />


This addition works well in projects I use that do not have CloudUploaders, such as WebAPIs and services. Unfortunately, if I add these lines to a project with CloudUploader, it makes it so the uploader barks on every single upload, as if all files are invalidated or errored when attempting to select one. The project doesn't spit out a useful error so I'm not 100% sure whats happening.

Peter Milchev
Telerik team
 answered on 10 Jul 2020
1 answer
160 views

Hi sir,

 

           I use rad splitter i give color but not display so how i give color  but rad splitter now work.

Note: 

     I need give color for i mark in screenshot pls reply ASAP

 

Vessy
Telerik team
 answered on 10 Jul 2020
8 answers
738 views
I added a GridClientSelectColumn column to my RadGrid.  On the ItemDataBound event, I disable that checkbox depending on certain other values of the row.  So the checkbox is correctly rendered as disabled.  However, the checkbox in the grid's header, that allows the user to select/deselect all ignores that state of the checkbox. 

So, if I click the checkbox in the header, it checks all the checkboxes, even if they are disabled.

Is there a way around this?  Or will I have to manually put in my own checkbox column, javascript, etc.  to manage it?
Doncho
Telerik team
 answered on 10 Jul 2020
6 answers
393 views
Is there a way to get the password strength score on the server side? I know that I could just populate a hidden text box with the score and have is posted back to the server, but I was wondering if there was a more elegant solution.
liu
Top achievements
Rank 1
Veteran
 answered on 09 Jul 2020
4 answers
280 views
Hi All,

Do Telerik have any plans to create a password strength indicator control for their suite?
I know there are some very good examples out there but it would be nice if there was a Telerik one that could be styled and used in the same way as the rest of the RadControls suite.
Just an idea.

Thanks,

Andy
Doncho
Telerik team
 answered on 09 Jul 2020
4 answers
265 views
Hi,
I'm trying to use the Password Strength on a password input but for some reason the strength indicator is not showing when the input is inside a Div or panel.
if i move it outside i see it just fine. I need this inside the div/panel so it looks right. 

any ideas?

could i maybe create my own images and force them to show in the panel?

Rs
Doncho
Telerik team
 answered on 09 Jul 2020
6 answers
438 views
I'm trying to load a ReportViewer report inside a RadPanelItem on a RadPanelBar_ItemClick event so that it doesn't load on pageload but only when the user expands that PanelItem.  This seems to work but it causes the page to postback and the user sees the screen refresh.  I'd like to avoid this by using an updatepanel.  But when I wrap the contents of my RadPanelItem in an updatepanel, I get the "Generating Report" and pinwheel but when it's done, nothing is displayed.

<telerik:RadPanelBar runat="server" ID="RadPanelBar" ExpandMode="MultipleExpandedItems" Width="100%" ExpandAnimation-Type="InBack" OnItemClick="RadPanelBar_ItemClick">
    <Items>
        <telerik:RadPanelItem Text="myReport" Value="myReport">
            <ContentTemplate>
                <div style="height: 500px">
                    <asp:UpdatePanel ID="UpdatePanel3" runat="server" style="width:100%">
                        <Triggers>
                           <asp:AsyncPostBackTrigger ControlID="RadPanelBar" />
                         </Triggers>
                        <ContentTemplate>
                            <telerik:ReportViewer ID="ReportViewer1" runat="server" Width="100%" Height="95%" ToolbarVisible="false"></telerik:ReportViewer>
                        </ContentTemplate>
                    </asp:UpdatePanel>
                </div>
            </ContentTemplate>
        </telerik:RadPanelItem>
    </Items>
</telerik:RadPanelBar>
 
 
 
protected void RadPanelBar_ItemClick(object sender, RadPanelBarEventArgs e)
{
    if (e.Item.Value == "myReport")
    {
        TheReport report01 = new TheReport();
        chargeReport.ReportParameters["ID"].Value = this._myID;
        ReportViewer1.ReportSource = report01;
        ReportViewer1.Visible = true;
    }
}

I could be just missing something simple but I've been looking at this for a while now and nothing.
n/a
Top achievements
Rank 1
Veteran
 answered on 09 Jul 2020
4 answers
516 views
I need to know how to convert the Rad grid to html in order to add the Radgrid in emailbody.
Vessy
Telerik team
 answered on 09 Jul 2020
3 answers
3.1K+ views
Hi,
In my aspx page i am using

radcombobox

 and in save function of javascript in the same page i want to get selected items text and value of that combobox.But i am not able to receive it.
i used all methods..Text,GetText,.SelectedItem.Text it says 'undefined' always.

Can anyone help me out??
Peter Milchev
Telerik team
 answered on 09 Jul 2020
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?