Hi,
We are trying to upgrade the browser from IE9 to IE11.
We are using VS 2012 and Telerik controls for ASP.NET AJAX version 2013.3.1114.45.
In IE9, the GridCommandItem is displayed above the GridPagerItem in telerik radgrid.
Where as in IE11, The GridPagerItem is being displayed first and then far below to it GridCommandItem is displayed.
so the GridCommandItem is going beyond the IE window height and is not visible to the users.
The grid height is set to 100%, such that the pager item appears as the last row on the screen above which the command item needs to be shown.
Any idea how to resolve this behavior in IE11 ?
Thanks
Bhanu.
HI,
I am trying to bind a load on demand RadCombobox to a Web API, do we have any sample code for it? I found following code to bind it to WEB API but it's not load on demand. I want to show how many items are already loaded out of total records and cache items that were loaded earlier.
Web API Binding:
http://www.telerik.com/forums/radcombobox-with-webapi-service-as-datasource
I want to maintain functionality under this link for web service binding.
http://demos.telerik.com/aspnet-ajax/combobox/examples/populatingwithdata/autocompletesql/defaultcs.aspx
Thanks,
Prava
Hi
I have some javascript functions that I call in the events of controls (in the code behind) in a RadAjaxPanel and all works fine. The Javascript functions use the find function to find the controls inside the radAjaxPanel.
I need to call the same js functions from outside the RadAjaxPanel (in other code behind c#) but the js find function fails to find the controls that are inside the RadAjaxPanel. What have I missed or is it a feature?
Hi,
I am trying to use the pivot grid. when I use it out of a master page table it works fine. when I use it within a master page it does not works.
Would you like to help me.
I tried to update the project but you do not allow it.
Thanks in advance
<
custom:GridButtonColumnWithFilteringSorting
HeaderText
=
""
UniqueName
=
"LastName"
DataTextFormatString
=
"{0}"
SortExpression
=
"LastName"
DataTextField
=
"LastName"
DataField
=
"LastName"
ItemStyle-CssClass
=
"myLink"
CommandName
=
"DisplayMember"
HeaderButtonType
=
"LinkButton"
ButtonType
=
"LinkButton"
CurrentFilterFunction
=
"StartsWith"
AutoPostBackOnFilter
=
"true"
ShowFilterIcon
=
"false"
/>
Hi,
In My Application I have Cascading combo box, User is selecting one combo box and based on selection of first combo box second combo box will get populated, now I am storing those values to database and I want to set the value of combo box from Java script to allow user to update those values. To do so how can I set the text of combo box having LoadOnDemand from javascript. e.g. My combobox will have the items as
Employee ID EmployeeName
1 ABC
2 PQR
now I am getting PQR from database and I want to set it to Combo box having PopulateOnDemand Property = true. I tried to create the object of Combobox in JavaScript and then tried with FindItemByText property, but since combo box is configured to Load on demand it is not able to find anything and not able to set the value.
Please let me know how to do it using JavaScript.
How can I get all data from the RadGrid at client side to build a json string with the new data?
using the following code I Tried
01.
<
telerik:GridTemplateColumn
UniqueName
=
"ColDepartment"
DataField
=
"DepartmentId"
HeaderStyle-HorizontalAlign="Left">
02.
<
ItemTemplate
>
03.
<
asp:Label
ID
=
"DepartmentNameLbl"
runat
=
"server"
Text='<%#Bind("Department.Name") %>'></
asp:Label
>
04.
</
ItemTemplate
>
05.
06.
<
EditItemTemplate
>
07.
<
telerik:RadDropDownList
runat
=
"server"
ID
=
"DepartmentsDdl"
DataValueField
=
"Id"
DataTextField
=
"Name"
OnPreRender
=
"DepartmentsDdl_PreRender"
></
telerik:RadDropDownList
>
08.
</
EditItemTemplate
>
09.
</
telerik:GridTemplateColumn
>
1.
batchManagerObject.getCellValue(cellObject);
but it gives me the displayed value [DepartmentName] What I need is the [DepartmentId]
HI Telerik
I have htmlEcoded data coming from an external source.
If I set the radeditor's content to this htmlEncoded data, it doesn't display properly. If I htmldecode this data and then set it to radeditor's content... it displays properly..
Can you pls explain why it is so. Also is it ok to htmldecode data and display in editor.
Please reply..
Thanks,
Nick.