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
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.