Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
338 views
Hi,

I have made a custom skin by editing an existing skin. It all works fine except that I'm not able to register the custom skin through web.config. For now I have programmatically registered the proper css file for each control.

I'm sure the problem is that I don't give the proper value for the 'value' property of <appSettings> <add key="Telerik.Skin" value="..."/>, but I can't figure out what the proper value would be.
The path to the skin from the web application's root folder is 'Layout/Skins/MySkin'. In this folder all the css files like 'Grid.MySkin.css' reside and all the subfolders like 'Grid'. The structure of the folders and the files is correct because if I register the css file programatically for the RadGrid it works fine.

Can someone please tell me what I should use as value for the 'value' property in web.config to get things working without having to register the css file for each control I use?
It is probably very simple but it's very annoying I can't figure it out.

Regards,

Mink

Dimo
Telerik team
 answered on 27 Oct 2009
1 answer
242 views
Hello,

I have a RadDatePicker inside an html cell table, and I would like it to have a left alignment ir order to have aligned with some RadComboBox that are below. Please check the attached image, it is a screenshot of the website we are developing.

I have read another threads with possible solutions for similar issues, but I just could not make them work.

I will post the part of the code that is generating the first RadDatePicker:

<td class="style3"
 
Fecha Desde:&nbsp;</td> 
<td align="left" style="text-align: left" > 
                                                         
                                                                     <telerik:RadDatePicker ID="FechaDesde"  Skin="WebBlue" Runat="server" style="height: 23px"
                                                                        </telerik:RadDatePicker> 
</td> 
 

Please, if the solution you will suggest me is changing a CSS file or something like that, I would appretiatte to be very specific with the steps to follow, as I have almost none experience working with them (sorry for the incovenience)

Let me know if you have any questions.

Thank,
Christian

Dimo
Telerik team
 answered on 27 Oct 2009
11 answers
551 views
hi,
I have a radgrid with 2 level detail tables.
For the 1st detail table i applied CSS by giving styles in CSS

 

.DetailTable_Default Caption  
{  
 background-color:#b0c4de;  
}  
Caption  
{  
color:#233D3D; text-align:left; font-weight:bold; text-transform:uppercase;background-color:#b0c4de;  
<DetailTables> 
        <telerik:GridTableView Name="TableViewAssociateDoc" CommandItemDisplay="Top" Width="100%" 
        Caption="TERMS AND SC DOCUMENTS" AllowPaging="false" PageSize="1" CssClass="DetailTable_Default"


i have another detail table insideTableViewAssociateDoc.
But i couldnt set a different style for that detail table caption .hw is it possible
plz help me...........
Thanks...
Dimo
Telerik team
 answered on 27 Oct 2009
2 answers
89 views
RadSpell Version: 2009.2.701.20

I use a simple function to determine if any misspellings exist:

        public bool MispellingsExist()  
        {  
            SpellChecker spell = new SpellChecker(Server.MapPath("~/App_Data/RadSpell"));  
            spell.Text = Editor.Text;  
            spell.WordIgnoreOptions = WordIgnoreOptions.WordsWithNumbers | WordIgnoreOptions.RepeatedWords | WordIgnoreOptions.UPPERCASE;  
            spell.CheckText();  
            SpellCheckErrors errors = spell.Errors;  
            return errors.Count > 0;  
        } 

Using the code snippet above, consider the scenario where Editor.Text is equal to "We can meet on the 10th" without the quotes.  In this case the Errors collection is not empty.  It considers the "10th" as a misspelling.  Shouldn't this word be ignored based on my WordIgnoreOptions?
Lini
Telerik team
 answered on 27 Oct 2009
1 answer
99 views

I have a Self-referencing Hierarchy grid and I want add Title (and some controls to that). I am using CommandItemTemplate inside MasterTableview for that. With this I am able to add title to the grid, but I am getting titles for nested row also.. How to avoid that?

I am using the code in the sample below,
http://demos.telerik.com/aspnet-ajax/grid/examples/hierarchy/selfreferencing/defaultcs.aspx

Veli
Telerik team
 answered on 27 Oct 2009
1 answer
215 views
hi,
In asp.net application, I have the rjs popcalendar control in a multiview control within an update panel
and it works correctly in some web pages and not correctly in other pages
despite of all pages that contain popcalendar are the same
why?how to solve this problem?

I check javascript for pages, the pages are the same.what i can do?
what may cause this problem?there is any idea to solve the problem
Pavlina
Telerik team
 answered on 27 Oct 2009
1 answer
103 views
I have a RadGrid that is setup to update some controls outside the grid when a row is clicked.  It works perfectly except on the first time I click on a row after loading the page.  It will perform a full page postback and every time I click a row after that it just does a partial postback.  Any help on this would be greatly appreciated.

Also, AllowKeyboardNavigation stops working in this scenario.

Thanks,

-- Shawn
Veli
Telerik team
 answered on 27 Oct 2009
1 answer
77 views
Are there any examples of using the RadScriptManager/RadAjaxManager to setup a ScriptService (i.e. an asynchronous call to a webservice)? I'm having a bit of trouble getting this to work...
Nikolay Rusev
Telerik team
 answered on 27 Oct 2009
3 answers
677 views
Hi,

I know rad chart doesn't provide any in-built way of exporting the rad chart to xls/pdf/doc formats. I was just wondering if there is any round about way of doing it?

thanks,
PM
Ves
Telerik team
 answered on 27 Oct 2009
1 answer
243 views
Hi,

I have to get all the row values of a column in to a Array through Javascript. Some one pls help me.

Jidesh
Nikolay Rusev
Telerik team
 answered on 27 Oct 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?