Telerik Forums
UI for ASP.NET AJAX Forum
11 answers
265 views

Hello, 

I want to disable Add New Record and Refresh link which on the top of the RadGrid. Actually I have some limitations and so i can not implement ''CommandItemTemplate' to do this.

If there is any other way please guide me.

Thanks & Regards,
Hardik.

lakshmi
Top achievements
Rank 1
 answered on 26 May 2011
2 answers
117 views
hi

i have a grid having 14 columns, in order to avoid the page level scroll bar, i have set the scrolling at the grid level.

<Scrolling AllowScroll="True" UseStaticHeaders="true" SaveScrollPosition="true" ScrollHeight="420px"></Scrolling>

After setting the grid level scrolling; i can see the 9 columns of grid without scrolling, and rest of the columns by scrolling the grid's horizontal scroll bar. Up to here everything is fine. But when i do any operation on grid like sort/filter or edit or any kind of operation which require to send the ajax request or rebind the grid; the grid scrolling gets disturbed. After ajax request grid reappears with extra header column and blank grey area beneath that headers. to make it clear see the following distinction before the ajax request and after ajax request.

Before AjaxRequest of grid rebind
--------------------------------------------
Out of 14 columns 9 are visible(vertical scrollbar appears at column no 9); i can see rest of the columns(9 to 14) by(horizontal scroll bar) scrolling.
>> this is fine

After AjaxRequest of grid rebind
--------------------------------------------
i can see all 14 column headers without scrolling, eventhouth vertical scrollbar is still at column number 9. which result into the blank area under column header 9 to 14.

This problem is not seen when i set the UseStaticHeaders="false".

if require i can send you image; let me know from where can i post the image.
Katia
Top achievements
Rank 1
 answered on 26 May 2011
6 answers
289 views
Hi,

Whenever I use the radwindow to display a page with autosize="true" it always adds extra space to the right and bottom. Please see the attachement. The white part in the window is the content, the light grey is the excess space added. Its does this with all my pages, big and small. The amount of extra space is also variant.

I have tried changing the doctype definition to:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

I also tried adding this css to my pages:
body, form, html
 {
     height: 100%;
     margin: 0px;
     padding: 0px;
 }

Im using 2009.3.1208.35

Any suggestions?

Izak.
Danny
Top achievements
Rank 1
 answered on 26 May 2011
2 answers
47 views
I have an object/property called User.JobPosition where the JobPosition is a string.

I have a ComboBox that is bound to a sql datasource with AppendDataBoundItems set to True that selects from a lookup table of JobPositions.

Ho do I get the ComboBox to display the User.JobPosition. I have tried this and this:
ddlPosition.FindItemByValue(User.JobPosition.ToString))
ddlPosition.Items.Insert(0, New ListItem(User.JobPosition.ToString, User.JobPosition.ToString))
Neither of which work, whereas the native .NET dropDownList will allow something similar.
Thomas Derenthal
Top achievements
Rank 1
 answered on 26 May 2011
2 answers
92 views

We are using RadScriptManager with the Ajax Proxy.  We are experiencing some issues if users are quick to press buttons (I am thinking prior to the page completely loading).

For example,

The below code will do a postback if clicked quickly versus if you wait for the page to fully load.  If you wait for the page to fully load it does what it's suppose to do, and just run the local javascript.

 

 

 

<telerik:RadButton id="addLocationButton" runat="server" text="Add Location" width="100" OnClientClicked="UpdateQuickPanel" AutoPostBack="false" />

Do you have any ideas what is causing this behavior and how to prevent it?

Thanks,
Todd.

Todd A
Top achievements
Rank 1
 answered on 26 May 2011
2 answers
153 views

 Hi ,
 we have requirement to place editable checkboxes at the treelist control. we are able to set the checkbox columns using the

TreeListCheckBoxColumn . but we are not able to make it editable. is there a way that i can make them editable such a way that when i click on the check box it should checked and if it contains child elements in it ,those also be checkable accordily.

Please suggest me on this.

For your information we are using 2010.3.1215.40 version of teleriks controls

 

 

 

 

 

 


thanks / Srinivas

Ronald
Top achievements
Rank 1
 answered on 26 May 2011
7 answers
140 views
Hi!

I am having an issue using a radgrid in a project. Everything works great, except when I make an insertion into the grid, the whole browser freezes for about 5 seconds. While the browser is frozen, the ajax loading panel is displayed, but the "loading circle" in the middle does not turn. It is also frozen.

Has anyone expirimented this issue before?

Thanks,

Alex
Alexandre
Top achievements
Rank 1
 answered on 26 May 2011
3 answers
182 views
Hi All:

I have a whole RadGrid that is sometimes disabled, and the default color is very light, so my user is having a problem seeing the data.  So, how do I set the disabled color in the skin?

Phil
Manolo
Top achievements
Rank 1
 answered on 26 May 2011
5 answers
237 views
I have a PanelBar that I am using an ItemTemplate with.  I am populating the template with a table that has images and text in it.   I cannot for the life of me find the right css to set the background color of the selected item.  Any help would be greatly appreciated.

Thanks.
Helen
Telerik team
 answered on 26 May 2011
15 answers
937 views
I am using the multi select in a Radcombobox from the code library.  Because the list is really long (800 +) enteries, I would also like to implement the Load on Demand.  How can I accomplish this?

Thanks,
Av

Kalina
Telerik team
 answered on 26 May 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?