Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
72 views
Hi,
  Is it possible to apply Vista Type Style/Skins dynamically through Javascript to a Telerik drop down control, if not what is the work around for this.
I have a requirement to change the styles based on the Operating systems.
Rgds,
Praveen
Praveen
Top achievements
Rank 1
 asked on 23 Oct 2008
1 answer
118 views
I have images in the RadGrid header for each column, they work great but whenever I expand/collapse a group within the grid - the images disappear.

Is there some server-side event that fires for the Group collapse/expand...do I have to "rebind" the header images upon that event?

Thanks in advance for your help.
Shinu
Top achievements
Rank 2
 answered on 23 Oct 2008
1 answer
102 views
Currently evaluating telerik.  Do you have any examples for master detail tables on separate grid, instead of a single grid using object datasource. We have 9 tables in hirearchy.

Thanks,Praveen.
Princy
Top achievements
Rank 2
 answered on 23 Oct 2008
1 answer
146 views
Hi,

The following line shows me an error  that the number of arguments donot match.

this

.RadGrid1.NeedDataSource+=new Telerik.WebControls.GridNeedDataSourceEventHandler(this.RadGrid1_NeedDataSource);

what is wrong with the above line?

Thank you.

 

Shinu
Top achievements
Rank 2
 answered on 23 Oct 2008
2 answers
89 views
Dear Telerik Support Team,

I cannot find a client spec on the client side API(javscript) of rad controls. Is there any link for that? My version is RadControls for ASPNET AJAX Q2 2008. Any help is highly appreciated.

Regards,
Alex
Alex Yung
Top achievements
Rank 1
 answered on 23 Oct 2008
2 answers
133 views
I have a RadScheduler in a simple DNN module.  The module is set to use Partial Page Rendering.  The schedule is in Month view by default and only has two appointments to display.  Clicking the appointment fires the AppointmentClick event which redirects the user to a different page.

The problem is that the AppointmentClick event will randomly NOT be fired and the appointments will disappear from the schedule.  I can test it 5 or 6 times and it will work correctly.  Occasionally, however, the click event will not be fired and the appointments will disappear from the calendar.  It appears as though the ViewState is lost.

At that point, I can set a breakpoint in Visual Studio at the Page_Load event to confirm that it always gets called.  Because the DataSource for the scheduler is only set and bound when IsPostBack=false I never see the data again.  I can change the schedular view to Day, Week or Month and the view will change but the data will never be displayed again because there is no post back.

What would cause the ViewState to randomly be lost?

I have spent a great deal of time troubleshooting this issue to no avail.  Any help is greatly appreciated!
Thanks,
Dave
broctune
Top achievements
Rank 1
 answered on 22 Oct 2008
2 answers
64 views
can the content on the editor be validated using the requiredfiled validator or any other ASP.net validator control?
to make sure the user entered some input...
john
Top achievements
Rank 1
 answered on 22 Oct 2008
4 answers
227 views
I need to determine the value selected in a combo in the OnClientDropDownClosing event.  Ive setup the combo like this

<telerik:RadComboBox ID="RadComboBoxCategories" Runat="server"  
                                    EnableLoadOnDemand="true" OnClientItemsRequested="ItemsLoaded"  
                                    OnClientItemsRequesting="OnClientItemsRequesting"  
                                    onitemsrequested="RadComboBoxCategories_ItemsRequested" Skin="Web20"  
                                    Width="250px" AutoPostBack="False" OnClientDropDownClosing="OnCategoriesClientDropDownClosing"
                                    <CollapseAnimation Duration="200" Type="OutQuint" /> 
                                </telerik:RadComboBox> 
 and have this javascript function

function OnCategoriesClientDropDownClosing(sender, eventArgs) { 
                var txt = sender.get_text(); 
                                 
                if (txt != "")  
                { 
                    var masterTableView = $find("<%= RadGridSecondaryCategories.ClientID %>").get_masterTableView(); 
                    var category = ""
                    for (var i = 0j = masterTableView.get_dataItems().length; i < j; i++) { 
                        var thecell = masterTableView.getCellByColumnUniqueName(masterTableView.get_dataItems()[0], "Category"); 
                        category = masterTableView.getCellByColumnUniqueName(masterTableView.get_dataItems()[0], "Category").innerText; 
                        
                        category = trim(category); 
                        if (txt == category)  
                        { 
                            eventArgs.set_cancel(true); 
                        } 
                        else  
                        { 
                            eventArgs.set_cancel(false); 
                        } 
                    } 
                } 
            } 

The problem is that sender.get_text() returns the original value in the dropdown, not the newly selected value.  I need this to perform a check in a grid that determines if the newly selectd value exists in the grid and if it does the operation is cancelled.

How can I get the newly selected value in the dropdown ?
mww
Top achievements
Rank 1
 answered on 22 Oct 2008
1 answer
145 views
Hello..

We are using controls suite called "Prometheus"... when we placed on a page a RadCombobox and loaded the page, an error was shown telling that ScriptManager must be present.

When we added ScriptManager to the page, a JavaScript error was shown, telling that 'Sys' in undefined.

How to solve it? why RadCombobox depends on ScriptManager presence in the page?

Thanks in advance
Jaime
Serrin
Top achievements
Rank 1
 answered on 22 Oct 2008
3 answers
319 views
Hello,

I am using RadControls for ASP.NET AJAX v2008.1.619.20 as the only grid on a page.  Can I have both fixed-width and dymanic-width columns in the same grid?

So if I resize the grid, some columns stay a fixed-width but other columns can expand/contract as necessary.

Thanks,

Randall Price
Randall
Top achievements
Rank 2
 answered on 22 Oct 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?