This is a migrated thread and some comments may be shown as answers.

radgrid id close button

1 Answer 86 Views
Grid
This is a migrated thread and some comments may be shown as answers.
vijila
Top achievements
Rank 1
vijila asked on 10 Feb 2015, 02:03 PM
I have radgrid popup for edit and add new record. From this popup I want to invisible the close button available on top. What is the Id for close button
 

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 13 Feb 2015, 09:31 AM
Hello Vijila,

You can use the following CSS to achieve the requested appearance:
<style type="text/css">
    .rgEditForm .rgHeader a {
        display: none;
    }
</style>

Hope this helps. Please give it a try and let me know if it works for you.

Regards,
Eyup
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
vijila
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or