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.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
body, form, html
{
height: 100%;
margin: 0px;
padding: 0px;
}
Neither of which work, whereas the native .NET dropDownList will allow something similar.ddlPosition.FindItemByValue(User.JobPosition.ToString))ddlPosition.Items.Insert(0, New ListItem(User.JobPosition.ToString, User.JobPosition.ToString))
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"
/>
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