Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
272 views
Is it possible to add template columns after Page_Init? 
I have dynamic columns in a radgrid that is nested inside another radgrid that can only be calculated after the parent radgrid is bound. 
This was working fine when I was binding the parent in Page_Init, but now I am binding it with the NeedDataSource event and the template columns no longer render, since Page_Init has already fired.

Is there anything I can do after Page_Init to render the columns added?
Eric
Top achievements
Rank 1
 answered on 26 Mar 2014
3 answers
122 views
Would media queries mess up the processes that go on between design / html / preview ?
Bozhidar
Telerik team
 answered on 26 Mar 2014
1 answer
191 views
in the drawing tools(pencil, draw circle, draw rectangle, and line) if you select one it shows the default color selected as white, however the default color is actually black and default fill for circle and rectangle is transparent... is there any setting i can put in to override the default color and make sure that the correct color displays when a user starts using those controls?
Slav
Telerik team
 answered on 26 Mar 2014
7 answers
261 views
We have a pretty simple grid, selected by a GridClientSelectColumn in each row.  We noticed the other day that if we selected, paged, then paged back, we lost the selection.

Implemented the client-side persistence as shown here, works great!

However, the grid only lets us have access to the current page's selections through grid.MasterTableView.GetSelectedItems on the server side when updating.  I also tried testing with grid.get_selectedItems() on the client, still only got the current page's selections.

Obviously, we want our users to be able to page through the options and then hit the submit button only once to save, instead of having to save on each page of the grid.

What am I missing to get the universe of selections from the grid instead of only the current page's selections?

Thank you,

Scott
Pavlina
Telerik team
 answered on 26 Mar 2014
1 answer
144 views
I have been asked to move the sort arrows to the left of the grid header columns. This means that they will be displayed before the text.

I was just wondering is this possible with a Telerik grid?
Princy
Top achievements
Rank 2
 answered on 26 Mar 2014
6 answers
399 views
Hello

i am developing a asp.net web forms application using twitter bootstrap (latest version) an telerik asp.net ajax controls. I would like to mention the above problem:

Inside a bootstrap modal window i have a RadDropDownTree with EnableFiltering. I noticed that, although i enter some text in filter input, the text is not shown at input's value.

Another RadDropDownTree placed inside the web form page as well as a RadTextBox also inside the modal works fine!
Does anyone have the same problem?

The above snippet shows my web form content. The RadDropDownTree1 control which is outside the modal works fine! The problem is about RadDropDownTree2

01.<asp:Content runat="server" ID="BodyContent" ContentPlaceHolderID="MainContent">
02.     
03.    <telerik:RadDropDownTree ID="RadDropDownTree1"
04.        FilterSettings-EmptyMessage="i can text here" 
05.        runat="server" EnableFiltering="True">
06.    </telerik:RadDropDownTree
07.       
08.    <!-- Button trigger modal -->
09.    <a class="btn btn-primary btn-lg" data-toggle="modal" data-target="#myModal">
10.        Launch demo modal
11.    </a>
12. 
13.    <!-- Modal -->
14.    <div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
15.      <div class="modal-dialog">
16.        <div class="modal-content">
17.          <div class="modal-header">
18.            <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
19.            <h4 class="modal-title" id="myModalLabel">Modal title</h4>
20.          </div>
21.          <div class="modal-body">
22.               
23.              <telerik:RadTextBox runat="server"></telerik:RadTextBox>
24. 
25.              <telerik:RadDropDownTree ID="RadDropDownTree2"
26.                  runat="server" EnableFiltering="True"  FilterSettings-EmptyMessage="i can't text anything here" >
27.                   
28.              </telerik:RadDropDownTree>
29.          </div>
30.          <div class="modal-footer">
31.            <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
32.            <button type="button" class="btn btn-primary">Save changes</button>
33.          </div>
34.        </div>
35.      </div>
36.    </div>
37. 
38.</asp:Content>

I have version v4.0.30319 ( 2013.2.611.45) of telerik controls

Do you have any ideas?
Giannis
Top achievements
Rank 1
 answered on 26 Mar 2014
7 answers
219 views
hi all, a strange error its apearing when i try the page in ie.
JavaScript critical error at line 5, column 1 in http://localhost:62127/Main.aspx?ReturnUrl=/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3ac9cbdec3-c810-4e87-846c-fb25a7c08002%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%3aen-US%3adf833b2e-28ee-45e7-8320-6f2a9cb883d7%3a16e4e7cd%3af7645509%3a22a6274a&_TSM_HiddenField_=ScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=;;System.Web.Extensions,+Version=4.0.0.0,+Culture=neutral,+PublicKeyToken=31bf3856ad364e35:en-US:c9cbdec3-c810-4e87-846c-fb25a7c08002:ea597d4b:b25378d2;Telerik.Web.UI:en-US:df833b2e-28ee-45e7-8320-6f2a9cb883d7:16e4e7cd:f7645509:22a6274a

what can it be.

best regards
Angel Petrov
Telerik team
 answered on 26 Mar 2014
2 answers
148 views
Hi, I would like to check if it is possible to tag a hyperlink to a picture when using RadRotator?

Based on the demo, I don't see an example that is able to show case this functionaility.
From what I understand, Ratator just need a picture gallery source to work. It will load all the pictures inside the source automatically.

Would be grateful if anyone can answer my query, thanks!
Slav
Telerik team
 answered on 26 Mar 2014
4 answers
116 views
Hi All 
          I am using Rad Upload control in which I have 2 buttons name select and Clear which are shifting (moving) on mouse hover showing this class (while inspecting in mozila) 

.ruBotton .ruMousehover
{
background-position: 100%  -23px;
width: 79px;
}
are these classes by default set to this control please let me how I can resolve my issue.
Thanks
Shinu
Top achievements
Rank 2
 answered on 26 Mar 2014
1 answer
98 views
Hi,

Does Telerik Controls Requires Internet Connection all the time, because when I am running my application in a system not connected to internet, telerik controls stops working as if they has crashed. After some research i found that on every request these request are also generating.

http://aspnet-scripts.telerikstatic.com/ajaxz/2011.1.519/Calendar/RadCalendarScript.js
http://aspnet-scripts.telerikstatic.com/ajaxz/2011.1.519/Common/Scrolling/ScrollingScripts.js
http://aspnet-scripts.telerikstatic.com/ajaxz/2011.1.519/Common/Navigation/NavigationScripts.js
http://aspnet-scripts.telerikstatic.com/ajaxz/2011.1.519/Common/Core.js
http://aspnet-scripts.telerikstatic.com/ajaxz/2011.1.519/Menu/RadMenuScripts.js
http://aspnet-scripts.telerikstatic.com/ajaxz/2011.1.519/Common/jQuery.js
http://aspnet-scripts.telerikstatic.com/ajaxz/2011.1.519/Ajax/Ajax.js 

Is there any way for avoiding these requests 
Ianko
Telerik team
 answered on 26 Mar 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?