Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
92 views
How would I go about adding the record count beneath the title of a pdf document created using the ExportToPdf functionality of RadGrid? Seems like a simple task, but haven't been able to figure it out yet. Any help would be greatly appreciated!
Michael
Top achievements
Rank 1
 answered on 23 Oct 2009
2 answers
537 views
Hello,

I have a RadGrid and I would like to capture the DataKeyValue (AssignmentID) of each selected row (the user selects a row via the GridClientSelectColumn).  In short, when a user selects a row, I want to capture each row's corresponding AssignmentID and store that value in a hidden field on my webpage.  I will then use these values in a RadWindow popup.

I am assuming doing this on the client side using Javscript would be the best route?  Can you please provide a code sample?  Thank you in advance!

Jason

Here is my ASP.NET code:

<asp:Panel ID="pnlAssignmentSearch" CssClass="PanelContainer" Visible="False" runat="server">  
    <telerik:RadGrid ID="radgrdAssignment" AutoGenerateColumns="False" AllowPaging="True" AllowSorting="True" AllowMultiRowSelection="True" ShowStatusBar="False" PageSize="20" GridLines="None" HorizontalAlign="NotSet" runat="server">  
        <MasterTableView DataKeyNames="AssignmentID">  
        <Columns> 
            <telerik:GridClientSelectColumn UniqueName="ClientSelectColumn"></telerik:GridClientSelectColumn> 
            <telerik:GridButtonColumn ButtonType="LinkButton" DataTextField="AssignmentID" SortExpression="AssignmentID" HeaderText="EvalID" UniqueName="AssignmentIDButton" CommandName="Select"></telerik:GridButtonColumn> 
            <telerik:GridBoundColumn DataField="AssignmentID" HeaderText="AssignmentID" UniqueName="AssignmentIDData" Display="False"></telerik:GridBoundColumn> 
        </Columns> 
        </MasterTableView> 
        <ClientSettings EnableRowHoverStyle="True" ClientEvents-OnColumnClick="AppendAssignmentIDs" ClientEvents-OnRowClick="AppendAssignmentIDs">  
        <Selecting AllowRowSelect="True" /> 
        </ClientSettings> 
        <pagerstyle mode="NextPrevAndNumeric" AlwaysVisible="True" /> 
    </telerik:RadGrid> 
</asp:Panel> 
Jason Zam
Top achievements
Rank 1
 answered on 23 Oct 2009
3 answers
727 views
I am trying to update our main site to the latest version of the controls and am getting flaky page scrolling behavior out of modal RadWindows. 

I have a link button at the bottom of a page that, when rendered, is at mimimum 2x the height of the normal browser view height.  It is a "Order Summary" button under an ever-growing grid of line items on an order (hopefully this explains what I mean).  Anyway the user has to scroll the browser to see the button.  The button displays a modal RadWindow with the order summary page in it by doing a show(); and a center(); on the client side as well as setting KeepInScreenBounds = true on the server-side object. 

No matter what I have tried, the underlying page scrolls to the top and the modal RadWindow appears below the scroll window of the browser.  You then have to re-scroll to the bottom of the page to see the popup.

Any help I can get to turn off this behavior would be greatly appreciated.

Thanks,
Kevin

Kevin M. Betts
Web Developer
Kimball Midwest
John Fetherolf
Top achievements
Rank 1
 answered on 23 Oct 2009
5 answers
425 views
hi telerik
i have masterpage that use skin manager to change telerik controls appearences.

master_page :
 <telerik:RadSkinManager ID="RadSkinManager1" runat="server" Skin="Forest" ShowChooser="True" PersistenceMode="Cookie"
            <TargetControls> 
                <telerik:TargetControl ControlID="ContentPlaceHolder1" /> 
            </TargetControls> 
        </telerik:RadSkinManager> 
all things is fine in my master page.

i want  when i change skin with skinmanager combobox ,all things in my detail forms(aspx) changed to selected skin too.
i use this solution in my detail forms (on load event) :
default.aspx :
RadSkinManager rmnew RadSkinManager (); 
rm = (RadSkinManager)Master.FindControl("RadSkinManager1"); 
RadSkinManager.GetCurrent(this.Page).ApplySkin(RadGrid1, rm.Skin); 
but problem is that the on_load event of detail page occures after masterpage onload, then this solution change the appearnce of detail form by perevius selected skin ,and is diferent from current master page skin.

i want sample solution that show me how i can change skin of my webapplication(telerik controls) completely by selecting skin in master page runtime.


Sebastian
Telerik team
 answered on 23 Oct 2009
3 answers
140 views
Hi All,

I have a radgrid with a drop down list implemented using a gridtemplatecolumn as described here:
http://www.telerik.com/help/aspnet-ajax/grdoperationswithdropdownlistinedititemtemplate.html

The grid is in a user control that is loaded in a multipage tab that has ajax enabled.  The grid uses in place editing.  When I try to select an item in the DDL I see the ajax loading image and I can't select anything in the list.  I can edit other column types without any problem.

Any ideas on solving this would be greatly appreciated.

Thanks,
Jim





Pavlina
Telerik team
 answered on 23 Oct 2009
1 answer
131 views
Hi,

Can you let me know how to validate date and time format for RadDateTimePicker like how we do it using
.Net control <asp:CompareValidator>.
Pavlina
Telerik team
 answered on 23 Oct 2009
3 answers
165 views
I am using this code to get the value of a textbox in my editform but it wont get the data after i change it

newValues("Notes") = CType(e.Item.FindControl("textbox11"), TextBox).Text

if i open the editform and the text in the textbox says "12345" and i change it to "54321" and press update it returns "12345" no matter what i change the text to it always just brings back the text from the database and not what i changed it to
Pavlina
Telerik team
 answered on 23 Oct 2009
3 answers
67 views
Experienced members,

I am having an issue upgrading from a previous release of the RadControls.

Every time I try to install the Q2 controls, I recieve the error "Telerik RadControls for ASP.NET AJAX VSExtensions are installed. Please uninstall and restart this setup."

So I try to uninstall vai the "add remove programs", but its not there. How do i recover from this point?

My machine is configured as such;

Windows Vista 64bit
Visual Studio 08

See the attached screenshots.

Thanks in advance,
Andrey
Telerik team
 answered on 23 Oct 2009
3 answers
371 views
Hi,

I'd like to be able to customize the large tick mark labels and tooltips to display dates rather than numbers, can you tell me how to achieve this please. I have a date range slider where each value represents an offset from the start date. I can then calculate the selection by adding the offset to the start date. However, instead of displaying the actual integer value of the large tick, marks I'd like to be able to customize this by calculating what the date would be at that tick mark and displaying a date instead.

Many Thanks,

John.
Tsvetie
Telerik team
 answered on 23 Oct 2009
1 answer
90 views
Hi,

The RecurrenceFrequency object from the RecurrenceRule Pattern is allways in english. Everything else seems to be connected with a culture. Can I do the same with this one, and thereby get the text in som other language?

Thanks
Rune
Peter
Telerik team
 answered on 23 Oct 2009
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?