Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
97 views
I have a grid that has a column that has its value set in the ItemDataBound event. This is because I'm binding to a complex object model and I have to perform some business logic in the itemdatabound to determine the column value.

I want to group on this column but I get an error when setting the groupbyexpression to the UniqueName of the column. I'm presuming this is because the groupbyexpressions is looking for a field in the datasource with the field name rather than using the columns in the grid.

Is there a way to get the grid to group by the values in the grid column rather than the values in the datasource?
Yavor
Telerik team
 answered on 27 Aug 2008
2 answers
191 views
Hi

 I need to be able to show/hide the Ajax loading panel explicitly.
Or

Client side APIs that enables my show/hide the panel

I searched the previous posts but all posts for Rad controls versions 2007 or later.

What I need for Rad controls for asp.net Ajax


Moustafa
Top achievements
Rank 1
 answered on 27 Aug 2008
2 answers
114 views
I've been asked by a customer to see whether or not it is possible to automatically perform the dropdown for a RadToolBarSplitButton as the user mouses over it (and of course, close it when the user goes to another top-level item).

Has anyone run into this before? I'm sure I can figure it out given enough time, but I'm very short on that at the moment.
Louis
Top achievements
Rank 1
 answered on 27 Aug 2008
1 answer
129 views
Hello,

I have a two forms which are using similar code to load the contents of two RadComboBoxes based on what is selected in a third RadComboBox - one is a regular web form, the other is an edit popup within a RadGrid.  I can load the items into the child drop-downs without problems, but the drop-downs are being opened automatically on load, which is confusing - they are close together, so they end up overlapping each other, and the bottom drop-downs items cover up the drop-down above it. 

So, I want to keep those two drop-downs closed when they are loaded.  I have tried calling combobox.hideDropDown() but it generates a javascript error - Invalid Argument. 

Here is a sample of my client-side code - I copied most of it from one of your demos, at http://demos.telerik.com/ASPNET/Prometheus/ComboBox/Examples/Functionality/MultipleComboBoxes/DefaultCS.aspx.

Can you give any advice?

function LoadTimeZonesAndStates(combo, eventarqs)  
    {      
        var countriesCombo = combo;      
        var tzCombo = $find('<%= TimeZoneComboBox.ClientID %>');  
        var stateCombo = $find('<%= StateComboBox.ClientID %>');  
        var item = eventarqs.get_item();  
        tzCombo.set_text("Loading...");  
        stateCombo.set_text("Loading...");  
                  
        if (item.get_index() > 0)  
        {          
            tzCombo.requestItems(item.get_value(), false);  
            stateCombo.requestItems(item.get_value(), false);  
            stateCombo.enable();  
            tzCombo.enable();  
            tzCombo.hideDropDown();  
            stateCombo.hideDropDown();  
        }  
        else 
        {  
            tzCombo.set_text(" ");  
            tzCombo.clearItems();  
            stateCombo.set_text(" ");  
            stateCombo.clearItems();  
        }  
    } 
Rosi
Telerik team
 answered on 27 Aug 2008
1 answer
63 views
Hi,

I am using Visual Studio 2008 and RadControls for ASP.NET Ajax Q2 2008.

When I click the Configure Ajax Manager linkbutton on my page, the RadAjaxManager Property Builder displays only one checkbox with the label: "CONTROLS" and no other options.

I have a Master Page that has two content pages (one in the <head> section).

There is NO RadAjaxManager in the master page, it is only in the content page.

Same with the Ajax Script Manager, it is only in the content page.

Any thoughts as to what I'm doing wrong here?
Vlad
Telerik team
 answered on 27 Aug 2008
1 answer
89 views
Hi Telerik,
when implementing custom Tool-Buttons, in Firefox the custom icon is not on the same position as in IE (margin-top: 2 or 3 pixels difference). How should the icon made basically, for having the same result in all browsers?

Regards,
Andreas
Martin
Telerik team
 answered on 27 Aug 2008
4 answers
316 views
It would be really cool if the MultiLine TextBox had the ability to automatically expand as the user types in some text.

Just a suggestion for future releases.

Thanks,
Yavor
Telerik team
 answered on 27 Aug 2008
2 answers
78 views
I just want to implement grouping in such a way that it displays on the group header the number of records on level of groups.

please suggest which property helps us to do so...Its kind of urgent    
Princy
Top achievements
Rank 2
 answered on 27 Aug 2008
1 answer
85 views
Hi,

Using RadGrid for ASP.NET AJAX Q1 2008 SP2

The grid displays ok, but seems to have the height of the rows bigger than normal. Also, when trying to group by a column or sort, the sorting arrows are briefly displayed and then they dissapear. Same for the group expand/collaps icons.

Is this a bug or am I doing something wrong?

Thanks
Princy
Top achievements
Rank 2
 answered on 27 Aug 2008
4 answers
264 views

hello
        I use GridDateTimeColumn in radgrid.Now ,I want do do something when I change the datetime of a cell.How I can do it ?did you have an evet?

xiaofeng
Top achievements
Rank 1
 answered on 27 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?