Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
71 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
143 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
134 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
165 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
460 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
577 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
64 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
72 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
1 answer
185 views

I'm trying to come up with a way to create a custom EditorTool that is purely informational.  Essentially, I want a label in the Ribbon that I can update the text with JavaScript.  I can get way with having a normal EditorTool as long as I can keep updating the text on the fly from client-side.  The issue is that the users are spending more time in the editor than the established timeout on the server (I have no control over the timeout length). I'm looking to give them a counter that shows how long before the timeout will occur (I've got a counter written, but nowhere to display it).  Ideally they'd be saving as they worked, and it wouldn't be a problem... but users don't always do what they should. lol

 

Alternatively, I could just auto-save for them, but I'd still want to be able to modify the text in the Ribbon to indicate when that occurred.

 

I don't want to have to waste real estate to add a label above or below the editor when the existing ribbon has plenty of unused space.

 

Any suggestions?

Rumen
Telerik team
 answered on 11 Jul 2019
4 answers
195 views
The RadGrid we have implemented on a page is contained within a RadPageView.  Its width is 100% of that space, dynamically growing as the window is resized.

I've got one GridTemplateColumn that is set to Display=False that is showing at load.  I can't find any programmatic server or client side logic that could be showing it.

More importantly when the window is resized, other hidden columns are suddenly no longer hidden.  They are set to Display=False at load and can only be shown through the context menu.  It appears it's client-side scripting that is causing it but I've been unable to catch what it is.  I have some custom client side script running as part of client events, but it still happens even if they are not called so it shouldn't be related.

Has anyone seen this behavior before?

Thanks for your assistance or comments.
Eyup
Telerik team
 answered on 10 Jul 2019
Narrow your results
Selected tags
Tags
+? more
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
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?