Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
446 views
Guys, I am opening a RadWindow with the following code
 
<telerik:RadWindow id="_windowA" runat="server"
                    Width="350px" Height="350px" Title="Window A"
                    VisibleOnPageLoad="true"
                    NavigateUrl="http://localhost/KTL/MAA/ApplUI/Pages/First/TeamPage.aspx"
                    RestrictionZoneID = "zoneID1"
                    Behaviors = "None"
                    InitialBehaviors = "None"
                    VisibleStatusbar = "false"
                    VisibleTitlebar = "false"
                    CssClass = "window1" 
                    ShowContentDuringLoad = "false"
                    >
</telerik:RadWindow>
 
I've followed the suggestions in the following link (using OnClientShow/OnClientClose), but none have prevented the scrollbars from appearing on my new RadWindow, they did however prevent the bars showing on the parent window:
http://www.telerik.com/community/forums/aspnet/window/radwindow-without-scrollbar.aspx
 
Do you have any clues for me?
Kind thanks.
Adrian
Top achievements
Rank 1
 answered on 09 Aug 2010
2 answers
70 views
Hello!

Could you help me with the two items below:
1) I need functionality to programmatically add a tab or another grid in a grid's cell. Is this functionality supported in the Grid?
2) Is it possible to have a "complex" header, something like this:
|---------------------------------------|---------------------------------------|
|       Column group header1     |       Column group header2      |
|---------------------------------------|---------------------------------------|
| Header11|Header12|Header13|Header21|Header22|Header23|
|---------------------------------------|---------------------------------------|
|      ...      |       ...      |      ...       |      ...      |       ...      |      ...       |
|---------------------------------------|---------------------------------------|
3) Regarding combobox. As I understand there is only one way two have multiselection in Combobox - checkboxes. Correct?

Thanks,
Leonid
Leo
Top achievements
Rank 1
 answered on 09 Aug 2010
1 answer
109 views

I am trying your  example given (http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/threelevel/defaultcs.aspx)  for updating and inserting hierarchical data.

For one of the columns for inserting and updating I want to show a combo box ( with Id and text).  That column I want to bound to Text value to display in the grid.

How do I do this?

Princy
Top achievements
Rank 2
 answered on 09 Aug 2010
3 answers
150 views
in the drag-and-drop Grid demo (http://demos.telerik.com/aspnet-ajax/grid/examples/programming/draganddrop/defaultcs.aspx) when dragging items to the Recyle Bin, it gives a regular confirm box. How would I replace this with a radconfirm box?

I've got it so far as that it shows the radWindow through the radconfirm call, but it doesn't give me a chance to say yes/no, and instead continues execution of removing the dragged items. how do I 'pause' the execution properly?

here's the code snippet from the demo that uses the regular confirm
var node = args.get_destinationHtmlElement();
                            if(!isChildOf('trashCan', node))
                            {
                                args.set_cancel(true);
                            }
                            else
                            {
                                if (confirm("Are you sure you want to delete this order?"))
                                    args.set_destinationHtmlElement($get('trashCan'));
                                else
                                   args.set_cancel(true);
                            }


and here's my similar code, but trying to use the radconfirm. I must be missing something?
var node = args.get_destinationHtmlElement();
                                      
           if(!isChildOf('trashCan', node))
           {
               args.set_cancel(true);
                                  
           }
           else
          {
              var callBackFn = function(arg) {
                  if (arg) {
                      args.set_destinationHtmlElement($get('trashCan'));
                  }
              }
          radconfirm("Are you sure you want to remove this user from the role?",callBackFn);
          return false;
          // if (radconfirm("Are you sure you want to remove this user from the role?",callBackFn))
         // args.set_destinationHtmlElement($get('trashCan'));                                                                              
         // else
         // args.set_cancel(true);
        }


Thanks for the help.
Fiko
Telerik team
 answered on 09 Aug 2010
1 answer
78 views
I have a parent form that has a tree view and tabstrip on one panel and a radgrid on another panel.
A child window is opened on a button click that contains a grid to search for items to add to the first grid.
When  a selection is made I run the following javascript to update the parent:
    

string

 

contactScript1 = "window.opener.document.forms(0).submit();";

 

 

ScriptManager.RegisterStartupScript(Page, Page.GetType(), "Update", contactScript1, true);

 



My problem is here with the tab strip.
The tab align vertically and the background and text dissapear.

How can I fix this?
Yana
Telerik team
 answered on 09 Aug 2010
2 answers
142 views
The following is true if both the local and online help.

Go to Controls | RadPanelBar | Templates | Templates Overview

Under the "Example" heading is a coloured block including the text "For an example of Content Templates please see the PanelBar / Templates demo." 

Clicking on the link results in a "Bad Request".

-- 
Stuart
Stuart Hemming
Top achievements
Rank 2
 answered on 09 Aug 2010
3 answers
79 views
Hi All,

I am using MOSS 2007 and I already have several applications using RadEditor for MOSS (via code and via list configuration). The RadEditor is deployed to GAC.

I need to upgrade the RadEditor for newer version (5.5.x), but I can't break the current applications using it.

I would like to know if it is possible to have two versions of RadEditor running on the same server. My idea is to install the newer version, and enable the RadEditor feature on the desired site, but keeping the old sites using the old RadEditor version.

Tks
Stanimir
Telerik team
 answered on 09 Aug 2010
1 answer
114 views
This should be simple but I can't figure it out.  How do I bind a field in a template to a custom attribute?  I thought something like
value='<%# DataBinder.Eval(Container, "Attributes[\"MyTime\"]") %>' would work but it doesn't.
Peter
Telerik team
 answered on 09 Aug 2010
1 answer
131 views

I'm using a FormTemplate for editing, and if I set the PopUpSettings-Modal="True", the browswer windows shows horizontal and veritcal scrollbars.

Your demo @ http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/popupeditform/defaultcs.aspx does the same thing, It shows the horizontal scroll when the edit form is shown. 

If PopUpSettings-Modal='False", the scrollbars don't appear.

Dimo
Telerik team
 answered on 09 Aug 2010
1 answer
152 views
Hi,

Can I make RadInputManager validation to triger also when user inputs space char as asp:RequiredFieldValidator does ?
Martin
Telerik team
 answered on 09 Aug 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?