Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
107 views

See a great url bellow

https://demo.magentocommerce.com/customer/account/create/

press submittbutton with out filling any any feilds

validation script  are executing[ i dont  think that it is  going to server side]

 how can i simulate this using   telerik controls

Iana Tsolova
Telerik team
 answered on 23 Mar 2009
1 answer
94 views
I got a little problem with a SharedCalendar. The problem is when i open the fastNavigationPopup and use the fastnavigation arrow while the popup is opened if a select a date after(without closing the popup) it give me a javascript error with the following code

this.RadCalendar._serializeSelectedDates();

To prevent that i'm trying to get the fastNavigationPopup (_getFastNavigation()) and close it just before i click somewhere else in the calendar. Is there anyway to close it???

Thank you!

Guillaume
Pavel
Telerik team
 answered on 23 Mar 2009
1 answer
276 views
Hello,

I'm trying to prevent numbers like:

500.10

I want only amounts like:

500

entered.

I setup the RadNumericTextbox with:

DecimalDigits="0"
DataType="System.Int32"
MinValue="0"

And even though I have this, it still allows 500.10.  Also, ValueChanged seems to fire after the RadNumericTextBox adjusts the value to 500.  So User enters 500.10, the ValueChanged client-side event fires, and the value is adjusted to 500 in RadNumericTextBox.

Is there a way to get the value to adjust before this event fires, or is there a better event to tap into?

Thanks.
Princy
Top achievements
Rank 2
 answered on 23 Mar 2009
1 answer
54 views
Is it possible for you guys to implement an option that will set focus on the first field when switching between pageviews?
Paul
Telerik team
 answered on 23 Mar 2009
1 answer
112 views
Hi!

I use telerik ajax RadGrid control and found error, when column name contains space sign.
Version: 01/14/2009. RadControls for asp.net ajax Q3 2008.

Please help me!

Rosen
Telerik team
 answered on 23 Mar 2009
3 answers
229 views
Hi,
I am using grid with FormTemplate popup for edit or update row and i need to access the FormTemplate controls from javascript code.
I found a way to do that using he forums and documetations and it is working good. the problem is when i add update panel to my page in order to avoid postbacks, i get nulls while accessing my controls on javascript.

This is how i implement finding the controls:

in the code behind:

  protected void RadGrid1_ItemCreated(object sender, GridItemEventArgs e) 
        { 
            if (e.Item is GridEditFormItem && e.Item.IsInEditMode) 
            { 
                GridEditFormItem editFormItem = (GridEditFormItem) e.Item; 
                RadComboBox cmbRoles = editFormItem.FindControl("RoleCombo"as RadComboBox; 
               
                if (cmbRoles != null
                { 
 
                    usersGrid.Controls.Add( 
                        new LiteralControl("<script type='text/javascript'>window['RolesComboId'] = '" + 
                                           cmbRoles.ClientID + 
                                           "';</script>")); 
                }               
                        
        } 

and on javascript:
function SetRoleVisibility(item) {           
 
            var cmbRoles = $find(window['RolesComboId']);  
        } 

When the SetRoleVisibility is fired cmbRoles should hold the RadComboBox. it does when not using update panel, but once i use one, the $find method returns null.

Can you please advice?

Thanks,
Ruth


Ruth Dahan
Top achievements
Rank 1
 answered on 23 Mar 2009
1 answer
192 views
Hello,

I'm having a problem with the RadWindow and I.E 7.  I have a RadGrid with a column that has a link to launch a modal window and display an edit form of the relevant data.  The RadWindow is set to modal and the RadWindow displays fine with the overlay.  However, if the size of the browser is wider than the width of the RadGrid content, the RadWindow displays but the RadGrid disappears - this is the only content on the page that disappears.  if the width of the browser window is just a touch smaller than the width of the grid - the RadGrid remains visible.  This problem is on I.E only and doesn't affect FireFox or Chrome browsers.

Thanks.

Jon
Georgi Tunev
Telerik team
 answered on 23 Mar 2009
1 answer
158 views
I apologize if this was previously inquired. If so, please redirect me to the link accordingly. But as far as I have looked online, I still can't find the answer to this. I'm new to using the RadGrid control and was wondering if there is a property I can set that will not show the Expand/Collapse button on the RadGrid's group headers. If there is Javascript code for this, that will work as well but if this can only be done by server-side code (preferably C#), please let me know as well. Thanks!
Shinu
Top achievements
Rank 2
 answered on 23 Mar 2009
1 answer
138 views
While using StaticHeaders in Rad Grid, for scrolling option, the header of each column is not aligned properly with the grid items. The alignment is proper while not using StaticHeaders. Is there any solution for this?
Shinu
Top achievements
Rank 2
 answered on 23 Mar 2009
4 answers
258 views
Hello,

I'm trying to refresh a radgrid which is placed in a RadPageVieuw from javascript.
I use this code.
$find("<%= RadGrid1.ClientID %>").get_masterTableView().rebind();

When i try this i get an error:

The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).





How do i refresh the gridview from JavaScript then?

Thanks
Jelte
Muralidharan Ramakrishnan
Top achievements
Rank 1
 answered on 23 Mar 2009
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?