Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
164 views
I have a dataset consisting of over 127,000 records and need to split them up so as not to exceed Excel's 65k row limitation.  Is there a way to export a subset of all the records in a radgrid?

The only way I can see to do it now is splitting the data at the database and populating 2 invisible radgrids, and having a 2-part process of exporting their contents.  This seems pretty kludgey to me.

tia,
Mark
Mike
Top achievements
Rank 1
 answered on 13 Jun 2013
6 answers
112 views
I was reviewing the following example and had a couple of questions I was hoping to get help on.
http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/threelevel/defaultcs.aspx

Is there a way to filter out special characters in the fields when updating/inserting?

Is there a way to format the Update/Insert and Cancel link buttons?  For example to space them further apart or make the Update/Insert link buttons bold.

Thanks,
Mark
Mark
Top achievements
Rank 1
 answered on 13 Jun 2013
1 answer
239 views
Hi,

I was wondering how I would modify the start and end time ranges in the RadScheduler New Appointment Popup Modal.

If you look at the attached image you will see the start and end time ranges are from 8:00 AM - 5:30 PM.

For the calendar itself I set the WeekView WorkDayStartTime, WorkDayEndTIme, DayStartTime, and DayEndTime accordingly but this does not apply to the popup modal for a new appointment.

Thanks,

Kevin
Kevin
Top achievements
Rank 1
 answered on 13 Jun 2013
2 answers
97 views
Hello people,
Can anyone help me in displaying an image in a nestedview in  a rad gridview.
The problem here is that I save the link of the image in the database and the real image in a folder.
thanks in advance
Edd
Top achievements
Rank 1
 answered on 13 Jun 2013
3 answers
142 views
Hi
   first.I am from china.sorry for my poor english.
   now i have some problem about Radwindow popup on the topmost iframe.
   I  already figure out how to popup on the topmost iframe from this forum:put a iframe to the topmost page,and call window.top.radopen from the child page
   but now,i have a problem like this : when i use mouse  moveing the popup radwindow,the page content 
 under the radwindow turned to blank,when i release the mouse moving,all the backgroud content is fine
  can i fix it?
  thank you again.
Patrick Montgomery
Top achievements
Rank 1
 answered on 13 Jun 2013
3 answers
120 views
Hi there,

I seen this issue several times in this forum but still no one were able to fix this. It only occurs in Chrome. FF, IE, Safari, Opera are all fine but Chrome.
here's the control :
<telerik:RadButton ID="rbtSamA0" runat="server" ToggleType="Radio" ButtonType="ToggleButton"
    AutoPostBack="false" GroupName="gnSamA">
    <ToggleStates>
        <telerik:RadButtonToggleState ImageUrl="~/Study/tasks/sam/css/jq_sam_img/samA0.png" />
        <telerik:RadButtonToggleState ImageUrl="~/Study/tasks/sam/css/jq_sam_img/samA0-selected.png" Selected="true"/>
    </ToggleStates>
</telerik:RadButton>

Now when I over the button with the mouse, or when I leave the button, the image quickly disappear and then comes back.
I have been through this pretty interesting post, but no luck :/

Any one idea ?

Chris
Danail Vasilev
Telerik team
 answered on 13 Jun 2013
3 answers
66 views
Hey All,

Is it possible to add a grid header in the middle of  the grid rows?

For example:

Name Birthdate Emp # -----Header Row
Brad 1/1/1900 124
Brad 1/1/1900 124
Brad 1/1/1900 124
Brad 1/1/1900 124
Brad 1/1/1900 124
Brad 1/1/1900 124
Name Birthdate Emp # ------Header Row
Brad 1/1/1900 124
Brad 1/1/1900 124
Brad 1/1/1900 124
Brad 1/1/1900 124
Brad 1/1/1900 124
Brad 1/1/1900 124



Thanks for any help or advice you can give.

Brad





Princy
Top achievements
Rank 2
 answered on 13 Jun 2013
1 answer
119 views
How to set the selectedValue for dropdowntree(client-side).
Kate
Telerik team
 answered on 13 Jun 2013
5 answers
184 views
Hi,

I have a Rad Tree control within a user control, which when I run renders as a bulleted list and only shows the first (parent) nodes and not the child nodes!

I am not sure what is causing this, as when I use the same Rad Tree in a normal page it works and looks fine.

I would really appreciate if someone can help me on this one.

Tahir
Aarsh
Top achievements
Rank 1
 answered on 13 Jun 2013
6 answers
233 views

 

I am working on an existing ASP.NET 2.0 web application built in VS2005. Our desktop OS is WinXP (IIS5) and the servers are Win2003 (IIS6). My current issue revolves around a new AJAX RadTreeView that is located within a couple of asp:Panel within a rad:PageView on a content page. Initially the control renders correctly, but after hiding a parent panel that it is contained within, and then making that panel visible again, the controls renders as an unordered list. There are no checkboxes, or style formatting.

 

In navigating back to the control by making the parent panel visible again, the tree view control does have its visibility set to false initially and once a specific dropdown selection has been selected the tree view is made visible and the nodes cleared and rebound. I’ve debugged and interrogated the tree view from the command window and the nodes are populated both before and after being made visible and not. In fact the improperly rendered view of the control indicates that it is getting the data.

 

Are there any ideas as to why this is happening? I have played around with the RadAjaxManager to see if different control selections modified the rendered results, but no.

Much thanks, Fred.

 

<rad:PageView ID="RightsView" runat="server" meta:resourcekey="RightsView">

<asp:Panel ID="ViewRoleRightsPanel" runat="Server" Visible="True">

…

</asp:Panel>

 

<asp:Panel ID="CreateEditRoleRightsPanel" runat="Server" Visible="False">

<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">

    <AjaxSettings>

        <telerik:AjaxSetting AjaxControlID="ddlRole">

            <UpdatedControls>

                <telerik:AjaxUpdatedControl ControlID="LocationLabelPanel" />

                <telerik:AjaxUpdatedControl ControlID="ManagerialTypePanel" />

                <telerik:AjaxUpdatedControl ControlID="TreeViewPanel" />

                <telerik:AjaxUpdatedControl ControlID="LocationWidePanel" />

                <telerik:AjaxUpdatedControl ControlID="LocationNarrowPanel" />

                <telerik:AjaxUpdatedControl ControlID="NotificationPanel" />

                <telerik:AjaxUpdatedControl ControlID="btnSaveRight" />

            </UpdatedControls>

        </telerik:AjaxSetting>

        <telerik:AjaxSetting AjaxControlID="ddlManagerialType">

            <UpdatedControls>

                <telerik:AjaxUpdatedControl ControlID="TreeViewPanel" />

                <telerik:AjaxUpdatedControl ControlID="btnSaveRight" />

            </UpdatedControls>

        </telerik:AjaxSetting>

        <telerik:AjaxSetting AjaxControlID="RadLocationGrid1">

            <UpdatedControls>

                <telerik:AjaxUpdatedControl ControlID="RadLocationGrid1" />

                <telerik:AjaxUpdatedControl ControlID="btnSaveRight" />

            </UpdatedControls>

        </telerik:AjaxSetting>

    </AjaxSettings>

</telerik:RadAjaxManager>

<div class="ContentSection">

<div class="ContentFirstColumn">

…

<div class="ContentLine">

    <asp:Panel ID="TreeViewPanel" runat="server" Visible="True">

        <div class="ContentFirstItem RightAligned">

            <asp:label id="lblTreeViewRolesProduct" runat="server" Visible = "false" Text="**Product/Practice - Area of Practice/Sub-Practice:" CssClass="FormLabel" meta:resourcekey="lblTreeViewRolesProduct"></asp:label>

            <asp:label id="lblTreeViewRolesLOB" runat="server" Visible = "false" Text="**LOB/Sector/Segment:" CssClass="FormLabel" meta:resourcekey="lblTreeViewRolesLOB"></asp:label>

        </div>

        <div class="ContentDoubleItem LeftAligned">

            <telerik:RadTreeView ID="TreeViewRoles" Visible="true" runat="server" CheckBoxes="true" TriStateCheckBoxes="true" CheckChildNodes="true" Skin="Outlook" OnNodeCheck="TreeViewRoles_NodeCheck" Height="290px">

            </telerik:RadTreeView>

            <asp:Label ID="lblNote" runat="server"></asp:Label>

        </div>

    </asp:Panel>

</div>

…

 

Aarsh
Top achievements
Rank 1
 answered on 13 Jun 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
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
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?