Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
184 views
Hi!
  • The latest release of rad ajax for asp.net
  • RadGrid and template edit form
  • RadAjaxManager (without it works the same)
  • RadTextBox/ RadNumericTextBox
Scenario 1.
   I have Skin="<skin name>"

  The RadTextBox/ RadNumericTextBox inside edit form template are not displayed correctly (e.g. while one can't write letters inside radnumerictextbox, the red border is not displaying, and generally no visual elements).

Scenario 2.
   i have Skin=""

The RadTextBox/ RadNumericTextBox are now displayed correctly. But i have no skin on the grid.

I saw the example with above controls and editing "in line". it works fine but using edit form not.
Thanks for help!

regards,
Radek
Eric
Top achievements
Rank 1
 answered on 26 Aug 2008
1 answer
96 views
Hello
I've had a RadGrid with pagining, filtering and custom aggrigate. How can I calculate values after filtering on all pages?

Regards
Kirill Ugolnikov
Top achievements
Rank 1
 answered on 26 Aug 2008
4 answers
204 views
Hello,

I am trying to implement a client side ajax request. When I try to put in the server side ajaxrequest handler like this...

<tlrk:RadAjaxManager ID="RadAjaxManager1" OnAjaxRequest="RadAjaxManager1_AjaxRequest" runat="server">

... I get the following error message.

----------------------------------------------------------------
Compiler Error Message: CS0117:
'ASP.default_aspx' does not contain a definition for 'RadAjaxManager1_AjaxRequest'

Source Error:

Line 248: <asp:

Image runat="server" ID="LoadingImage1" ImageUrl="images/loading7.gif" AlternateText="Loading..." />

Line 249: </tlrk:

RadAjaxLoadingPanel>

Line 250: <tlrk:

RadAjaxManager ID="RadAjaxManager1" OnAjaxRequest="RadAjaxManager1_AjaxRequest" runat="server">

Line 251: <AjaxSettings>
----------------------------------------------------------------------

If I remove OnAjaxRequest from the AjaxManager I can see the ajaxrequest happening via client side OnRequestStart and OnResponseEnd functions but there is no call to the server side function.

I'd be grateful for any help on this.

Regards
Steve Lechowicz

Stephen
Top achievements
Rank 1
 answered on 26 Aug 2008
4 answers
186 views
Hello,

I have created a DNN module that has a Radgrid inside the dotnetnuke module. When accessing the module I am noticing that I am getting JavaScript errors on the page. The error is:
_2e2 is null
_2e2.remove_initializeRequest(this._initializeRequestHandler);
Line 4367

The grid looks like:

Line 4367The grid looks like:
 <telerik:RadGrid ID="RadUserGroups" runat="server" Width="200px"   
            DataSourceID="GetUserGroups" AllowPaging="True" GridLines="None" AutoGenerateColumns="False"   
                  Skin="WebBlue" AllowFilteringByColumn="True" oninit="RadUserGroups_Init"   
                    onitemcommand="RadUserGroups_ItemCommand" onitemdatabound="RadUserGroups_ItemDataBound"    
             > 
                  <PagerStyle Mode="NumericPages" /> 
                  <MasterTableView PageSize="5" TableLayout="Auto" > 
                <RowIndicatorColumn> 
                <HeaderStyle Width="20px"></HeaderStyle> 
                </RowIndicatorColumn> 
 
                <ExpandCollapseColumn> 
                <HeaderStyle Width="20px"></HeaderStyle> 
                </ExpandCollapseColumn> 
                                  <Columns> 
                   <telerik:GridBoundColumn DataField="Id" HeaderText="Id"   
                           HeaderStyle-HorizontalAlign="Center" Visible="false"    
                           ItemStyle-HorizontalAlign="Center"  UniqueName="Id" > 
                        <HeaderStyle HorizontalAlign="Center"></HeaderStyle> 
                            <ItemStyle HorizontalAlign="Center"></ItemStyle> 
                     </telerik:GridBoundColumn> 
                <telerik:GridBoundColumn DataField="Name" HeaderText="User Groups"      
                           HeaderStyle-HorizontalAlign="Center"  ItemStyle-HorizontalAlign="Center">  
                <HeaderStyle HorizontalAlign="Center"></HeaderStyle> 
                <ItemStyle HorizontalAlign="Center"></ItemStyle> 
                   </telerik:GridBoundColumn> 
                       </Columns> 
                       </MasterTableView> 
                                  <ClientSettings EnablePostBackOnRowClick="true"   > 
                                      <Selecting AllowRowSelect="True"   /> 
                                  </ClientSettings> 
        </telerik:RadGrid> 

I am not sure why this is hapening as this is a pretty basic RadGrid. Any help or suggestions would be greatly apperciated.
Vlad
Telerik team
 answered on 26 Aug 2008
2 answers
144 views
I am getting a Javascript exception:

Microsoft JScript runtime error: 'null' is null or not an object
if(Sys.WebForms&&Sys.WebForms.PageRequestManager){  
var _2e2=Sys.WebForms.PageRequestManager.getInstance();  
if(this._initializeRequestHandler){  
_2e2.remove_initializeRequest(this._initializeRequestHandler); 

Does anyone know why?

Vlad
Telerik team
 answered on 26 Aug 2008
1 answer
97 views
Hi

I post this question several times but with no answer

I'd like to prevent the vertical bar from rendering. or I'd like to create dynamic grid that stretching according to its content and prevent vertical bar from being appear



better I'd like to understand how can I do what you described in the online demos in the following 

"Moreover, to render merely the horizontal scroll and avoid the appearance of the vertical scroll, make sure that the height of the records in the grid does not exceed the ClientSettings -> Scrolling -> ScrollHeight scroll setting."

Princy
Top achievements
Rank 2
 answered on 26 Aug 2008
1 answer
94 views
Is there any way to make ALL rows of a radGrid editiable WITHOUT having to click on an "edit" link?  Any code examples around? 
Princy
Top achievements
Rank 2
 answered on 26 Aug 2008
2 answers
189 views
I know I'm opening a big can 'o worms here, but I believe that the SP1 release is scheduled for "late-August".  As late August approaches, is there any chance we know of the target week (or day) for that release?  Any chance there can be an interim Futures release?

I'm patiently waiting for updates to the Rotator that slipped its initial release. Thanks,
Shaun.
Shaun Peet
Top achievements
Rank 2
 answered on 26 Aug 2008
2 answers
140 views
Hi

Was wondering how do you start the rad dock in a minimized state?

Eg.

User load the webpage and do not want to see the rad dock in an expanded manner

Thank You
Yong
Top achievements
Rank 2
 answered on 26 Aug 2008
1 answer
339 views
Hi,

I can hide the HTML and Preview options the classic RadEdit control by setting the ShowHtmlMode and ShowPreviewMode properties to false.  Can I hide these feature in the new RadEdit for ASP.NET AJAX?  How?

Thank you,

Vincent
vn
Top achievements
Rank 1
 answered on 26 Aug 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?