Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
183 views
I have a web form that has an overall panel that defines a default button for it to be the submit button.

I have a child panel that has a radgrid inside of it that is bound to an ObjectDataSource to enable the automatic CRUD operations the grid can manage.

I have the grid set to AllowAutomaticDeletes="true" AllowAutomaticInserts="true" AllowAutomaticUpdates="true"  along with ClientSettings AllowKeyboardNavigation="true"

This allows the keyboard navigation to work correctly that I can select and traverse rows and enable editting of an item however hitting enter while being inside one of the inplace textboxes still causes my full form to submit.

I upgraded from Q3 original release to the most recent Q3 release labeled 1314.35 however I still have this issue. Web browser is Firefox 3.6. Also when viewing the accessibility demo for the grid I cannot get the InForm mode grid to submit an update either.
Chris Marisic
Top achievements
Rank 1
 answered on 26 Feb 2010
8 answers
240 views
Hello,
I have an application that allows user to choose their own page size, up to 100 rows per page.
When a user chooses such a large page size and then attempts to remove columns via the Header Context Menu, the grid is very slow to re-paint itself (~3 min in IE7).
Are there any optimizations that are possible to decrease this time??

Thanks!
ethan
Mark Galbreath
Top achievements
Rank 2
 answered on 26 Feb 2010
1 answer
44 views
Any idea what could be causing this behavior? (See attachment)
Arron Tow
Top achievements
Rank 1
 answered on 26 Feb 2010
1 answer
104 views
Who can advise me, help me, or point out to code so I can find a solution for my following idea:

What I would like is:
- Make a "mail client" like this (or exactly) http://demos.telerik.com/webmail/Default.aspx (is this also availible in VB.NET?!?!)
- Instead of displaying "mails" I will display "RSS items".
- Instead of displaying folders I will display the RSS-proivder (like CNN, BBC, Wired etc.)

- The above can be done by me with a lot of trial and error.... I think.

What I don't know and coudn't find is how to add the following to this solution:
- make automatic Ajax updates so new (RSS) items/rows  will appear in the grid (and/or dataset?!)
- I would like to have this effect in my radgrid: http://leftlogic.com/jquery/spy.html when there is a new rss/row item (in a dataset, xmlfile, db or whatever).

If there are examples out there please point them out or reply so I can start this project!!
sridhar duggireddy
Top achievements
Rank 1
 answered on 26 Feb 2010
1 answer
50 views
I am aware of the ExportToPDF() function but I need a way to export the preview as a thumbnail jpeg image. Something like ExportToImage and setting the maximum dimensions of the image.

Is there a way to achieve this?
Rumen
Telerik team
 answered on 26 Feb 2010
16 answers
440 views
I recently upgraded from RadControls release Q3 2008 to Q1 2009.  I am seeing a very odd display issue in IE7 (not in Chrome or Firefox) with the toolbars when I simply add a RadEditor to a page, and nothing else.  This is what I have:

<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> 
<form id="form1" runat="server"
    <telerik:RadScriptManager ID="scriptManager" runat="server" /> 
    <telerik:radeditor id="description" runat="server"/> 
</form> 

To perform the upgrade, I:

1. Upgraded Telerik.Web.UI.dll and Telerik.Web.UI.xml
2. Updated the assembly version in web.config.

Is there anything else I should have to do to get this to work?  I noticed that Q12009 has a lot more embedded resources.  I no longer have to register a bunch of ScriptReferences for the RadEditor to work (i.e. RadEditor.js, AjaxSpellCheck.js, etc.).  At first, the fact that I was continuing to register these scripts was causing JS errors (which led to display issues) in ALL browsers, so I removed the references and decided to just put a RadEditor on a blank page (like above) with nothing else that could interfere with it.  This worked out fine except for the display issue I am seeing in IE7.  Am I missing something here?  Do I need to register any scripts or stylesheets?  I'm inclined to believe I've set it up correctly (for the most part) since it is working in other browsers.  Is there any documentation about the obvious differences in implementation that are required with the Q12009 release?

Note: I realize Q12009 SP1 was released yesterday, but this didn't strike me as the kind of thing that should require a service pack to fix; it is a pretty glaring display issue.

Thanks.
Rumen
Telerik team
 answered on 26 Feb 2010
3 answers
178 views
Hi,
I have a radGrid where I have the default Grouping by the Status Fields.
Could I arrange the Groups in a custom way or just sort ascendind or descending.

Ex. I have Status1 Group, Status 2 Group, Status 3 Group
I want to display Status 2 Group first then Status 1 Group then Status 3 Group.

Anupam
Top achievements
Rank 1
 answered on 26 Feb 2010
1 answer
96 views

When I am pasting word file(with 6 pages ) content in the Editor and exported as PDF file. It generates output pdf file with 14 pages.

Thanks in Advance
Dwarka

Rumen
Telerik team
 answered on 26 Feb 2010
2 answers
113 views
I am aware of CurrentFolder to get path of entire path. If user is moving file from one folder to another, how do I get variables for the from and to folders? Is it possible to get just the folder name and not the entire path?
I realize I can parse it, just wondering if there is a variable with the value so if my currentFolder = "~/Docs/345/22/Before Picture/", how do I just get "Before Picture"
Fiko
Telerik team
 answered on 26 Feb 2010
3 answers
267 views

I have some scenarios where I have to use AjaxManager.ajaxRequest() for various purposes. As per the documentation, after ajaxRequest(), whatever controls I am expecting to update should be put inside the AjaxManager's ajaxSetting.

<AjaxSettings>

<telerik:AjaxSetting AjaxControlID="RadAjaxManager1">

<UpdatedControls>
....

 

<telerik:AjaxUpdatedControl ControlID="pnlButtons" />

<telerik:AjaxUpdatedControl ControlID="ucQueryFieldSelector" />

....
</UpdatedControls>

But I want to use ajaxRequest() with different parameter arguments, sometimes updating one set of control and sometimes updating some other set of controls. For above example, I may want to update pnlButtons sometime and then only ucQueryFieldSelector in some other case.

Are there any javascript calls that we can use to update particular Control after ajax response is received?

Iana Tsolova
Telerik team
 answered on 26 Feb 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?