Telerik Forums
UI for ASP.NET AJAX Forum
14 answers
809 views
Hello,

Having a problem where the expand/collapse icon is getting cut off on the right hand side of the expand/collapse column because the column is not wide enough (see attached image).  Is there a way to control how width the expand/collapse column renders via the style sheet?  Either so I can change the padding/margin on the left of the icon or to make the column wider?  I can't seem to find a way to make this look nice.

Thanks,
--nick
Kiranmayee
Top achievements
Rank 1
 answered on 02 Aug 2018
7 answers
609 views
Hello,

I have a radgrid definition that has AllowFilteringByColumn enabled. One of the grid column's is populated from a RadComboBox using a lookup table (via a foreign key). The filter in this case, only works on the foreign key value. (see screen shot)

Is it possible to configure this filer to accept the text value.

                <telerik:GridDropDownColumn DataField="UnitId" 
                                            UniqueName="Unit" 
                                            HeaderText="Unit" 
                                            AllowSorting="true" 
                                            ItemStyle-Width="100px" 
                                            DataSourceID="EntityDataSource1" 
                                            DropDownControlType="RadComboBox" 
                                            ListTextField="Unit"
                                            ListValueField="UnitId" 
                                            EmptyListItemText=""
                                            EmptyListItemValue="">
                </telerik:GridDropDownColumn>

Thanks,

SteveO
Eyup
Telerik team
 answered on 02 Aug 2018
9 answers
1.1K+ views
Hi,
how can I disable the user to write special characters in RadTextBox ? 
I'm also using the 
EmptyMessage property.

I want something like ajax toolkit filter extender 
Eyup
Telerik team
 answered on 02 Aug 2018
8 answers
123 views
Hello Support

      I create a search box in one asp.net page. When I input keyword and click submit button then show the Radlistview data result.  All is ok, no problem. but when I click the page 2, or page 3 or page..... no result in the radlistview. I checked query string. it show the messed code. 

     I have some customes from china. so this problem only appear when I input chinese charactar in the search box.

     Please help me resolve this problem. Thank you
Attila Antal
Telerik team
 answered on 01 Aug 2018
1 answer
415 views

Hi everyone ,

please i want to know if i can change LinkUrl of radeditor Hyperlink manager so i can fix some text in URL.

attached picture , i want any user add hyperlink find text "/TopicDetails/" written by default  .

Thanks . 

Vessy
Telerik team
 answered on 01 Aug 2018
3 answers
291 views

Hi, I am using excel-like filtering on my RadGrid similar to this demo.

I am wondering if there is a way to hide the extra filtering option as highlighted in red in the attached image, but keep the excel-like filtering. I know that the css for the whole menu can be edited with .RadGrid_[skin] .rmGroup {} but I don't know about the filter. Thanks

Tsvetomir
Telerik team
 answered on 01 Aug 2018
1 answer
342 views

Hi there, 

Our development team are using Kendo UI with entity framework 6 database first. We're wanting to try using stored procedures for some complex CRUD operations, but the team are adamant that this isn't possible. Could you please advise?

 

We're using 2016.1.226.440 - Kendo web extensions for asp.net mvc. Library package name is Kendo.MVC. Runtime version 4.0.

 

Cheers, 

Stamo Gochev
Telerik team
 answered on 01 Aug 2018
1 answer
134 views

Hello together, i don't get it working...

How can i change the start/end/interval values for the popup list of RadTimePicker clientside using javascript and how to repait that after manipulating?

I can read all the values with the apropriate methods:

  • get_startTime() -> returns my start date
  • get_endTime() -> returns my end date
  • get_interval() -> returns my interval date

Here is a sample code how i try to manipulate this (sample of an end-time):

1.... get the endTimePicker...
2.var timeView = endTimePicker.get_timeView();
3.var endTime = timeView.getTime();
4.endTime.setHours(17);
5.endTime.setMinutes(0);
6.endTime.setSeconds(0);
7.timeView.set_endTime(endTime);

 

After manipulation, i try to write it back to the object:

  • set_startTime(<manipulated start date>) 
  • set_endTime(<manipulated end date>)
  • set_interval(<manipulated interval date>)

Whe i than read the properties again, i only get the message "invalid date".

How can i manipulate these values in the correct way?

How can i repaint the popup list after the manipulation? With <timepicker-object>.repaint() ?

 

Thanks a lot for thinking about that.

Eyup
Telerik team
 answered on 01 Aug 2018
0 answers
65 views

Is there some way to add arrows to lines on the map?

Thank you

David
Top achievements
Rank 1
Iron
Iron
Veteran
 asked on 31 Jul 2018
0 answers
57 views

Is it possible to "paint" shape by using javascript after original load? To identify i can use some of the shape properties.

Thank you

David
Top achievements
Rank 1
Iron
Iron
Veteran
 asked on 31 Jul 2018
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?