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
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.

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

| catid | catname | description |
|---|---|---|
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?
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?

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

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?

