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

[Solved] Adding up custom defining stylesheet and modifying layout of MVC controls

0 Answers 21 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Suyog
Top achievements
Rank 1
Suyog asked on 19 Jan 2011, 06:39 PM
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.

<%

 

= 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

Tags
General Discussions
Asked by
Suyog
Top achievements
Rank 1
Share this question
or