Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
173 views
Is it possible to change the font color for just one item in the rad menu. I want a specific item to always stand out. Thanks.
Darren
Top achievements
Rank 1
 answered on 26 Feb 2014
3 answers
130 views
In your demo application at http://demos.telerik.com/aspnet-ajax/editor/examples/cleaningwordformatting/defaultcs.aspx I'm experiencing an issue with the StripFormattingOption "AllExceptNewLines" after pasting from Word.

I've created a Word document with one sentence (shown in word_document.png).

To copy this sentence to the clipboard I apply the following key combination: CTRL + A, CTRL + C.

After that I paste the clipboard content to your demo application.

When I tick the StripFormattingOption "MSWordRemoveAll". I am seeing the sentence, surrounded with <p><span>-tags (result shown in MSWordRemoveAll_result.png).
When I tick the StripFormattingOption "AllExceptNewLines". I am seeing an unexpected newline in my sentence and additional newlines to the end of my sentence (result shown in AllExceptNewLines_result.png).

I expected the AllExceptNewLines to also apply MSWordRemoveAll. But this apparently does not happen. When I tick both MSWordRemoveAll and AllExceptNewLines, the MSWordRemoveAll seems to be ignored (the results stay the same).

I've also tried this with IE11. In this case the output is "<br /><br />Welcome to<br />the Netherlands<br /><br />". Even more newlines at the beginning.

Is it possible to tweak these settings in a way that the sentence is pasted as is, without the unexpected newlines?
Ianko
Telerik team
 answered on 26 Feb 2014
3 answers
113 views
I set up a PivotGrid, but noticed the FIlterWindow wasn't displaying when I used a certain field as a filter.  However, it did show up when I used that field as a column or row.  I figured out that it was because there were NULL values in that field.  Is there any way to filter on a field that contains NULL values?
Pavlina
Telerik team
 answered on 26 Feb 2014
1 answer
201 views
The Text property of the editor converts the html into plain text. Very handy. It would be really helpful if this could be exposed as a static method on the editor for use elsewhere, without having to create an editor object.

I know that I could just grab the source code and create my own, but then I don't get the benefit of improvements and bug fixes you may add in the future.
Niko
Telerik team
 answered on 26 Feb 2014
1 answer
98 views
HI Team,
I want to make something like fb notifications but with tooltip.. First of all I have a table which got id, task alert, status , account_id and title. then I created 2 stored proc one which selects the count of tasks, the second selects the title of the task and the two of them where account_id = @ account_id which I get it from cookies.. All of this done , the problem is my design I want to make a hyperlink or imagebutton in the page menu div to select the count of tasks like fb with counter (1st proc) and when user click the hyperlink it displays the tooltip with title data from database (2nd proc).. is there anyway to achieve this with ToolTip?
Marin Bratanov
Telerik team
 answered on 26 Feb 2014
1 answer
50 views
Hi
 im having filtering for my date column but its filter textbox width is very long. Any one have any idea on this?
Shinu
Top achievements
Rank 2
 answered on 26 Feb 2014
1 answer
158 views
Hi,
How to change the tooltip text "click here to sort" on header columns?
Princy
Top achievements
Rank 2
 answered on 26 Feb 2014
1 answer
70 views
Hi
how to set the color of the selected row. Which is the easiest way?
Princy
Top achievements
Rank 2
 answered on 26 Feb 2014
3 answers
121 views
Hi,

I am using version 2013.3.1114.35 of your ASP.NET for AJAX controls.

I have an aspx page with many RadWindows defined on an aspx page.  There are also many ascx controls on that page, each that contain a lot of Rad Controls.. 

PROBLEM:
In IE 8 and 9, the width on ALL of my RadWindows on this page is being auto-calculated incorrectly.  They now open up much more narrow than they used to.
Also, if I close and reopen the window, the next time they are 10 times wider than they need to be.

MORE INFORMATION
- The windows are sized correctly in FFox and Chrome.

- Turning IE Compatibility View ON seems to help a little, but it doesn't solve the problem and I can't use that as a solution anyway.

- Using the IE dev tools I can see that the RadWindow frame is the correct width.

- However, the table (class="rwTable") within the frame, is the wrong width (looks like it should be width="100%" but there is no width attribute at all).

- These windows have all worked fine for 2 years, until today, when I added a RadTabStrip and a RadMultiPage to one of the ascx files on this page.

- The odd thing though is that the problem is related to specific properties of a RadGrid that is in the RadMultiPage.  This grid, by the way, has always been on this user control and I didn't change it, and the windows have been working fine with it.

- I can make the problem STOP HAPPENING, if I change the following two properties on the grid.
1.  Remove the Skin="Office2007" property.
and
2.  Set AllowPaging="false"

If I either set AllowPaging="true" or set the Skin="Office2007" (but any skin causes it), the window sizing problem occurs again.

To repeat, this grid has been on this control forever, as have the RadWindows, and they've worked fine together and I haven't changed them.  I only added a Tabstrip and MultiPage and put the grid in the multipage...

QUESTION:
I don't expect that you'll be able to solve this right away, but can you please tell me some things to try to help me troubleshoot this or make progress in resolving it?

My RadWindows are simply defined (in the main aspx page) as follows (I show you only two here, but there are actually 7 in my page) :

    <telerik:RadWindowManager ID="radEventModal" runat="server" EnableViewState="false" Modal="true">
        <Windows>
            <telerik:RadWindow EnableViewState="false" runat="server" ID="sustainmentSettings"
                ReloadOnShow="true"
                NavigateUrl="~/default.aspx"
                Behaviors="Close,Move,Reload"
                VisibleStatusbar="false"
                OnClientClose="RefreshGrid"
                Width="965px" Height="430px">
            </telerik:RadWindow>
           <telerik:RadWindow EnableViewState="false" runat="server" ID="homeworkSettings"
                ReloadOnShow="true"
                ShowContentDuringLoad="false" 
                NavigateUrl="~/default.aspx"
                Behaviors="Move,Resize,Reload"
                VisibleStatusbar="false"
                Width="945px" Height="550px"
                OnClientClose="RefreshHomeworkGrid">
            </telerik:RadWindow>
 </Windows>
    </telerik:RadWindowManager>


Thanks,
Brent

Brent Hetland
Top achievements
Rank 1
 answered on 26 Feb 2014
1 answer
76 views
Hi.
I want to hide a column in my detail table based on a condition in master table view. How to achieve this?
Shinu
Top achievements
Rank 2
 answered on 26 Feb 2014
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?