Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
144 views
I am trying to set up a page so that when the user clicks on the Add to cart button, it will validate the contents and if everything is okay. Then bring up the window that will allow the user to customize the selected item. And if it is not okay, then don't bring up the window.

Right now my code is validating the contents of the form, and regardless if it is okay or not, bringing up the radWindow.

I have set up a radWindowManger and inside that a number of radWindows, that will be used on the page.

If there is a way to check to see it is okay to display it, then I would really like to be able to do that. Thanks.
Svetlina Anati
Telerik team
 answered on 01 Jul 2008
2 answers
195 views
We're using the Telerik RadEditor as part of a CMS and while this is working nicely on the PC (IE7 & FF3) there are some major issues with the Mac implementation. While I understand there are some differences with the way each of the browsers deals with Rich Text, any help would be much appreciated. On our implementation we've set NewLineBr="false".

A couple of the more frustrating issues we've come across (I believe these can be replicated on the Telerik online demos):

1) If the user enters some text and formats this as a heading1 using the format dropdown (<h1>) they then can't start a new paragraph. Pressing 'enter' creates a new line (or rather inserts the <p>) but this is still encased within the heading tag. The only way around this seems to be to never apply any formatting until you've finished editing the document which isn't really a viable solution.

In addition, placing the cursor at the end of the line and pressing the 'new paragraph' button simply makes the current formatted header block a paragraph rather than creating a new paragraph as expected.

2) Often pressing 'enter' to break text into a new paragraph adds an additional set of <p></p> tags.

3) Highlighting text to apply or remove a class often deletes the text.

I can appreciate that there are differences between the browsers and that all features may not work in all iterations but we really need to allow our clients to do basic formatting without the frustration caused by the above.

I'm afraid I can't link directly to our implementation as this is still in development but as noted above, these should be reproducable on the Telerik Demo's.

Thanks in advance for any help.
Tim
Rumen
Telerik team
 answered on 01 Jul 2008
1 answer
97 views
Hi guys!

Scenario:
I have 3 pages( Index.aspx, A.aspx and B.aspx) and  one RadSplitter (into the Index.aspx) with two RadPanes inside.

The RadPane1(Left Pane) has a property ContentURL refering to A.aspx and the RadPane2(Right Pane) has a property ContentURL refering to B.aspx.

Problem:
Passing by Page_Load() from Index.aspx, the execution follows to Page_Load() from B.aspx and then goes to Page_Load() from A.aspx.

Question:
How can I load first the A.aspx and then the B.aspx?

Thanks for help,
Anderson Olympio







Svetlina Anati
Telerik team
 answered on 01 Jul 2008
6 answers
192 views
hi,

i created a web page with the RadDock controls, it works fine in IE 7 and firefox, but i need to host this page within an iframe in a sharepoint 2007 server, and strangely i am getting a "access denied" javascript error only in IE 7 and it works fine in firefox. i am able to see the raddock on the page, but unable to move the raddocks into different zones in IE 7, works fine with firefox. actually it is the new prometheus controls RadDock

please advise.

tanuj
Ian Coetzer
Top achievements
Rank 2
 answered on 01 Jul 2008
3 answers
109 views
In RadScheduler, whenever I want to create an event and click on "more", the resulting advanced editing page no longer has a Recurring appointment option.  The All day event option is still there.  This problem takes place in both IE and Firefox so I don't think its browser specific.  Any ideas on what could cause this?
Dimitar Milushev
Telerik team
 answered on 01 Jul 2008
1 answer
69 views
Hello!

My RadComboBox is filled by a SQLDataSource. After that I want to Insert a special item ("create new"). This works fine, but I need the Item at the first position in my ComboBox. How can i do this?

My Code:

        protected void RadComboBox1_DataBound(object sender, EventArgs e)
        {
            RadComboBoxItem item = new RadComboBoxItem(NEU_ANLEGEN, "new");
            item.ForeColor = System.Drawing.Color.Red;

            ((RadComboBox)sender).Items.Add(item);
        }
Atanas Korchev
Telerik team
 answered on 01 Jul 2008
1 answer
80 views
We need to be able to specify all image "title" properties from the RadEditor. However, I don't see a field for it in the Set Image Properties window (or anywhere else). Our admin isn't HTML proficient and won't be able to add it using the HTML view. Is there a way to specify the image title?
Rumen
Telerik team
 answered on 01 Jul 2008
4 answers
160 views
I have a RadToolbarSplitButton that has a DefaultButtonIndex pointing to one of the child buttons. The buttons are disabled by default until the page has finished loading in order to prevent the user from performing an action before the page is ready to handle it.

To enable the buttons, I have some client script that executes in the Ajax pageLoad method and the buttons are enabled conditionally depending on the circumstances surrounding the opening of the page (i.e. if the record is opened in readonly mode, then only certain buttons are enabled).

We have unique values for each button, but when we use findItemByValue to locate the buttons to enable, the default button (the one visible on the toolbar) is enabled, but the corresponding button in the dropdown list is disabled.

We either need a way to find all items with the same value or (preferrably) the item that we find with findItemByValue would apply its enabled state to all instances of the button. Does anyone know a way to accomplish this?
Erjan Gavalji
Telerik team
 answered on 01 Jul 2008
1 answer
168 views
I have a user control that contains a grid.   The grid contains a templated column containing a toolbar.  When a toolbar button is clicked, radopen is called to open a new popup window.  Everything works fine until I click a row in the grid causing a ajax postback. After the postback occurs, I can  no longer get the radopen call to execute.  I get the following error:

Error:  'this._windows.length' is null or not an object. 

Any help would be appriciated.

thanks,


Georgi Tunev
Telerik team
 answered on 01 Jul 2008
1 answer
108 views
When I open a radWindow over a page, with a splitter where one radpane shows a PDF, the radwindows Titelbar disaper behind the pdf.

Is there a way to fix this.

/Anders
Georgi Tunev
Telerik team
 answered on 01 Jul 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?