Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
1.0K+ views
Hello everyone,

I am having issues with the ajax gridview control in an ASP.NET web project, and the problem seems to be simple.
The grid I am using has several columns with cells that contains alot of text. And these texts are overlapping each other. My first thought to this issue was a missing attribute.

Lets say, I have 5 columns, each column as default gets a 20% space for text to be displayed, however, the text in the cells doesn't stay within these 20% and overlaps the other cells creating a huge mess.

This happens in IE9 without compatibility view, Chrome, Opera and Safari.

BUT ... wait for it ... this isn't an issue in IE9 with compatibility view, IE7 / IE8 and the new Firefox browser.

Can I somehow post images to give a better view of what I'm referring to?

Appreciate any helpful replies/statements!

- Boesgaard
Peter Steiness
Top achievements
Rank 1
 answered on 17 May 2011
6 answers
419 views
Hi,
I'm new to RAD Controls and I was wondering if there is a way to avoid selection of weekend and a list of holiday dates from the the RAD Calendar while using a RadDatePicker?
Thanks,
Lok.
Pavlina
Telerik team
 answered on 17 May 2011
1 answer
139 views
hi
how can i get indeterminate node in treeview tri-state?
it return indeterminate node =>checkd
i want only checked item not indeterminate item
please help to me
thanks
Shinu
Top achievements
Rank 2
 answered on 17 May 2011
1 answer
150 views
We have used telerik radeditor controls (RadEditor Rich TextEditor & RadEditor Rich Html Editor) in sharepoint 2007 and when we upgrade our sharepoint 2007 to 2010 we found the control has multiple rtecluster image (tools) in the same control instead of one. Please let me know how to fix the same. How to find the default source of the tools collection of the Rad Editor control 
Stanimir
Telerik team
 answered on 17 May 2011
3 answers
92 views
Hi,

Since we've deployed the RadEditor for Sharepoint the contributors can see all the RadControls list when editing a page in Sharepoint designer. As the controls are not working since we only have the RadEditor control for Sharepoint, how can I hide all radcontrols from Sharepoint Designer ?

Kind regards,
Stanimir
Telerik team
 answered on 17 May 2011
1 answer
65 views
hi ,
i use  CommandItemTemplate in radgrid conrol it is work fine and it export to pdf good but i have problem that

 

CommandItemTemplate is repeated for every page in pdf ,i want to display
CommandItemTemplate only in first page of pdf
please help...............

 

 

 

 

 

 

 

 

 

 

 

Daniel
Telerik team
 answered on 17 May 2011
4 answers
148 views
Hello, in my hierarchical radgrid, my GridButtonColumn doesn't work at first click.
But works fine at second click on Button.

This is the code:

                                <telerik:GridButtonColumn 
                                    UniqueName="BtnCol" 
                                    ButtonType="ImageButton" 
                                    ImageUrl="Images/Generic/Icons/info.gif"                                  
                                    CommandName="ShowDetails">
                                    <HeaderStyle Width="30px"></HeaderStyle>
                                </telerik:GridButtonColumn>

---

            function ShowDetails(ID1, ID2, rowIndex) {

                var grid = $find("<%= RG1.ClientID %>");
                var rowControl = grid.get_masterTableView().get_dataItems()[rowIndex].get_element();
                grid.get_masterTableView().selectItem(rowControl, true);
                window.radopen("UserControl/PAGE.aspx?ID1=" + ID1+ "&ID2=" + ID2, "ModalWin");
                return false;
            }

Where is the problem? A JS CallBack?
Thanks!
mbro87
Top achievements
Rank 1
 answered on 17 May 2011
5 answers
130 views
Ive got a custom filter inside scrollable radgrid. this filter uses 2 buttons. when im moving the grids scrollbar, those buttons are not moving with the rest of the headers and filters. i tried the popular solution of position:relative of those buttons container (a table or a panel) without any luck. what can i do?

thanks, shay
Bozhidar
Telerik team
 answered on 17 May 2011
0 answers
87 views
I want to add the range of values in XAxis dynamically. For ex- if user selects range of date like start Date- 01/01/2011 and end Date- 5/14/2011 then in X-Axis it should display the month from 1-5 i.e Jan-May. But if the user selects Start Date-11/01/2010 and End Date-
5/14/2011 then x-axis should display the Nov,Dec,Jan,Feb,Mar,Apr and May.
So, here we need the two different range to be added in XAxis like:

 DateTime d1 =Convert.ToDateTime(txtStartDate.SelectedDate);
 DateTime d2 = Convert.ToDateTime(txtEndDate.SelectedDate);      
 if (d2.Month > d1.Month)
        {
            RadChart1.PlotArea.XAxis.AddRange(d1.Month, d2.Month , 1);
        }
        else
        {
            RadChart1.PlotArea.XAxis.AddRange(d1.Month, 12, 1);
            RadChart1.PlotArea.XAxis.AddRange(1, d2.Month, 1);
        }

By the above code it is displaying in XAxis as Jan,Feb,Mar,Apr and May. It is not displaying the first range i.e Nov,Dec.
Please help me out to solve this problem. It is very urgent.
annu
Top achievements
Rank 1
 asked on 17 May 2011
3 answers
147 views

I a newbie in telerik and I try to make a Menu / Mega Drop-Down.  But I have a problem with the Quickstart

I need install this it

Where I can download this Quickstart?

Shinu
Top achievements
Rank 2
 answered on 17 May 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
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?