Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
198 views
Hi,
I have a grid which is not using external pager. And I created custom pager event for index changing or chenged. So I'm manually sending data to grid datasource. But When I click to pager buttons, Pager is hiding.
How can I handle it. Or How can I manage it?

Thanks
Gökhan

Shinu
Top achievements
Rank 2
 answered on 06 Dec 2011
1 answer
150 views

Hi there,
    In my radchart, for y axis I set autoScale=False and added few items with different values. But the values are getting overlapped in the y -axis while doing this. Is there any way to over come this issue ? 
        I am attaching the desgin code and screen of the chart below for your reference

<telerik:RadChart ID="RadChart2" Height="400px" SkinsOverrideStyles="true" runat="server"
                AutoLayout="false">
                <ClientSettings />
                <PlotArea >
                    <XAxis>
                    </XAxis>
                    <YAxis AutoScale="false" >
                        <Items>
                            <telerik:ChartAxisItem Value="1">
                            </telerik:ChartAxisItem>
                            <telerik:ChartAxisItem Value="3">
                            </telerik:ChartAxisItem>
                            <telerik:ChartAxisItem Value="200">
                            </telerik:ChartAxisItem>
                        </Items>
                    </YAxis>
                </PlotArea>
                <Series>
                    <telerik:ChartSeries Name="Series 1" Type="Line">
                        <Appearance>
                            <LineSeriesAppearance Width="3" />
                            <PointMark Visible="True" Border-Width="10" Border-Visible="true" FillStyle-FillType="Solid"
                                Dimensions-AutoSize="true" Dimensions-Height="10px" Dimensions-Width="10px">
                            </PointMark>
                        </Appearance>
                        <Items>
                            <telerik:ChartSeriesItem XValue="1" YValue="1" Name="Item 20">
                            </telerik:ChartSeriesItem>
                            <telerik:ChartSeriesItem XValue="3" YValue="2" Name="Item 100">
                            </telerik:ChartSeriesItem>
                            <telerik:ChartSeriesItem XValue="4" YValue="70" Name="Item 100">
                            </telerik:ChartSeriesItem>
                            <telerik:ChartSeriesItem XValue="5" YValue="71" Name="Item 20">
                            </telerik:ChartSeriesItem>
                              <telerik:ChartSeriesItem XValue="6" YValue="73" Name="Item 20">
                            </telerik:ChartSeriesItem>
                          
                        </Items>
                    </telerik:ChartSeries>
                </Series>
            </telerik:RadChart>

Thanks and Regards
Shafi
Petar Marchev
Telerik team
 answered on 06 Dec 2011
1 answer
62 views
Hi,

We are using the radeditor Q3 2011.

We have a problem when the have a bullet list and pressing enter and backspace to get rid of the last bullet, we get an nbsp enclosed in <p> instead of a <br />:

<ul>
    <li>test</li>
    <li>analyse</li>
</ul>
<p>&nbsp;</p>

NewLineBr = True;
NewLineMode = Br;

Is there a fix for that coming, or is there a workaround ? Because we want to trim the last empty lines of a the text entered.

Thank you

Carl
Rumen
Telerik team
 answered on 06 Dec 2011
2 answers
90 views
Hello,

In HTML editor, there is an option to insert Form, Insert Drop down, Insert check box, Insert Radio button, etc.

For Inserted Form, it shows different properties in bottom area, but I haven't found such properties for other controls like "Drop down", "Radio button", "button", etc..

Is such feature supported in Telerik 's HTML Editor?

We want to allow our users to add Dropdowns, Radiobuttons, etc and they can directly add the options through properties.

Please let us know, if such thing is possible with Telerik 's HTML Editor?

Thanks in Advance,
Ashish Shukla
ashish
Top achievements
Rank 1
 answered on 06 Dec 2011
3 answers
141 views
Hello

I am using RadGrid with HierarchyLoadMode="Client" and have
 <telerik:RadGrid>

 <MasterTableView Name="ListGrid" AutoGenerateColumns="false" AllowMultiColumnSorting="false"
                        AllowAutomaticDeletes="false" CommandItemDisplay="Top" HierarchyLoadMode="Client"
                        NoDetailRecordsText="No Lists to display" ClientDataKeyNames="ListID" Width="100%">
                        <DetailTables>
<telerik:GridTableView Name="ListChildGrid" Width="100%" runat="server" EnableNoRecordsTemplate="true"
                              HierarchyLoadMode="Client  AllowSorting="true" AllowPaging="true" DataKeyNames="ListID" ClientDataKeyNames="ListID" AutoGenerateColumns="false" PageSize="5" CommandItemDisplay="Top">
...
...
</telerik:GridTableView>
</DetailTables>
</MasterTableView>
 </telerik:RadGrid>

the Width of the Inner grid shows one column less than the parent grid

have attached a image of so and by the way i am using telerik version 2011.2.920.40

please suggest me an solution for so on client side.
Chetan
Top achievements
Rank 1
 answered on 06 Dec 2011
1 answer
45 views
Hi,

I noticed you're regularly updating the VSExtensions in the VS gallery. I don't get notified about these though.
Can you help me with that?

Cheers,
Blaize
Erjan Gavalji
Telerik team
 answered on 06 Dec 2011
2 answers
2.1K+ views
Hi All,

New to these controls so please forgive my igmnorance - I have come from an Infragistics background.  I wanted to create a simple page with 3 large buttons which when clicked would take you to the appropriate web page.  Easy I thought!
I declare my button as :-

<telerik:RadButton ID="btnTeamData" runat="server" Text="Team Data" Height="70px" Width="250px" Font-Size="18px" Icon-PrimaryIconUrl="~/Images/indycar_48.png"
Icon-PrimaryIconWidth="48" Icon-PrimaryIconHeight="48" AutoPostBack="False" Icon-PrimaryIconTop="10"
OnClientClicked="btnTeamView_OnClientClicked"
ToolTip="combined data recovered from the Teams">
</telerik:RadButton>

...and I have a javascript function at the top of the page
<script type="text/javascript" language="javascript"> 

function btnTeamView_OnClientClicked()
{
alert('Team View');
document.location.href = './teamview.aspx';
}

</script>

...what's odd is that as soon as the page loads I get the alert and the page tries to jump off to the specified new page.  I haven't clicked the button so why is it calling the OnClientClicked event?  How do I get this to work as I would expect?

Thanks

Slav
Telerik team
 answered on 06 Dec 2011
4 answers
94 views

This question concerns a few controls but any answer here will sort me out with the others.

Basically im tasked with developing an application that will enable registered users to create their own website which can then be maintained by themselves.

These sites will be created instantly once registration is complete. Or at least for now i think i have found how to update IIS with the directory and site settings.

My desire is for each user's site to have option of a set choice of pages, for example one being a scheduler page they can use to manage tasks/events etc.

So im wondering the best way to incorporate a scheduler into each users page (at registration) if they choose this option for their site, as well as how i would maintain that users entries/reminders/content etc so it is maintained when they return. is this already automatically stored somewhere? if so would it be tied to my main site or the users site (sub-domain) ?

im thinking along the lines of a website id record related to page records with this website id but not sure how i then associate controls within these pages for the relevant userid/websiteid/pageid...

this also applies to other controls such as editor as the user would maintain their site content on most pages with this.

thanks for any guidance.

Peter
Telerik team
 answered on 06 Dec 2011
2 answers
86 views
Hi,

I was going through following thread and found that renaming excel sheet is possible only with ExcelML.
http://www.telerik.com/community/forums/aspnet-ajax/grid/how-to-set-excel-sheet-name-in-radgrid-export-to-excel-function.aspx

Since above post is a year long, so I was interested in asking whether this feature is already been added to export with HTML or not?

Thanks.
DIT
Top achievements
Rank 1
 answered on 06 Dec 2011
3 answers
101 views
I have radgrid that calles the objectdatasource which calls the data access (DA) to populate the radgrid.
Radgrid has edit form template to update and insert the records.

1.  radgrid is open in edit form ..
2. User enters the NEW values and click the update button.
3. DA is called to update the database.
4. DA throws the exception that business logic rejected the update process ...
5. DA is automatically called to get the data again and  keeps the radgrid in edit mode...  and controls are populated with the original values this results in loss of NEW values entered by the user...

My understanding is that after step 4...  DA should not be called again to populate the edit form with original values.. Rather it should retain the NEW values and give the user a chance to modify these to try again the update process....



My code radgrid1_ItemUpdated is keeping the radgrid open in edit form template but the NEW values are lost as radgrid goes back to the DA to get the original data.  Where as this round trip to database is USELESS...

 

protected void radgrid1_ItemUpdated(object source, GridUpdatedEventArgs e)

 

{

 

if (e.Exception != null)

 

{

e.KeepInEditMode =

true;

 

e.ExceptionHandled =

true;

 


WHY radgrid goes to step 5.. How can i stop it... 

Daniel
Telerik team
 answered on 06 Dec 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?