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

I am working my way through Exporting a grid to Excel using the help docs, but VWD tells me that
'ConfigureExport() is not declared' and I get the same error at run time.
Obviously I am missing something here. Maybe some namespace needs importing?

Please suggest where to look to fix this

Thanks

Clive
(Using q2 2009 version running on IIS7)
Clive Hoggar
Top achievements
Rank 1
 answered on 25 Aug 2009
1 answer
76 views
Is it possible to set the Toolbar mode from javascript?  I'm having a ton of issues with resizing the editor with the mode is default for smaller sizes.  My solution is to have the editor have the toolbarmode to PageTop when the user has a small screen resolution, but I can only find this out with javascript.  I want it to be "default" for users that can see that much on the screen at one time, and "pagetop" for those with smaller resolutions.

Any suggestions?

thx!
Rumen
Telerik team
 answered on 25 Aug 2009
1 answer
63 views
When I move an occurrence of a recurring appointment in the RadScheduler, both AppointmentUpdateEventArgs.Appointment and AppointmentUpdateEventArgs.ModifiedAppointment reference the occurrence's master appointment. I do not have this problem with nonrecurring appointments. Has anyone else run into this issue and found a way to work around it?
Peter
Telerik team
 answered on 25 Aug 2009
1 answer
159 views
Hi,

i try to set the currentpageindex=0 by click on a button by doing this:

  RadGrid1.CurrentPageIndex = 0;
  RadGrid1.Rebind();

So there is no reaction, the currentpageindex doesn't change.

Thanks for you answers.

Princy
Top achievements
Rank 2
 answered on 25 Aug 2009
9 answers
225 views
Hi,

I have a user control wrapped inside a RadDock Content Template. This User Control has a div that is used as a “PopUp” that shows when a link is clicked, it works fine but the Content Template automatically ads scroll bars around itself when the popup is show… Is there a way to avoid these scroll bars, and show the pop up on top of the RadDock?

I am working in a project that uses .Net web parts framework and I am researching Telerik RadDock as an alternative, perhaps more flexible, to our current solution.

Thanks,

Adriano

Svetlina Anati
Telerik team
 answered on 25 Aug 2009
1 answer
140 views

In the sample online scenario "RadGrid bound to WCF Web Service" the sample code binds to a WCF method. The sample client settings are below (I copied them straight from the sample code)
          <ClientSettings>
                <DataBinding SelectMethod="GetDataAndCount" Location="GridWcfService.svc"
                    SortParameterType="Linq" FilterParameterType="Linq">
                </DataBinding>
            </ClientSettings>
           
Now if the endpoint (which GetDataAndCount() belongs) requires message level encryption how do I provide credentials as part of the client call?

For instance in the code behind the following is how I would have performed this on the server side...
     
           MySampleClient ac = new MySampleClient("SampleEndpointWSHttpBinding");
            ac.ClientCredentials.UserName.UserName = Session["Username"].ToString();
            ac.ClientCredentials.UserName.Password = Session["Password"].ToString();
            List<DataPoints> dp = ac.GetDataAndCount(...);

So how do you do this on the client side. Any help appreciated

Rosen
Telerik team
 answered on 25 Aug 2009
3 answers
119 views
Hi there,

I try to minimize a RadWindow and it works fine as long as I don't use a MinimizeZoneId.

  var oWin = radopen("Report.aspx?r_Key=1", null);  
    
  // this could be browser specific...  
  oWin.setSize(document.body.clientWidth, document.body.clientHeight -100);  
  oWin.moveTo(0, 100);  
    
  oWin.set_behaviors( Telerik.Web.UI.WindowBehaviors.Resize +   
                      Telerik.Web.UI.WindowBehaviors.Minimize +  
                      Telerik.Web.UI.WindowBehaviors.Close +  
                      Telerik.Web.UI.WindowBehaviors.Maximize +  
                      Telerik.Web.UI.WindowBehaviors.Move );  
 

If I minimize, it is minimized in the current position, which is fine.

When I try to set the RadWindowManager property MinimizeZoneId, it obviously takes it into account but instead of a small minimized icon, I get something that does not look like anything but is in the right position and has the size of my window before minimizing...

Any hope, doctor?
Georgi Tunev
Telerik team
 answered on 25 Aug 2009
2 answers
271 views
hi, i would like to know would it be possible for me to configure the calendar to only have month and year selection instead of having it select by date.

Samantha
Top achievements
Rank 1
 answered on 25 Aug 2009
2 answers
243 views
Hello,

My case is that.. i have a rad menu..

support three buttons in radmenue: HOME , ABOUT US, CONTACT US

i want to do that when user click "Home" menu then open "RadMultiPage1" when user click "About US" then open "RadMultiPage2" when user click "CONTACT US" then open "RadMultiPage3"

How could i do please help me.. i try so many thing but fail .. please help me correctly and also give me the code snippet..

I am very thankful..

Thanks.
Muhammad
Top achievements
Rank 2
 answered on 25 Aug 2009
3 answers
449 views
I am experiencing a problem with the RadEditor's default size -- it is very large and is distorting other elements on the page.

To illustrate, i have a 400x400px web part zone on a page. This renders perfectly when the page is in "view" or "edit" mode, however when i select "Modify Shared Web Part", the Radeditor stretches the web part zone to approx 800px wide and 600px high, overlapping all corresponding page elements.

I have tried setting the width of the RadEditor window to a fixed size (400x400px).  This fixes the auto-stretching issue (ie. it displays in a 400x400px space) however the RadEditor window then has scrollbars for all the added whitespace.

Is there any way i can get the RadEditor to stretch to 100% of the web part zone without it adding all the superfluous whitespace?
Lini
Telerik team
 answered on 25 Aug 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?