Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
36 views
Hi,
I have a Rad Grid which gets its data displayed from OnNeedDataSource with 4 Columns and has pagesize=20 - Total Ouput is around 120 Rows
On Each Page after 20 Row are displayed i would like to add 4 RADCombo Boxes with Unique values of the columns displayed above and before the pager controls gets displayed like NextPage and Before etc

Do i need to use Footer Template and wher eshall i bind data to these Rad Combo Boxes - ItemCreated or ItemData Bound

Thanks


Konstantin Dikov
Telerik team
 answered on 11 Feb 2015
3 answers
65 views
This mode does not seem to be working correctly.
When pasting into the editor, it inserts random line breaks.
(Seems to happen mainly after formatting such as bold and where the line wraps naturally in the word doc.)

See attached screenshot.

Please advise

http://demos.telerik.com/aspnet-ajax/editor/examples/cleaningwordformatting/defaultcs.aspx


Ianko
Telerik team
 answered on 11 Feb 2015
3 answers
131 views
Is it possible to search on both columns when user tries to type in the dropdown?
If you have
ColA  ColB
123   ABC

And user tries to type 123 or ABC then we highlight that row?
I tried doing this using OnClientItemsRequested and It works fine, but I wanted to check to see if this is already implemented in the control or anyone has a any good ideas... 
Boyan Dimitrov
Telerik team
 answered on 11 Feb 2015
5 answers
94 views
I have an asp.net 4 website.  The default page is using the radajaxmanager  The default page has two radcombobox controls.  Server side OnItemsRequested events are used to populate the radcombobox controls.  A radmultipage control is also on the page.  Each page in the rad multi page displays data in rad grids based on the selections for the two radcombobox controls.  The website uses session state to store the selections from the two radcombobox controls.

The problem is that a user can leave the website without closing the browser and then return to the website using a back button or favorite item.  The comboboxes do not show the previous selections.  However, the grids use the session variables to display data.  I have been unable to set the radcomboboxes values.  It appears that the page load event does not fire. 

I cannot remove the radajaxmanager because a tab strip control is also used.  The page needs javascript methods to control the tabs. 

Do you have any suggestions?
Aneliya Petkova
Telerik team
 answered on 11 Feb 2015
4 answers
154 views
Hi,

I have a somewhat strange bug where some inline-css seems to be missing. This occurs in IE10 and IE11 and only when the site is hosted in IIS (IIS Express 8 works fine).

This is the generated html from IE11, site hosted in IIS:
<div class="rgHeaderWrapper">
   <div class="rgHeaderDiv" id="Control1_SP_Grid1_Grid1_Grid_GridHeader" style="overflow: hidden; margin-right: 17px;">
      <table class="rgMasterTable rgClipCells rgClipCells" id="Control1_SP_Grid1_Grid1_Grid_ctl00_Header" style="overflow: hidden; table-layout: fixed; -ms-text-overflow: ellipsis; empty-cells: show;" cellspacing="0">
    

And this is the generated html from IE1,1 site hosted in IIS Express:
<div class="rgHeaderWrapper">
   <div class="rgHeaderDiv" id="Control1_SP_Grid1_Grid1_Grid_GridHeader" style="overflow: hidden; margin-right: 17px;">
      <table class="rgMasterTable rgClipCells rgClipCells" id="Control1_SP_Grid1_Grid1_Grid_ctl00_Header" style="width: 100%; overflow: hidden; table-layout: fixed; empty-cells: show;">
                

As you can see, in the first case the width: 100% attribute is missing, but therefore there is an attribute "-ms-text-overflow". Because the width attribute is missing, the layout i screwed up. The software is absolute identical, the Telerik Version is Q3 2014. In both cases IE runs in edge mode.
If I try the same with Chrome, in both cases the width attribute is set correctly.

Could you tell me which logic in the RadGrid determines which attributes must be set?

Thanks!
Angel Petrov
Telerik team
 answered on 11 Feb 2015
2 answers
123 views
​Hi all, using VS 2013 with UI for ASP.NET AJAX Q3 2014 SP1.

Below is my prototype.

http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/form-template-update/defaultcs.aspx

I would like to popup a ToolTip Message just once (i.e. "You are adding/Editing new Employee...") for 10 seconds when user's open the Edit form to Insert/Edit.

Thanks
gc_0620
Top achievements
Rank 1
 answered on 10 Feb 2015
3 answers
98 views
I have a RadAlert that I call with Javascript that I can't change the skin to. In my aspx page I have this Javascript called:

<script>
radalert('This is a test message.');
</script>

In the Master Page of the aspx page I have a RadWindowManager like this:

<telerik:RadWindowManager ID="RadWindowManager1" runat="server" Skin="WebBlue"/>

The radalert continues to use the "Default" skin and don't know why. How can I change it in this case?
Marin Bratanov
Telerik team
 answered on 10 Feb 2015
9 answers
192 views
Hi,

I have this problem with opening the window when clicking a link. The thing is that it works in every browser I tried (Firefox, Chrome, Safari), but in IE10 it doesn't open.
The behavior in IE10 it's like this:
1. clicking the link (which should trigger the popup)
2. nothing happens
3. clicking again on the link
4. the popup appears in the top-left corner but without any content and any functionality (it doesn't display any content and the close button is not working)

The code for opening it:
<script type="text/javascript">
   function openRadWindow(id) {
        var oWnd = radopen("../link/" + artid, "RadWindow1");
        oWnd.center();
        oWnd.show();
}
</script>

And for triggering the code above:
<a href="#" onclick="openRadWindow('<%idstuffgoeshere%>'); return false;">Open popup</a>

I tried to debug it with the IE(10)'s debugger and I get the following JavaScript errors:
SCRIPT5022: InvalidCharacterError
ScriptResource.axd, line 796 character 8
SCRIPT5007: Unable to get property 'documentElement' of undefined or null reference
ScriptResource.axd, line 128 character 2
SCRIPT5007: Unable to get property 'documentElement' of undefined or null reference
ScriptResource.axd, line 128 character 2

I haven't tried this on other IE versions, but I assume is not working on the earlier versions either.
Anybody knows a solution for this?
Marin Bratanov
Telerik team
 answered on 10 Feb 2015
3 answers
113 views
Hi, there!

I have a RadGrid (let's say RadGrid1) with EditMode="Batch". How can I get a DataTable with the modified rows?

Thanks!
David
Top achievements
Rank 1
 answered on 10 Feb 2015
10 answers
245 views
Hi,

I have a strange issue.  I'm using masterpages and contentplaceholders.  I have a page where I have the RadAjaxManagerProxy with a LoadingPanel.
On the page there are several object, input field, dropdown, RadDatePicker, RadEditor, DataGrid, buttons,...
When I had a postback from for example pressing a button, I have a strange situation.
Let's say I push a button to add data from fields to the datagrid, after postback I select another value in a dropdownlist and then want to input data in the RadEditor.  The RadEditor is not available at that moment, I cannot click in it with my cursor, also all the other input field are not available.  Dropdowns, buttons, lists are available and can be changed but no input or Editor field.

Any Idea what the problem may be?

I cannot provide a link to the site because it is on our intranet.Also cannot copy the aspx file and master file because it is too hugh...

Kind regards

Suzy
Maria Ilieva
Telerik team
 answered on 10 Feb 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?