Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
115 views
Dear all,

I'm following this demonstration attempting to link an RadHtmlChart to the RadPivotGrid, however I think there's a bug that the radhtmlchart is not reading my item value correctly when the RadPivotGrid's item has zero value (see attachment1). 

From my investigation, I attempted to fix it by changing this part of code (see attachment2), instead of inserting item.YValue = null I use item.YValue = 0, however, the problem of this method is that the zero values will overlap others. So I wonder if there's a proper solution to this issue? Please kindly advise, thanks!

Regards.
Danail Vasilev
Telerik team
 answered on 04 Jul 2014
1 answer
122 views
Hi 

I'm working on Telerik RadGrid and using Telerik Q1 2013. 

I don't get the Batch option when designing the radGrid in the ASPX page. Please see attached image.

How can I get the Batch option for the grid?

Thanks
Princy
Top achievements
Rank 2
 answered on 04 Jul 2014
4 answers
125 views
Hello Telerik,

Currently I'm implementing a HtmlChart in asp.net. I'm translating a couple of excel sheets into asp.net.
please find attached two files. one of the excel example. one of the current barseries i've made up so far.

my question is: how can I bind grouped data? i want the Y axis to be displayed by year, and then by month. Now only the month is displayed.
could you assist me in defining the correct barseries?

<div class="LeftMonitorDiv">
        <telerik:RadPivotGrid ID="CAK_A1_PivotGrid" runat="server"
            AggregatesLevel="0" AllowPaging="True" Culture="nl-NL"
            DataSourceID="CAK_A1_UniekeClienten_Datasource"
            UseQueryableDataProvider="True"
            ExportSettings-FileName="CAK_A1_UniekeClienten"
            ExportSettings-IgnorePaging="True" ExportSettings-OpenInNewWindow="True"
            Skin="Metro" PageSize="20" AllowFiltering="False" TotalsSettings-RowsSubTotalsPosition="None"
            TotalsSettings-ColumnsSubTotalsPosition="None" TotalsSettings-RowGrandTotalsPosition="None" TotalsSettings-ColumnGrandTotalsPosition="None"
            ShowDataHeaderZone="false" ShowFilterHeaderZone="false" ShowColumnHeaderZone="false" GroupTotalsVisibility="None">
            <PagerStyle ChangePageSizeButtonToolTip="Change Page Size" PageSizeControlType="RadComboBox"></PagerStyle>
 
            <Fields>
                <telerik:PivotGridRowField DataField="Jaar" UniqueName="JaarColumn" Caption="Jaar">
                </telerik:PivotGridRowField>
                <telerik:PivotGridRowField DataField="Periode" UniqueName="PeriodeColumn" Caption="Periode">
                </telerik:PivotGridRowField>
                <telerik:PivotGridRowField DataField="ClientenUniek" UniqueName="ClientenUniek" Caption="Unieke Clienten">
                </telerik:PivotGridRowField>
            </Fields>
 
            <ClientSettings EnableFieldsDragDrop="false">
            </ClientSettings>
 
            <ExportSettings OpenInNewWindow="True" FileName="CAK_A1_UniekeClienten" IgnorePaging="True" />
        </telerik:RadPivotGrid>
    </div>
    <div class="RightMonitorDiv">
        <telerik:RadHtmlChart runat="server" Height="338px" Width="563px" Skin="Metro" CssClass="CIZJeugdVervoerPieChart"
            ID="CAK_A1_UniekeClienten_PieChart" Transitions="true" DataSourceID="CAK_A1_UniekeClienten_Datasource">
            <Appearance>
                <FillStyle BackgroundColor="White"></FillStyle>
                 
            </Appearance>
            <ChartTitle Text="Unieke cliënten per periode">
                <Appearance Align="Center" BackgroundColor="White" Position="Top" Visible="True">
                </Appearance>
            </ChartTitle>
            <Legend>
                <Appearance BackgroundColor="White" Position="Bottom" Visible="true">
                </Appearance>
            </Legend>
            <PlotArea>
                <Appearance>
                    <FillStyle BackgroundColor="White"></FillStyle>
                </Appearance>
                <Series>
                    <telerik:BarSeries Name="Periode" Stacked="false" DataFieldY="ClientenUniek">
                        <Appearance>
                            <FillStyle BackgroundColor="Red" />
                        </Appearance>                       
                        <TooltipsAppearance BackgroundColor="White" DataFormatString="${0}" />
                        <LabelsAppearance Position="Center" DataField="Periode"/>
                    </telerik:BarSeries>                   
                </Series>
                <XAxis DataLabelsField="Periode">
                </XAxis>
                <YAxis>
                    <LabelsAppearance DataFormatString="{0}" />
                </YAxis>
            </PlotArea>
        </telerik:RadHtmlChart>
    </div>
Danail Vasilev
Telerik team
 answered on 04 Jul 2014
1 answer
119 views
One of the supported OpenEditingEvent in BatchEdit is "MouseOver".

1. May I ask you to add it into online demo http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/batch-editing/defaultcs.aspx

2. Could you double check the edit behaviour which seems to be incorrect (or at least inconvenient)
Steps:
   a) set <BatchEditingSettings EditType="Row" OpenEditingEvent="MouseOver" />
   b) Set mouse over a row to enable editing
   c) enter any value in textbox
   d) move mouse to another row - this value has disappeared. The only way to set a new value in text bow is to focus another textbox in the same row by clicking TAB or selecting by mouse.
Deyan Enchev
Telerik team
 answered on 04 Jul 2014
1 answer
117 views
Hi all,

As described by topic, is it possible to have multiple X axis on bar chart? I'm trying to mimic this excel document (see attachment), can it be done by grouping or categorising? Please advise.

Much appreciated.
Danail Vasilev
Telerik team
 answered on 04 Jul 2014
1 answer
109 views
http://demos.telerik.com/aspnet-ajax/scheduler/examples/overview/defaultcs.aspx

Helen
Telerik team
 answered on 04 Jul 2014
1 answer
79 views
Hello,

It seems every operation needs to be saved in database as it happens, eg: node delete/add/edit. Is there a way to do these on client side and submit at the end when user is done with all editing. Please suggest how this can be achieved?

Regrds,
Vijay Garg
Nencho
Telerik team
 answered on 04 Jul 2014
3 answers
137 views
I have a need to lock the fileExplorer down to jus the fileView, I do not want the to see the toolbar or the location of the directory that they are pulling from.  Is there a way to do this.  The only thing they should see is the files that belong to them.

<tr>
                   <td><telerik:RadFileExplorer ID="radExplorer" runat="server" Width="400px" Height="200px" EnableOpenFile="true" DisplayUpFolderItem="false"
                       EnableCreateNewFolder="false" AvailableFileListControls="Grid" ExplorerMode="Default">
                           <Configuration ViewPaths="~/PriorSvcUploads" />
                       </telerik:RadFileExplorer>
                   </td>
               </tr>
Vessy
Telerik team
 answered on 04 Jul 2014
3 answers
94 views
I have noticed an oddity in the RadEditor in Chrome.  If the new line mode is set to div, and there is no content in the editor, and that means completely empty even in html view, the first line of content gets wrapped in a paragraph tag instead of a div tag.  Any subsequent lines are correct, it is just the first line that is wrong.  I have tried a bunch of things, and can't seem to get rid of the paragraph tag by any means other then editing the html.  I was able to produce this error in the online demo as well as my own project.

Is there some way to fix this, or is there anything I can do?

Thank you for the help,
Josh
Ianko
Telerik team
 answered on 04 Jul 2014
1 answer
372 views
Hi ,

I have a parent page  RequestsBrowse.aspx . The page containing a gridview as per attached Document . The gridview contains one column with a image button which will call a javascript method and which opens a radwindow named Actioncreate.aspx .The parent page will refresh every 60 seconds . 

Issue : While clicking on Image button , Radwindow(Actioncreate.aspx) opened . But after 60 seconds , the parent page refreshed and the child radwindow automatically closed . I want to make the Parent window stop refreshing and dont want to close the radwindow.

Code :
----------
<a  class="HyperlinkValue" href='Javascript: AddAction("<%# DataBinder.Eval(Container.DataItem, "RequestNumber") %>$<%# DataBinder.Eval(Container.DataItem, "RQSPrimaryId") %>$<%# DataBinder.Eval(Container.DataItem, "openflag") %>$0","<%# DataBinder.Eval(Container.DataItem, "Urgency") %>","<%# DataBinder.Eval(Container.DataItem, "Worker") %>","<%# DataBinder.Eval(Container.DataItem, "WorkOrder") %>");'>
<img border="0" alt='Add Action' title='Add Action' src='images/addaction.gif'>

Refreshing Parent page code :
----------------------------------------
if ((rsi.dispatchesRefresh != 0)&&(hdnStopAutoRefresh.Value=="0"))
                                Response.AddHeader("Refresh", rsi.dispatchesRefresh.ToString());

Please reply back .

Thanks and Regards
Ganga







Princy
Top achievements
Rank 2
 answered on 04 Jul 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?