I have several input fields in a column and I want to control the label size using CSS (or via other means) so that all the input fields align vertically.
I tried to use :
.CustomClass
{
width: 120px !important; /* edited this value to be correct */
}
with
...
WrapperCssClass="riLabel" LabelWidth="120px"
where the riLabel contains 120px for the width (which is redundant in this case), but noting worked.
I tested on IE9 and FireFox.
most of the above was inspired by the page: http://www.telerik.com/help/aspnet-ajax/input-css-width.html
I tried inserting a JavaScript function as suggested in the above page, but got an error regarding the passed parameters to the function.
If you can provide a tiny working example, this would be great.
Also, this may be another question though, I can't get built-in skins to work unless I use CDN. Event though I have Telerik.Web.UI.Skins.dll in the bin.
Hi,
I want to perform two actions, one on left click of mouse and another on right click of mouse.Any one of the action should takes place on row click of the grid.
Please provide me some examples.
I am trying to install RadControls for ASPNET AJAX Q2 2008 on D drive and I get this error:
"Error 1303. The installer has insufficient priviledges to access directory C:/Program Files/Telerik/Charting/2.0.5. The installation cannot continue. Log as an administrator or contact your system administrator."
It is trying to access C: drive event though I selected to install on D:.
I added an asyncupload to my page with a custom drop zone. Since that feature is not fully supported by all browsers such as IE. So when the user access the page I would like to notify that the particular feature is not supported. Please help to achieve this.