This question is locked. New answers and comments are not allowed.
Hi,
I want to evaluate telerik controls. Need your help in terms of adding up custom stylesheet. I want to understand how following statements works.
Adding up above code will refer to files from content directory. Please correct me if this wrong. It is important to know that I want to modify appearance of web controls. How can I achieve this. Can you please give me some sample code.
One more imortant thing that I am trying is modifying default layout of controls. Take an expample of Ajax Editing sample. Where I want to rearrance add button from top to the bottom of grid. How I can achive these two things. I will really appreatiate if I get reply for this thread.
Thanks in Advance,
Suyog
I want to evaluate telerik controls. Need your help in terms of adding up custom stylesheet. I want to understand how following statements works.
<%
= Html.Telerik().StyleSheetRegistrar()
.DefaultGroup(group => group
.Add(
"telerik.common.css")
.Add(
"telerik." + "GridStyle" + ".css")
.Add(
"telerik.rtl.css")
.Combined(
true)
.Compress(
true))
%>
Adding up above code will refer to files from content directory. Please correct me if this wrong. It is important to know that I want to modify appearance of web controls. How can I achieve this. Can you please give me some sample code.
One more imortant thing that I am trying is modifying default layout of controls. Take an expample of Ajax Editing sample. Where I want to rearrance add button from top to the bottom of grid. How I can achive these two things. I will really appreatiate if I get reply for this thread.
Thanks in Advance,
Suyog