Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
96 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
193 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
93 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
48 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
155 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
68 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
114 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
75 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
0 answers
281 views

The RadImageEditor control allowed saving image files (.png/.jpg/.gif) to an up-level folder on the server when the built-in storing of files is used. This issue did not affect implementations based on the content provider paragidm. It has been fixed since the Q1 2014 release of Telerik UI for ASP.NET AJAX (version 2014.1.225).

If you are using an older version of the controls and you do not wish to upgrade, there are two approaches that you can take in order to resolve the security issue:

Telerik Admin
Top achievements
Rank 1
Iron
 asked on 26 Feb 2014
8 answers
232 views
Hi,

I'm getting the data from the database. When I hover over each image, it has a tooltip of 'LightBox Active Image'
How can I remove that or at least change it please?

Cheers,
Jack
Viktor Tachev
Telerik team
 answered on 26 Feb 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?