Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
92 views
Hi,

I'm having problem with some texts when localizing.
For example when setting the following:
RadEditor.Localization.Tools.Zoom = "<aaa>"

The zoom dropdown disappears (or becomes very small). Seems to be some problem when encoding the text.
If setting the text as html-encoded ("&lt;aaa&gt;"), then the tooltip gets wrong (displays &lt;aaa&gt;).

Regards
Caesar
Rumen
Telerik team
 answered on 20 Jun 2011
1 answer
137 views
I have created a RadGrid control programmatically and added it to a placeholder control and at the moment I've placed the placeholder inside a ASP.NET AJAX UpdatePanel to avoid page flashing (the radgrid data gets updated (triggered) by clicking an external button).

I'd like to use RadAjaxLoadingPanel so that user will have a nice experience while the Grid gets updated.

1) How to use RadAjaxLoadingPanel with this scenario?

Do I have to use RadAjaxManager instead of UpdatePanel? if so, how to configure it as my RadGrid is created at runtime.

2)
Also, my RadGrid is using Export to Excel and Word built-in buttons. How would it affect these?

Many thanks,
Pavlina
Telerik team
 answered on 20 Jun 2011
4 answers
403 views

Hi,

I am trying to figure this out for past couple of days.

I would like to know how to implement RadGrid with xmldatasource. It's pretty easy to bind it in the front end. But I would like to bind the xml to gridview from serverside. I would like to use XPath and DOM model to select the nodes/attributes from my Xml to be displayed as columns in the Gridview and content accordingly. My Xml looks something similar to this:

<structure>
<headers>
<headertext text="Product Name">
<headertext text="Product ID">
<headertext text="Product No.">
</headers>
<content>
<row value="Apple">
<row value="123">
<row value="354367">
</row>
</row>

I would like to populate HeaderText (Product Name, Product ID ....  as column header) from server side using XPath and DOM and rows for each of the columns. Basically, there can be many columns and I have to iterate through each of them and display all column with all data.

Secondly, I am not able to create an instance of XmlDocument to load the xml from the server side, causing couple of errors.

Would be great if someone can help me in this issue.

Thanks.

Zura Chikhladze
Top achievements
Rank 1
 answered on 20 Jun 2011
1 answer
162 views
I have a asp.net radgrid with checkcolumn, when i bind the grid from server the checkbox column is binding correctly.

If i bind the grid with client side programmatically, the checkbox column is not checking.

Please let me know how to bind the grid with checkbox column from client side.


Thanks & Regards
D Praveen
Princy
Top achievements
Rank 2
 answered on 20 Jun 2011
1 answer
216 views
Hi Telerik,

I apologize in advance if this post gets a bit long-winded. I'm just trying to get my head around a lot of things while also trying to make some decisions on where I need to go next. 

I have a fairly complex ASP.NET/AJAX Web Dashboard. It utilizes the following RadControls for AJAX:

  • RadSplitter/RadSlidingZone/RadPane/RadSlidingPane/RadSplitBar
  • RadListBox
  • RadTab/RadMultiPage (less so)
  • RadDock/RadDockZone/RadDockLayout

All except a handful of instances of the controls are completely dynamically created and restored through page-postback and session. The RadListBox uses drag-and-drop features to move RadListBoxItems to the page. Event handlers then take over the creating of RadDocks or RadSplitters and RadPanes. If it would help this discussion I am able to provide a working copy of my current solution. 

Now, I am 100% nubile to MVC aside from code I have inherited at my job. I have this dashboard working, using ASP.NET/AJAX controls, inside of the MVC solution -- but breaking MVC architecture to do so. My goal is to not break this architecture - I am not concerned at this point about whether I use RadControls for MVC, RadControls for AJAX, a mixture of the two, or pick-and-choose controls with outside support from jQuery patching up the edges. 

So, where do we stand? I played around with Telerik Controls for MVC and while I believe I could achieve the functionality I want out of some of these controls -- not everything has been fleshed out yet. Is mixing in controls from RadControls for AJAX going to be acceptable? I know, I know, I read that this is possible -- but I want to know if it's the best decision to be making.

For instance, does RadSplitter for MVC support dynamically creating new panes, nesting splitters and panes to an arbitrary depth?

Lets assume I am going to not use RadControls for MVC for my first iteration of integrating my project into MVC architecture. Is it POSSIBLE to achieve the same functionality as I have currently using RadControls for AJAX in MVC? A simple example I have is "I rely heavily on RadDockLayout's SaveDockLayout event, how can I emulate this behavior in MVC?"

The third solution, which I believe to be the answer (but do not want to jade anyone else into thinking that this is the only answer) is a mixing of Telerik Controls for AJAX and other jQuery libraries to patch the bridge. For instance, using jQuery docking functionality where I originally used RadDocking. 

Maybe this is all worth opening a ticket to discuss, but I thought it'd be best for other Telerik users to be able to see my thoughts and concerns. I have a long road ahead of me, and I'd love to not make it longer with some helpful insight from the Telerik team.

Kind regards,

Sean Anderson
Sebastian
Telerik team
 answered on 20 Jun 2011
2 answers
58 views
I am using the RadAjaxManager / RadAjaxProxyManager to update a datalist.  I have added a MinDisplayTime so the user has time to see the notification of the update.

However the RadAjaxLoadingPanel's height is set to the initial size / height of the datalist so there is an ugly transition as the datalist grows or shrinks underneath the LoadingPanel.

What is the best way to avoid this transition?  Can the LoadingPanel match the height of the element being updated?

Or is there a way to use something like jQuery to animate the transition of both elements?
Maria Ilieva
Telerik team
 answered on 20 Jun 2011
2 answers
214 views
Hello,
I have a grid with the GridDropDownColumn above :

<telerik:GridDropDownColumn HeaderStyle-Width="140" ItemStyle-Width="140" FooterStyle-Width="140"
              UniqueName="MCHAVER" DataField="MCHAVER" HeaderImageUrl="~/Skins/Gray/Grid/BursaMas.JPG" DropDownControlType="DropDownList"
                   ListTextField="Text" ListValueField="Key" AutoPostBackOnFilter="true"   />


I want to add AutoComplete  to this GridDropDownColumn.

How can i do it ?

Thanks,
Gerry
Gerry Polami
Top achievements
Rank 1
 answered on 20 Jun 2011
3 answers
118 views
Have a page with RadTabStrip and RadChart - localy it works fine, but when upload the page see some kind of AJAX errors, and no chart, whats the solution for that?
Ves
Telerik team
 answered on 20 Jun 2011
6 answers
84 views
Everything was working fine beforehand, we have upgraded our controls and they have stopped working. 

Once a window is closed, ajaxRequest is called client side.  I am certain of this I used firebug to step into the code.  However, it never connects with the server.  Does anyone know of any breaking changes that would cause this?  We upgraded our controls for one of our products (sorry thread says 2011 it's actually to 2010.3).
Tsvetina
Telerik team
 answered on 20 Jun 2011
3 answers
310 views
I have an issue where the contents and scrollbars overflow the pop-up window regardless of its height. It only overflows a couple of px, but its enough to be annoying. I attached a small image of what the window looks like.

Is there a way to fix this?

Tsvetina
Telerik team
 answered on 20 Jun 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?