Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
334 views
Is it possible to add a filtertemplate with a datepicker inside, while also keeping the default filter button  (the one with "equal to, greather than, ...).

The user has to select a date with the datepicker, after which he can click on the other button to select "greater than, equal to, ..."

Is that possible?
Eyup
Telerik team
 answered on 02 Nov 2015
1 answer
41 views
Is there a way to implement LineSpacing with the options shown in the docs in a tools file instead of in markup?  It doesn't seem you can use both together. Thanks
Ianko
Telerik team
 answered on 02 Nov 2015
1 answer
107 views
according to the demo  

https://demos.telerik.com/aspnet-ajax/editor/examples/import-export/docx-import-export/defaultcs.aspx

I delete everything and upload the new picture 

<img alt="" src="/aspnet-ajax/Editor/Examples/Import-Export/DOCX-Import-Export/images/image0.jpeg" />

this is the html from radeditor  when I 'm hit the export docx button is didn't work and show some exception like picture that I attach 

I 'm already know that if I convert the picture to base64 it will work  but in realistic I keep html path in my database (because I copy the whole html page) so is there any solution better than base64
Ianko
Telerik team
 answered on 02 Nov 2015
0 answers
116 views

How can I arrange the following rad combo box items into two columns so that the expand down is not so huge as its now. Is it possible?. I would like to keep the list items to two separate columns with checkboxes being on both the columns.  This rad comboxbox is part of radgrid edit template.

Ps: I need the checkboxes on both the columns unlike the example in Telerik demos for multi column.  Thank You

<telerik:RadComboBox ID="rcmbFormsAndDimensions" runat="server"   CheckBoxes="true"   Text='<%# Bind("Form_Dimensions") %>'  Width="650px" CheckedItemsTexts="DisplayAllInInput" >
                                                <Items >
                                                    <telerik:RadComboBoxItem Text="single pen"  />
                                                    <telerik:RadComboBoxItem Text="shotgun" />
                                                    <telerik:RadComboBoxItem Text="double-shotgun" />
                                                    <telerik:RadComboBoxItem Text="camelback" />
                                                    <telerik:RadComboBoxItem Text="double pen" />
                                                    <telerik:RadComboBoxItem Text="hall-parlor" />
                                                    <telerik:RadComboBoxItem Text="saddlebag" />
                                                    <telerik:RadComboBoxItem Text="creole cottage" />
                                                    <telerik:RadComboBoxItem Text="dog trot" />
                                                    <telerik:RadComboBoxItem Text="central-hall" />
                                                    <telerik:RadComboBoxItem Text="gable-ell" />
                                                    <telerik:RadComboBoxItem Text="bungalow" />
                                                    <telerik:RadComboBoxItem Text="pyramidal cottage" />
                                                    <telerik:RadComboBoxItem Text="Queen Anne cottage" />
                                                    <telerik:RadComboBoxItem Text="central-hall, 2 pile cottage" />
                                                    <telerik:RadComboBoxItem Text=" bluffland cottage" />
                                                    <telerik:RadComboBoxItem Text="central-hall I-house" />
                                                    <telerik:RadComboBoxItem Text="double-pen I-house" />
                                                    <telerik:RadComboBoxItem Text="hall-parlor I-house" />
                                                    <telerik:RadComboBoxItem Text="Creole house" />
                                                    <telerik:RadComboBoxItem Text="central hall, 2 pile house" />
                                                    <telerik:RadComboBoxItem Text=" Queen Anne house" />
                                                    <telerik:RadComboBoxItem Text="four square" />
                                                    <telerik:RadComboBoxItem Text="minimal tradition cottage" />
                                                    <telerik:RadComboBoxItem Text="split level" />
                                                    <telerik:RadComboBoxItem Text="ranch" />
                                                    <telerik:RadComboBoxItem Text="row house" />
                                                    <telerik:RadComboBoxItem Text="warehouse" />
                                                    <telerik:RadComboBoxItem Text="depot" />
                                                    <telerik:RadComboBoxItem Text="skyscraper" />
                                                    <telerik:RadComboBoxItem Text=" commercial row bldg." />
                                                    <telerik:RadComboBoxItem Text=" freestanding commercial" />
                                                    <telerik:RadComboBoxItem Text=" single-crib barn" />
                                                    <telerik:RadComboBoxItem Text="transverse-crib barn" />
                                                    <telerik:RadComboBoxItem Text="other" />                                        
                                                  </Items>
                                                   
                                            </telerik:RadComboBox>​

akpaga akpaga
Top achievements
Rank 1
 asked on 01 Nov 2015
1 answer
63 views
according to demo

https://demos.telerik.com/aspnet-ajax/editor/examples/import-export/docx-import-export/defaultcs.aspx

when I delete everything and upload the picture I got this html line.

<img alt="" src="/aspnet-ajax/Editor/Examples/Import-Export/DOCX-Import-Export/images/image0.jpeg" />

I hit the export button it didn't work and show some error like the picture that I already attach.

I know that in the example it convert picture to base64 but you know if radeditor keep only the path in html it will not gonna work. Any idea to fix my issue?
Kittipong
Top achievements
Rank 1
 answered on 01 Nov 2015
2 answers
375 views

Hi!

 Is it possible to set the greater value on the center of the donut? The goal is to reach something like picture attached. Thanks in advance for any help

Jorge
Top achievements
Rank 1
 answered on 30 Oct 2015
2 answers
232 views

I have a series of detail tables (3 deep) within a radgrid.

I have defined HierarchyDefaultExpanded="true" to automatically expand all the detail grids.

Screen real-estate is at a premium. I wish to remove the expand/collapse column, and prevent the detail grids from indenting.

I have attempted to use CSS to defined a left-margin of 0px. I have attempted to replace the default images w/ very small GIFs. I've tried about every solution I've been able to google, but nothing appears to work.

The best I can do is "hide" the column, but, when I do that, the child grids are then indented by one column of its parent grid, which is even worse in terms of real estate.

 How can I remove the expand/collapse column completely, and make it so the master/child grids are all left-justified to the left-most side of the window?

ToltingColtAcres
Top achievements
Rank 2
Veteran
Iron
 answered on 30 Oct 2015
4 answers
114 views

I'm using a slider with a tab control inside the slider, and i'd like to turn off the 1px border that runs along the top of the slider, but keep the side and bottom borders. thanks!

 

Jason Bourdette
Top achievements
Rank 1
 answered on 30 Oct 2015
8 answers
1.1K+ views
Hi experts,

I know this sounds stupid ... but how to remove 'add' button so user can only upload one single file or a pre defined number of files?

Many thanks,
Ray
Kim
Top achievements
Rank 1
 answered on 30 Oct 2015
7 answers
260 views
Below, is an error I get now randomly on different pages that have telerik controls, I never seen these error before, until I upgaded to version 2012.2 912

Error Message:
The given key was not present in the dictionary.
Stack Trace:
at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at Telerik.Web.UI.RadInputControl.LoadClientState(Dictionary`2 clientState) at Telerik.Web.UI.RadInputControl.LoadPostData(String postDataKey, NameValueCollection postCollection) at System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Maria Ilieva
Telerik team
 answered on 30 Oct 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?