Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
161 views

I have a rad grid displaying info, a list of keys assigned to employees. Once a key is added in the list, the ONLY thing in the future that should be editable is the status column, which there will only be 3 options: lost, Found and Reassigned, and Assigned. Since there are only 3 options I want there, I do not want a text box for them to edit whatever status they want, only these options. I would like the text box to be a drop down list, if possible. I cannot figure out how to change this through any settings though, is this something that needs done in the code behind? 

 

Attached is a picture for reference. 

Attila Antal
Telerik team
 answered on 18 Jul 2019
5 answers
559 views
Hi,

If I select 2 items, my selected values are displaying as "2 items checked".
Is there a way to localize / customize this text?

Thank You
Andreas
 
Nguyen Huu
Top achievements
Rank 1
 answered on 18 Jul 2019
0 answers
56 views

Hi to all

If i put a MultiColumnBox in RadGrid as soon as i click on the box the table of the results appears and disappears in half a second

If i write part of the key everything works fine.

 

Is this a bug, a feature or something else?

 

Thanks 

Nicola

 

n/a
Top achievements
Rank 1
 asked on 16 Jul 2019
1 answer
116 views

Hello,

I have an issue with RadCalendar : when the focus is in the textbox with the date and time and I press Enter, the day and the month automatically switch. For exemple, if the date is 11/07/2019 and I press Enter, the date changes to 07/11/2019. If I press Enter again, it switch back to 11/07/2019.
But, if the date is 25/07/2019, it don't change to 07/25/2019 (because this date is not valid).

 

Here's the code I'm using :

<asp:UpdatePanel ID="UpdatePanel10" runat="server" UpdateMode="Conditional">
  <ContentTemplate>
    <telerik:RadDateTimePicker ID="DateDebut" runat="server" OnSelectedDateChanged="DateDebut_SelectedDateChanged" AutoPostBackControl="Both">
    </telerik:RadDateTimePicker>
  </ContentTemplate>
  <Triggers>
    <asp:AsyncPostBackTrigger ControlID="btnPrev" EventName="Click" />
    <asp:AsyncPostBackTrigger ControlID="btnNext" EventName="Click" />
  </Triggers>
</asp:UpdatePanel><br>

 

I don't understand what is appening, if someone can please help me, it would be very kind.

Eyup
Telerik team
 answered on 16 Jul 2019
3 answers
115 views

i have used Below Code

<telerik:RadFileExplorer RenderMode="Lightweight"
            OnClientLoad="OnClientLoad"
            EnableFilterTextBox="true"
            EnableViewState="true"
            runat="server" ID="FileExplorer1" Width="800px" Height="400px"
            EnableOpenFile="false"
            EnableCopy="false"
            EnableFilteringOnEnterPressed="true"
            Configuration-EnableAsyncUpload="false">
            <Configuration ViewPaths="~/MappedDir/" ></Configuration>
        </telerik:RadFileExplorer>

 

 

Filter not working please help

 

Rumen
Telerik team
 answered on 15 Jul 2019
6 answers
148 views
Hi

In my senario, I have to set the keyboard navigation between the same Grid Row Columns and Grid Columns.

In the below specified sample grid, if the user select the catid checkbox  and then he press the Right Arrow key, the focus will automatically goes to catname checkbox , again if the user press the Right Arrow key then the focus will automatically goes to description checkbox.

Similarly I have to use the Left Arrow key & UP/ Down key in the grid

Is this is possible in radgrid keyboard navigation option, if not provide some alternative option.

catid catname description
Mayte
Top achievements
Rank 1
 answered on 15 Jul 2019
4 answers
437 views
I am having trouble disabling (visibility = hidden or display = none or disabled = true) an asp:Button that is contained in a user control when it is clicked.


My user control is in an asp:panel that is ajaxified by a RadAjaxManager.

I have added javascript to the onClick attribute (for the actual button in the user control) that performs this.style.display =none

I have also added a javascript method in the page that contains the RadAjaxManager and its does not work either.

Nothing I try seems to disable the button when I click.


Any ideas?

varun
Top achievements
Rank 1
 answered on 13 Jul 2019
4 answers
544 views

I have a line chart with vertical lines on the ticks on the X-axis. My chart definition looks like this:

<telerik:RadHtmlChart ID="Chart" runat="server">
    <PlotArea>
        <Series>
            <telerik:LineSeries DataFieldY="Year">
                <TooltipsAppearance Visible="false"></TooltipsAppearance>
                <Appearance>
                    <FillStyle BackgroundColor="#5dade2"></FillStyle>
                </Appearance>
            </telerik:LineSeries>
        </Series>
        <XAxis DataLabelsField="MONTH_NAME" Color="black" MajorTickType="None" MinorTickSize="2" MinorTickType="Outside">
            <MajorGridLines Visible="false" />
            <MinorGridLines Visible="true" />
        </XAxis>
        <YAxis AxisCrossingValue="0" Color="black" MajorTickSize="2" Step="1">
            <MajorGridLines Visible="false" />
            <MinorGridLines Visible="false" />
        </YAxis>
    </PlotArea>
    <ChartTitle Text="By Month - Average"></ChartTitle>
    <Legend>
        <Appearance BackgroundColor="Transparent" Position="Bottom" Visible="True"></Appearance>
    </Legend>
</telerik:RadHtmlChart>

 

It results in a chart that looks like the attached picture. Is there a way to turn off the vertical lines like the one I've outlined in red?

bdrennen
Top achievements
Rank 1
 answered on 12 Jul 2019
3 answers
53 views

My step:

1. when i resized the column to 120px (example:before width is 100px)

2. It fired the button event after the resized the column through the javascript

3. I got: the value was 100px through  "this.RadGrid1.MasterTableView.Columns[0].HeaderStyle.Width" , (but i want the width is 120px for save the persistence to the database)

 

My question:

How can i get the resized width value,after fire column resized?

Attila Antal
Telerik team
 answered on 11 Jul 2019
1 answer
58 views

All,

I have a requirement that build up essentially a connection string based on the user selecting one value from each step on a 5 step wizard. I was wanting to show the progress of this string being built up when each value selected selected and on each step, ie on selected the value in step one the it displays it underneath the progress bar and when the user moves to the next step the value is there and updated to include the value selected in step two etc

I currently have a series of labels on each step incrementally number L1, L2, L3 (as i can't have a controlled named the same on different steps) and the values are set in the code behind.

 

Is there a more elegant way of have one control that exists on all pages and is simply updated via ajax

 

many thanks

Matt

Peter Milchev
Telerik team
 answered on 11 Jul 2019
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?