Disable underline for hyperlinkcolumn in radgrid - asp.net

I'm using RadGrid in my project.
I'have gridhyperlinkcolumn in my grid and its working well but
I want to disable the underline for hyperlink.

Set the Css on the gridhyperlinkColumn to include "text-decoration:none;"

Related

How do you hide the selectAll check box from clarity dataGrid?

How do you hide the selectAll check box from clarity dataGrid? Is it possible to use CSS to do that?
You can create a directives to disable select-all checkbox in datagrid.
Refer: https://stackblitz.com/edit/clarity-datagrid-demo-h6kmh9

ASP.NET Checkbox Control CSS using Bootstrap

ASP.NET Checkbox control css using Bootstrap and I have lot of checkbox and I dont want checkbox list to apply css. Below is my bootstrap requirement. When I will click any checkbox then It should be check.
You can use bootstrap in asp. all you need to do is to include bootstrap into your project and when you change the class property of the checkbox that you don't wanted to apply the css.
eg: class="color-chkbox"

How to hide top toolstrip bar in ajax html editor extender

I have a asp.net textbox with ajax html ajax htmleditor extender in by deafault all toolbars will come if we write tollbars tag inside htmleditor extender by using this we can show the toolbars what ever we want but i want to hide entire toolbars. please help me
Please go through the following link showing how to hide some of the buttons with wrapper of it. You can use it for hiding all or displaying some of them.
http://www.asp.net/web-forms/tutorials/ajax-control-toolkit/htmleditor/how-do-i-use-the-html-editor-control-cs
http://www.asp.net/ajaxlibrary/ajaxcontroltoolkitsamplesite/htmleditorextender/htmleditorextender.aspx
Dont use the title property for
<ajaxToolkit: /> within toolbar <Toolbar>
Thankyou
Use the css or jquery
.ajax__html_editor_extender_buttoncontainer { display : none !important }
- See more at: http://www.dotnetlines.com/forum/tabid/86/forumid/6/threadid/142/scope/posts/Default.aspx

Dropdown with Auto-complete Property

i have added a drop-down in my project now i want to add auto-complete property in this Drop down.
How to add autocomplete property in this dropdown please help..
I'll recommend using jquery UI for this one.
Take a look here.

How to reapply CSS when Sharepoint webpart refreshes

I am using CSS to add background colors to cells in a Sharepoint ListView webpart. The trouble is, the colors disappear when the webpart refreshes - e.g. when I add an item, or when I click a column header to sort the list. Is there any way to reapply the CSS dynamically?
I've seen this one time, hope it will help you :
document.styleSheets.reload()

Resources