Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
151 views
Hi everyone,
     I want to close the edit form template in button click from server side. How can I achieve that?
Hopes and thanks
Ryan
Princy
Top achievements
Rank 2
 answered on 19 Jun 2012
2 answers
100 views
Hi there,
    I have paging enabled in my grid. I have encountered this problem while adding new data while in the first page. After adding the data the control is redirected to the last page. Where might I have went wrong. Can anybody help me out with this. Please do come up with something  helpful
thanks
Savyo
Savyo
Top achievements
Rank 1
 answered on 19 Jun 2012
1 answer
135 views
Hello =)

I'm having the problem stated in the thread's title: Whenever I'm editing with the RadEditor if I click for example the hyperlink manager, I can't see the OK button. The problem that the webpages gives me is most of the time 'Sys' is undefined (but it throws sometimes other stuff too). This doesn't happen with every user, it just happens with users that have tons of roles and therefore the linkmanager URL gets too long.

Is there any solution for this?

Thanks a ton!!!

Damian =)
Dobromir
Telerik team
 answered on 19 Jun 2012
2 answers
369 views
Good Evening All 


I have a small issue here. I have a Div inside a TD that is defined like this 


<td    >
              <div id="divGoogleEarthMap" runat="server" [B]style="display:none" [/B]
                  >
                  <asp:HiddenField ID="HiddenField1" runat="server" />
                  <asp:ImageButton ID="GoogleEarthMap" runat="server" Height="100px"
                      OnClientClick="javascript:showimage('GoogleEarthMap'); return false;"
                      Width="100px" />
              </div>
          </td>


now the display style of this div is hidden. so i have a Javascript that runs when i close my popup. the first thing that javascript does is to populate two textboxes and show this div. It populate the textboxes nicely , but it fails to show or unhide the div. i have tried to set of code example using the normal javascript and also JQuery as depicted below 



 
$('#divGoogleEarthMap').css('display', "block;");
 


and



 
var div = document.getElementById("divGoogleEarthMap");<br>                div.style.display = "block";

 


or 


document.getElementById('divGoogleEarthMap').style.display = 'block';


but still my Element cant be displayed. 

Please note that i have a Sample Project that i can be supplied on request


Thanks 
Vuyiswa
Top achievements
Rank 1
 answered on 19 Jun 2012
1 answer
784 views
Hi,

After I added DbValue property, the default/initial value "0"  disappears.  
<telerik:RadNumericTextBox ID="RadNumericTextBox1" Runat="server"
CssClass="AlignRight" Culture="en-US"
Value="0" DataType="System.Decimal"
DbValue ='<%# Bind( "RateValue") %>'
LabelWidth="64px" Width="160px">
<NumberFormat ZeroPattern="n"></NumberFormat>
<DisabledStyle HorizontalAlign="Right" />
</telerik:RadNumericTextBox>

Regards
Kevin
Top achievements
Rank 2
 answered on 19 Jun 2012
5 answers
207 views
This is somewhat obscure, and perhaps the behavior is by design for some reason, but a RadComboBox with CheckBoxes and AutoPostBack enabled in addition to an EmptyMessage posts back to the server when the dropdown menu is closed and no items are checked or unchecked (i.e. the menu is opened and closed with no additional interaction).  

<telerik:RadComboBox ID="rcbItems" runat="server" CheckBoxes="true" AutoPostBack="true"
    Width="175" Height="300" EmptyMessage="Select an Item">
</telerik:RadComboBox>

Removing either the EmptyMessage or the CheckBoxes will eliminate the postback.  Can anyone explain this behavior?
Ivana
Telerik team
 answered on 19 Jun 2012
2 answers
79 views
Hello,

Im currently upgrading the Classic RadGrid with the new Ajax RadGrid. This (obviosly) caused me some problems. I did fix many of them but sadly I have a few left that I just do not know how to solve.

I am currently struggling with the following:

The radgrid pager combobox is not working properly when its inside of a RadWindow, at least not when its on the bottom of the page. Forcing it to open upwards does not help so I can not use this as a temporary fix. This makes me wonder if more people have stumbled upon this problem that can tell me where to search next.

I've created some screenshots to give you a proper view of the situation. (Broken.png + Broken2.png)
I am pretty sure there is not really a need for code right here, since it really isn't very special.
Its just a grid sitting there that is getting filled with data.

Thanks in advance!

Ps: Clicking on the pager combobox (when it doesn't work) causes an extra scrollbar to appear.

Guido S
Top achievements
Rank 1
 answered on 19 Jun 2012
1 answer
66 views
Is there any way to make the Client API work more like jQuery.

Instead of use:

$find("<%= TXT.ClientID %>")
 
Use:

$(".TXT")
Iana Tsolova
Telerik team
 answered on 19 Jun 2012
1 answer
129 views
I have successfully implemented a Rad Splitter oriented horizontally, to afix a navigation bar to the top of the page, and a second pane, below the splitter bar, that displays the main content. In this pane, is a MSAJAX control toolkit TabContainer control, the tab with index 0 displays fine. But, when I click tab index 1 or 2, NOTHING DISPLAYS, just blank white space. I tried setting the RegisterWithScriptManager property to true of the RadSlitter control, but it DID NOT fix it. Does anyone know how to fix this?
Dobromir
Telerik team
 answered on 19 Jun 2012
1 answer
107 views
We use telerik for our ASP.Net app, but we use a different suite, DevExpress for our Winform development.

They are touting numerous enhancements to their ASP.Net controls to make them more touch and mobile friendly:
http://www.devexpress.com/Subscriptions/DXperience/DXv2/index.xml?page=48

They don't mention at all what technology they are using (html5, jquery, etc.)

Now I know telerik is pushing the KendoUI for mobile/touch apps, but my question is:

Will there be any enhancements to the existing ASP.Net AJAX suite to better support touch/mobile?

For example, we use all the telerik themes in our app, and none of them work really well on an iPad.
The main issue being the hit area for elements are too small,
trying to activate a RadMenu, move a RadWindow, expand a RadCombo...all require your touch be really precise or you never get it.

The Metro theme is a little better, but not much.  It looks wonderful...it just still has the same difficulties with touch precision.

All of our clients are asking for better mobile compatibility.  And while I wish my application was in a better state so that I could use the KendoUI, it's too large and old to do quickly.

But if your ASP.Net AJAX suite better supported touch like DevExpress, I think it would help a lot of your users like myself bridge the gap between now and implementation of KendoUI.

I'm going to give their demos a workout tonight and if they do indeed work better on my test bed of tablets...I think you guys need do something to keep up!  You always have! 

Thanks

Iana Tsolova
Telerik team
 answered on 19 Jun 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?