Telerik is a vendor of development, team productivity, and automated testing tools, as well as UI components and content management solutions for Microsoft .NET.

learn more… | top users | synonyms

0
votes
0answers
11 views

incomplete ,non well-formed data

I face the following problem and i can't fix it : I want to store some fields with its format so that i could show that data in formatted view in my report later . I use RadEditor : like this : ...
0
votes
0answers
8 views

error in silverlight app with radspreadsheet control

i write a silverlight app with telerik Radspreadsheet Control, when i run my app in win 7 and 8 in Firefox, google chorme, opera and IE 9 it work corect, but Some of my clients can not load this app ...
1
vote
2answers
44 views

Efficient way to hide rows from table

I have an html table with 1000 rows. I want to sort/search those rows on the client. Data comes from a webservice. Now, I was thinking about adding paging with 100 rows per page, but the client side ...
0
votes
0answers
16 views

Telerik RadTreeListView poor performance

I'm having a little performance problem with the Telerik WPF hierarchical gridview & considering alternative 3rd party controls. Check out this simple scenario (zip project) Its a ...
0
votes
1answer
17 views

is it a kind of bug telerik rad control?

Hi; i have been developed a wp8 application using telerik. I have a radModalWindow generator. Every things works good. But Telerik is confused Transparent color setting.(i guess) My Code below; ...
0
votes
3answers
20 views

Telerik gridview : How to refresh grid view after Database change

I'm using radgridview in C# winform application to show data from database. I'm also altering database through ADO.Net. The problem is after I change the database, for example by deleting a row or ...
-1
votes
0answers
9 views

How to access the GridNumericColumn values in Rad Grid Edit Mode

<telerik:GridNumericColumn UniqueName="c31" HeaderText="Rate" DataField="c31" DataFormatString="{0:C}" ColumnGroupName="c3"/> <telerik:GridNumericColumn UniqueName="c32" ...
0
votes
0answers
5 views

Telerik WPF PropertyGrid : to display nested properties must AutoGeneratePropertyDefinitions be false

Is it possible to display nested properties of an object in the Telerik WPF PropertyGrid when AutoGeneratePropertyDefinitions is set to true?
0
votes
0answers
13 views

Pass Parameters to telerik report from ASPX page

Dim S As New Telerik.Reporting.InstanceReportSource() Dim myReport As ReportLibrary.ReportTemplateCard = New ReportLibrary.ReportTemplateCard Dim ds As ...
0
votes
0answers
12 views

multiple update with radrating

Im trying to update multiple rows on one click, it works fine but throws an error after 2 3 rows, could not figure out why below is my code on button event RadRating rating = (RadRating)sender; ...
0
votes
0answers
14 views

Editing button styles in Telerik with Bootstrap

I am not a aspx coder but trying to style a button on an aspx page which uses Telerik with Bootstrap. So, the code goes like this, <telerik:RadButton CssClass="btn btn-primary" ID="rbtnGiris" ...
0
votes
0answers
8 views

Concurrent use of Telerik Ajax and MVC in same Web Site or Web Application

I am in a situation of needing to transition from Telerik Ajax to MVC without going to the one major release path. In other words, for a period of time, some pages may be using Grid-Ajax and the next ...
0
votes
0answers
11 views

How to implement Drag & Drop on Telerik RadList with bound ItemsSource?

I am trying to implement Telerik's Drag&Drop behavior to a RadListBox control, to allow reordering the list items via drag and drop, but I get the following exception on dropping an item in the ...
1
vote
2answers
39 views

find a control in current page

Hello, my problem is that I can't seem to find the control from current page. My page class has the following code: <div class="meeting_body_actions"> ...
0
votes
0answers
13 views

Batch Update in Radgrid

I tried exactly the Batch Update in radgrid as mentioned in demo below: http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/clienteditbatchupdates/defaultcs.aspx#qsf-demo-source But some ...
1
vote
1answer
20 views

Why WCF service change date value in case different TimeZone on client and server side

I have WCF service, one service method return array of some objects, single object contain some date values, for example {14-05-2013 08:00:00} Kind: Unspecified. I can see in debug mode this value ...
0
votes
1answer
24 views

Radgrid fire RowClick Event via Javascript or Just use EnablePostbackOnRowClick

Worth the discussion what are the pro's / Con's of firing the RowClick event from a telerik radgrid with following scenario's, they all work btw ;-) Scenario 1: Radgrid ...
0
votes
1answer
29 views

Error evaluating embedded expressions: How to get just the date part from the datetime in telerik report

I want to get the printing date in my telerik report so i bind like this : Printing date{Format("{0:MM/dd/yyyy}", Now())} but i face run time error like this : Error evaluating embedded ...
-1
votes
0answers
21 views

Populating data from two different table in a tree view

I have refer to this link How to populate a TreeView items from two tables but have not got the solution. I have two tables : 1. County 2. State County table has state id. I want to bind a tree view ...
1
vote
1answer
58 views

The argument types 'Edm.DateTime' and 'Edm.String' are incompatible for this operation

I'm trying to filter two different (Data Picker's) that are in the same column at the grid. I try to reach a command with these two fields. The whole filtering process is going on in the code behind, ...
0
votes
0answers
21 views

telerik treeview not clickable in a jquery model dialog

using ASP.NET MVC 3. I am trying to display a telerik treeview in a jQuery model dialog. Got the tree but not clickable or expandable. Had a View file contains a empty div and a javascript method to ...
0
votes
0answers
7 views

Radgrid multiple detail tables at a level, IE 9 Compatibility View rows stacking

I have a radgrid which have 3 detail tables in same level. It works fine with IE 9, but when I changed to compatibility mode all 3 detail tables shows up at the same place, text stacking over. And ...
0
votes
0answers
20 views

Ajax popup does not open when i hide it

My design code: <ajaxtoolkit:modalpopupextender id="DisplayPopUp" popupcontrolid="divEChartDisplayPopUp" cancelcontrolid="imgbtnEChartDisplayClose" runat="server" ...
0
votes
1answer
40 views

Telerik MVC Grid, rebind after ajax delete from custom command?

I've got a Telerik MVC Grid and I am trying to have the grid rebind after deleting an item. here is my grid: @(Html.Telerik().Grid(Model.Item).Name("Items").Sortable().Scrollable(x => ...
0
votes
1answer
32 views

Rad Pane and Listbox visibility

I am having two ListBoxes in a rad pane, I want one ListBox visible to one user and both list boxes visible to another user. When I am making the ListBox, hidden the height is not adjusted, it is ...
0
votes
0answers
14 views

.net use Telerik ORM / extending MembershipProvider

I need point of views regarding an extranet project that i have planned to do. Each user of the extranet would have different user right. I know that the decorator pattern is a good way to accomplish ...
0
votes
0answers
9 views

How to Chage RadFormDecorator background at run Time

Bank.aspx Page The below code rad grid.Inner grid with check Box and Span tag .. I want to change the span tag background color Dynamically when Outer grid Insert Mode or Edit Mode. ...
0
votes
1answer
33 views

File input with HttpPostedFileBase returns always null

We have very simple form with file input. When we post form we can handle other element from model. But file input always return null. By the way we use our view and controller in Telerik Sitefinity ...
0
votes
4answers
34 views

Empty datetime in the report

I face the following problem : Sometimes the value of my trans_in(DateTime) in my database is :1900-01-01 00:00:00.000 and it appears in my telerik report like this 12:00 AM i want to show the ...
0
votes
1answer
14 views

Style “filter operators” ComboBox of Telerik RadDataFilter

So I have a RadDataFilter <telerik:RadDataFilter x:name="radDataFilter" /> Problem: I want to hide the filter operators combobox. (the one that has "Contains", "Is Equal To" ... etc. etc. ...
0
votes
1answer
25 views

Is it possible to open a word document in Rad Editor

I am new to use rad editor and I want to open word document in Rad Editor for edit and save back. it is possible to open word document in rad editor and save back to file using rad Editor.
0
votes
1answer
27 views

using checkbox in telerik grid

I'm using checkbox in Telerik Grid. following is my code @(Html.Telerik().Grid<ProductModel>(Model.Products.Data) .Name("products-grid") .Columns(columns ...
0
votes
0answers
18 views

Auto tag find and replace feature add in asp.net site [closed]

I would like to create an auto tag Find and Replace feature like the one on this site. I want to find and replace from telerik editor, is there any api provide Auto tag for find and replace. Thanks ...
0
votes
0answers
21 views

How to changes the Runtime Background color of Span tag in RadFormDecorator

BankDetails.aspx <telerik:GridTemplateColumn UniqueName="BankType" AllowFiltering="false" EditFormHeaderTextFormat=" "> <EditItemTemplate> ...
0
votes
1answer
55 views

Setting a DateTime appointment schedule

Newbie question about using the DateTime method to set a schedule inside a Telerik calendar. I want to use the Telerik controls calendar to set a schedule for a music bands tour schedule. I can't ...
0
votes
2answers
25 views

How can we open raddatepicker popup window up the Radwindow popup

I have raddatepicker control in radwindow.The size of radwindow is fixed. when i open the raddatepicker popup it shows scroll bar in radwindow due to less space. I don't want to show the scroll bar. ...
0
votes
1answer
10 views

How can I control the width of the X-axis labels on a horizontal bar RadChart?

What are the properties that control the width of the X-axis labels on a horizontal bar RadChart? Here's what it looks like now: I need the labels on the left to be wider.
0
votes
0answers
20 views

wpf - control auto resize of panelbaritems when expanding/collapsing

I have a vertical panel which is divided to 3 parts. Each one is a RadPanelBarItem (i'm using Telerik) with some controls inside, every one of the items can be expanded or collapsed by a click. Now, I ...
-2
votes
1answer
37 views

call function from a separate file [closed]

I have some function, it's located another file: ../../functions.js for example. i'm using "telerik grid" to show tables. my function Designed to add num of row. like: function addNumbers(e) { ...
0
votes
0answers
17 views

Telerik HTML 5 Chart ASP.net

I have following chart I want to set two things using C# How can I set x-axis legends below chart not below axis since it overlaping lines? I am setting tooltip is not appearing like this "{0} ...
0
votes
0answers
25 views

MVVM GridView MultiDatasource Read All Items?

I am using MVVM (Prism), I have a radGridView (telerik) which I am binding from 2 different data sources. One column is a dataColumn while the other is comboboxColumn... Example - XAML ...
1
vote
0answers
46 views

get the whole table and set to editor's content

I have a table and Rad Editor likes <table id="MyTable" width="200" border="1" cellpadding="8" style="display:none"> <tr> <td><p id="Title" runat="server" ...
4
votes
2answers
55 views

Accessing a value in a radGrid column

I want to access a value in a radGrid control. Given the image below, I want to access the value of "Status". But I can't seem to get it. I get an error message "Unable to cast object of type ...
0
votes
1answer
27 views

How to filter a Telerik Mvc Grid bound to a formatted datetime property

New to Telerik Mvc, so I'm hoping I'm missing the obvious here. I am using version 2011.3.1115.340 of Telerik Mvc. The grid is being databound via ajax calls to controller actions and then the ...
0
votes
1answer
15 views

How can I move the Y-Axis labels from the bottom to the top of my horizontal bar rad chart?

By default, the Y-Axis labels appear on the bottom of a horizontal bar chart. How can I display them on the top instead?
1
vote
0answers
21 views

How to make Telerik Editor Control Readonly?

I have implemented a Telerik Editor COntrol In my Web Page . Can Anyone tell me How to make it Readonly. I just want to prevent user to enter anything in Editor. Code Below-- @{ ...
0
votes
0answers
8 views

Predefined Layout wont Export to Excel when modified

Disclaimer: I do not know the Telerik library, let alone the PivotGrid control. But learning every day on how to best leverage the tool for the client. Problem: Working on a project and came to a ...
0
votes
0answers
10 views

data pager doesn't work properly after closing the thichbox

Here is my code , <telerik:RadListView runat="server" ID="myDataList" AllowPaging="true" DataKeyNames="id" ItemPlaceholderID="PlaceHolder1" NeedDataSource="list_DataRebind"> ...
0
votes
0answers
15 views

Grid Interface - client-side vs server-side

I am building a custom application to be hosted on SharePoint 2010. I need to select a grid component to use display data in a tabular format. I need to build something like the Sharepoint List ...
0
votes
1answer
74 views

How to full Screen popup in windows phone 8?

Hi; i can not fit RadModalWindow on windows phone 8 application. How to fill all screen my popup? <telerikPrimitives:RadModalWindow Name="cardselect" IsFullScreen="True" ...

1 2 3 4 5 77