Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
127 views

Hello
Maybe someone can help me with this little issue. Not really a bug deal but is somewhat annoying.

Here we go. I have deployed several RadWindows throughout my project as popup modal = true.
The window works well but here the catch. Whenever a button or control that fire the window is located within a update panel
Either ASP.net or RadAjax It  seem that the loading panel that is incorporated with the radwindow will not display.
What happens is that a blank widow appears fully opened as per setting and remain blank until the page loads.
Now if the control is outside as  update panel then the loading image load first and finally you get the PageLoad.
Is this related to full postback instead of a partial postback and is there any way around this???

Thanks in advance..

Georgi Tunev
Telerik team
 answered on 18 Nov 2010
1 answer
158 views

Hi,

I have to validate my RadComboBox with custom validator and if the validation is failed i have to set the style as the textbox image attached. Pls. Guide me how to achieve this.
 
Additional info: in text box we have the following code

textbox._invalid = true;
textbox.updateCssClass();

What is the similar one for RadComboBox.

Jidesh

Shinu
Top achievements
Rank 2
 answered on 18 Nov 2010
2 answers
58 views
Hi,
whether insert/edit mode, it needs the recurrence checkbox to be selected automatically with its other elements by default. how is it possible.
shashidhar ch
Top achievements
Rank 1
 answered on 18 Nov 2010
1 answer
200 views
Hi

I have a problem when i want to export RadGrid data into PDF format.
All non-english charachters (Hebrew) changes into '#' charachters.

I have received the answer concerning the question from you:

Hello Igor,

Please examine the Fonts / Unicode support section in the following topic:
PDF export

Let me know if you need more information.

Best regards,
Daniel
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

I have read and I believe that it doesn't approach me.Ð’Ñ‹ can offer other decision of my problem?

Thanks
Igor

Daniel
Telerik team
 answered on 18 Nov 2010
3 answers
157 views
Hello guys,

I need a quick help regarding a situation where I have a RadGrid bound to a LinqDataSource and both have the Automatic CRUD enabled on them. The Grid renders and perform just as expected but instead of seeing icons for Update and delete, I'm seeing text. I want to have icons only. Kindly help!
Tsvetina
Telerik team
 answered on 18 Nov 2010
1 answer
132 views
on my button click i use
<P>strTXTFileBuilder</P>
to generate a text file in code behind on butten click event.
When I applied a radajaxloadingpanel on the button click i received javascrip error when the button is clicked. any idea how to make it work? thanks in advance
Line: 4723
Error: Sys.WebForms.PageRequestManagerParserErrorException: The message received 
from the server could not be parsed. Common causes for this error are when the 
response is modified by calls to Response.Write(), response filters, 
HttpModules, or server trace is enabled.<BR>Details: Error parsing near 
'filename 123'.
Pavlina
Telerik team
 answered on 18 Nov 2010
2 answers
377 views

Hello!
I ran into a problem that when the content inside edit form (pop-up window) of a grid is changing due some user actions (client-side), the pop-up window container keeps the same size. For example, if I use multipageview and tabstrip inside pop-up window, and content of the default tab has smaller height, than on other pages, when user switches tabs, the larger content goes out off the window.
Any chance I can manually resize the window ?

 

Thanks in advance!

Andy.

Andy
Top achievements
Rank 1
 answered on 18 Nov 2010
10 answers
715 views
1 ) Switching from:
<asp:Button ID="btnLookup" runat="server" Text="Lookup"  onclientclick="ShowLookupForm();" />
to RadButton:
<telerik:RadButton ID="Button1" runat="server" Text="Lookup"  AutoPostBack="false"
                     onclientclick="ShowLookupForm();"  >
                     <Icon PrimaryIconCssClass="rbSearch" PrimaryIconLeft="4" PrimaryIconTop="4"/>
                     </telerik:RadButton>
doesn't do anything when you click.
2) RadButton  doesn't work as Page.Form.DefaultButton when you press the enter key.

Georgi Tunev
Telerik team
 answered on 18 Nov 2010
1 answer
42 views
Hi. Over the weekend I was referred to Telerik as a solution for various controls that I need for a website that I'm developing. So far I am impressed but I am having some difficult with the RadGrid control. I will try to briefly summarise the problems and I would also greatly appreciate some guidance on how to do a couple of specific things (to save me a lot of learning time).

First I have looked at the demos. When I view the demo (link below) and set a filter criteria of ProductId = 1) the grid still displays 300,000 records but they appear to all be identical copies of the same record. Similar if I put a filter of (([Product Name] = "ch") and ([unit price] = 18)) then again the grid control says that it has 300,000 records but they appear to be a repeative set of two records (for productId 1 and 39). Is this a bug/correct?

http://demos.telerik.com/aspnet-ajax/grid/examples/performance/linq/defaultcs.aspx

I tried to get the RadGrid control working yesterday in a simple form. However, I was using an Access database and so an asp:accessdatasource control was create for the data source. However, I couldn't get it to work. I eventually switched to an SQLdatasource with exactly the same definition (including parameter definition) and it worked fine. Is this a bug/incompatibility between the RadGrid and asp:AccessDataSource?

When using the RadGrid with a datasource, the CRUD commands are defined in the datasource. However, they appear to work with or without the corresponding parameter definitions? Can anyone explain?

OK Those are the comments about my experience so far. I have two questions both of which are important for my development:

1.    If I have CRUD functionality on a grid can I pre-populate a new record with values and how do I do this? For example, a table may have a field [DateCreated] which I want to set to the date that the record was created. How can I do this within the grid?

2.    I want a table with a guid primary key field and then 3 text fields ([Title], {Description], [Content]). The Title and Description I want to edit with simple text boxes but the Content I want to create and edit with RadEditor. Is there an example that shows how to do this?

Many thanks
Tsvetina
Telerik team
 answered on 18 Nov 2010
1 answer
144 views
I am using a RadGrid with advanced data binding. I have an image in my grid that has two tooltip managers attached to it. The first one is attached to the onmouseover event and the second is attached to the onclick event. For the most part, things are working properly. Both tooltips appear when their respective events are fired. The content of both tooltips are user controls loaded via AJAX.

The Problem:

When I click the image and then immediately click it again (while the content is loading) or move my mouse off of it (or some combination of both), the RadGrids NeedDataSource event fires. This does not happen all the time, only when I click multiple times or move my mouse off the image while the tooltip content is loading (as users tent to do). The Rebind reason given in the GridNeedDataSourceEventArgs is InitialLoad.

This causes a number of issues. Mainly, when I attempt to update session value(s) in the NeedDataSource event, the value of the controls are not present.

Any ideas why the NeedDataSource event is being fired?

Edit: I'm using 4.0 framework with the latest Telerik controls.
Iana Tsolova
Telerik team
 answered on 18 Nov 2010
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?