Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
132 views
HI, 

i'm trying to make AllowSubmitOnEnter work. I have a RadGrid witch is updated through a templateform. With AllowSubmitOnEnter = true, data is update only if the focus is in a RadTextBox or a RadNumericTextBox. If the focus is in a RadioButton or a CheckBox, the changes are canceled and the first row of my Grid enters in edit mode. 

Is there something to do with this? 

Thanks

Tommy
Tommy
Top achievements
Rank 1
 answered on 19 Jul 2012
2 answers
158 views
I'm having a heck of a time just finding how to do basic operations. I feel bad about posting something as simple as this, but how does one do simple things like assign a value to this control and retreive the selected value?

Does one use "RadDatePicker1.DateInput.Text", or is there a better property to get at this?

I was using this property and got "Text property cannot be set. String was not recognized as a valid DateTime." and am suspecting perhaps isn't the way.

Thanks in advance!

Edit: I found a property called "selectedDate" and that seems to work. However I'm not sure if this is the recommended practice.
Darren
Top achievements
Rank 2
 answered on 19 Jul 2012
2 answers
205 views
Hi

I'm trying to refresh a set of HtmlCharts on my page in an ajax-style manner i.e. without reloading the whole page. The charts are populated manually in code using a method similar to that shown in http://demos.telerik.com/aspnet-ajax/htmlchart/examples/serversideapi/programmaticcreation/defaultcs.aspx.

I'd like to know if it is possible to refresh an HtmlChart using Ajax and the RadAjaxManager? I haven't succeeded yet since it seems to crash the browser (Firefox 13.0.1) when I try. This may be an SVG/browser issue, but I'd like to know if it ought to work?

Alternatively is it possible to use the loadData() method from javascript and repopulate the chart with data as in the 'Programmatic Creation' sample? I can't see any events available server side to respond to loadData() but I'm not sure how the loadData binding works, so again I'm not sure if I'm going down the wrong path here.

Any suggestions appreciated
Thanks
Tom
Slav
Telerik team
 answered on 19 Jul 2012
2 answers
103 views
Hi,
We are using Telerik rad grid version 2010.1.519 in VS 2010 project. From "GridClientSelectColumn -- (un)check "Select All" check box automatically" thread(http://www.telerik.com/community/code-library/aspnet-ajax/grid/gridclientselectcolumn----un-check-quot-select-all-quot-check-box-automatically.aspx), came to know that Select All check box in the GridClientSelectColumn will be automatically checked when all rows are selected and unchecked if any row is un checked and no separate script is required. This functioanlity is working fine with 2010.1.519 version if radgrid control is in the separate aspx page.

If we use same control with same properties inside the RadPageView, "Select All" check box is not getting unchecked when any row is unchecked. Could you please provide some sample code /advise to resolve this problem?
Thanks
Tsvetina
Telerik team
 answered on 19 Jul 2012
3 answers
168 views
I have a radgrid (latest build) with a template column with a radio button, same in the detail table below the master.  I want the select on the top level radio button to set the subordinate radios buttons for the item in the detail button.  How do I access the detail table and set the radio button. thanks.
Tsvetina
Telerik team
 answered on 19 Jul 2012
1 answer
188 views
I am trying to see if the radorgchart control will work for my organization and I have run into a bit of a make it or break it issue.

Our organization's org chart must be able to display reporting relationships that skip levels. What I mean by this is that that could be a node with 3 people reporting to that one person, but the 3 people may not be on the same levels. I have attached a clear example.

In the example Deputy Associates and Assistant Directors report to the same person, but Assistant Director must be displayed lower than Deputy Associates.

I have not come across a method for determining levels other than the parent node. Any help for this is appreciated.
Peter Filipov
Telerik team
 answered on 19 Jul 2012
3 answers
260 views
I have used rad slider for showing a age slider. And using telerik ajax for calling the value changed event.

I have problem in such that the event is not called when slider thumb is dragged back to start value (Zero is my start value).

Thanks
Shinu
Top achievements
Rank 2
 answered on 19 Jul 2012
8 answers
467 views

I am developing an asp.net web application. I am using a RadDate picker to select a date to fix appointments for particular days.
Is there any way that I can mark the selected dates(already booked dates with a line strike-through) in the calendar so that the user can know that the dates are already selected.

Princy
Top achievements
Rank 2
 answered on 19 Jul 2012
1 answer
224 views
Hi,

 I want to drag a treeview (Telerik) node and drop into text area. I am able to achive it but the problem(limitation) is, first i have to place the cursor in the position i want to drop the text and then i have to drag the node text. But i want to drag into any where in the text area (in any position).

(Note : i am expecting the feature like, if we select any content from any website and it can be selected by mouse and can be dropped into anywhere in a textbox).

Thanks
R.Vasanth
Plamen
Telerik team
 answered on 19 Jul 2012
7 answers
534 views
Hello,

I have been slowly replacing our RadChart controls with the new RadHtmlChart with small issues here and there as I have posted on the forums.  I have come across a couple of additional issues while trying to replace some of our stacked bar charts.

Below is the HTML markup for the chart that I am trying to implement which is a column series with the property for stacked on the first series set to true as indicated by the documentation on how to create a stacked chart.  However, the rendering of the chart does not produce the intended results.  Although the columns do stack on one another, the YAxis max value is a much larger number than what it needs to be.  This causes the bars to be small compared to the chart and hard to distinguish the stacks series.  For instance, the data being returned in this case would not cause a stacked bar to have a total of more than about 90 to 100.  When the chart renders, the YAxis max value is set to 500 with step increments of 100.  The problem is further exasperated when retrieving larger numbers such as getting the monthly logon count totals versus the daily.  In this case the total count of a stacked column is no more than 13,000 to 14,000.  When the chart renders in this case, the YAxis max value is set to 500,000 with step increments of 100,000.  As you can imagine, at this point the stacked columns are nearly visible they are so small.

If I remove the stacked property and instead let the chart render each series as individual columns, the chart renders perfectly fine with a proper YAxis max value and step increment making an easy to read chart.  However, there are times I need to use the stacked column approach as it lends more to the data I am trying to display.  I cannot set a YAxis max value in the HTML because the data is based on the user's criteria for amount of time such as daily, weekly, monthly or yearly.

Lastly, one other issue I have seen not just in this chart but in all the charts is with the Tooltip DataFormatString.  In the same markup below you will see I use a format of {0:N0} in order to show the comma placement in large numbers.  This works perfectly fine for the YAxis labels, but the tooltip format will not change and will just show the number without the commas in them.  I have another post where this is an issue with formatting the axis labels for date as well.

<telerik:RadHtmlChart runat="server" ID="MetricsDataChart" Width="660" Height="400"
    Transitions="true" DataSourceID="MetricsDataSource">
    <ChartTitle Text="Outlook Web Access Logon Traffic">
        <Appearance Align="Center" Position="Top" />
    </ChartTitle>
    <Legend>
        <Appearance Visible="true" Position="Top" />
    </Legend>
    <PlotArea>
        <XAxis MajorTickType="Outside" MinorTickType="None" DataLabelsField="Date">
            <LabelsAppearance DataFormatString="{0}" RotationAngle="75" />
            <TitleAppearance Visible="true" Text="Date" />
            <MinorGridLines Visible="false" />
        </XAxis>
        <YAxis MajorTickType="Outside" MinorTickType="None">
            <LabelsAppearance DataFormatString="{0:N0}" RotationAngle="0" />
            <TitleAppearance Visible="true" Text="Logons" />
            <MinorGridLines Visible="false" />
        </YAxis>
        <Series>
            <telerik:ColumnSeries Name="Successful Logons" DataField="Success" Stacked="true">
                <LabelsAppearance Visible="false" />
                <TooltipsAppearance DataFormatString="{0:N0}" />
            </telerik:ColumnSeries>
            <telerik:ColumnSeries Name="Failed Logons" DataField="Failure">
                <LabelsAppearance Visible="false" />
                <TooltipsAppearance DataFormatString="{0:N0}" />
            </telerik:ColumnSeries>
        </Series>
    </PlotArea>
</telerik:RadHtmlChart>

Thanks in advance,
Ron
Slav
Telerik team
 answered on 19 Jul 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
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
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?