Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
300 views
I am trying to change the row color of the radgrid row that they mouse over, is this something that is easily achieved, I foound the setting for a row click event but before they click on it I want to be able to highlight the row they are on so they know whihc one they are clicking.
Shinu
Top achievements
Rank 2
 answered on 17 May 2013
3 answers
79 views
Hi,

I have added the following style information to several of my pages where a RadGrid calls an update form using a RadWindow. This was added following recommendations here because the RadWindow would open almost of the page when the grid was scrolled down.

<style type="text/css">
        .RadWindow
        {
            top: 0px !important;
            left: 0px !important;
        }
    </style>

Since upgrading to the 2013 Q1 release (and later) this style entry now makes the Radwindow, when closed, to display as small in the top corner of the calling page as modal and it cannot be closed - the entire web page has to be closed.

If I remove the style then the RadWindow works as expected, but the position can then be wrong in certain browsers.

David Penny
Marin Bratanov
Telerik team
 answered on 17 May 2013
7 answers
340 views
Hello,

I'm running the trial version ASP .NET AJAX RadControls Q1 2009.  I've searched through the forums here and have found people with similar issues but have not been able to fix my problem and i've spent many hours on this frustrating issue. I'm hoping there's an easy solution :o)

The problem is that it doesn't show any image for the calendar popup. Once you click on the space where the image should be then it pops up but all the navigation control images are missing too. I've set my ImagePath to "" and even copied some images from the samples installed on my PC but all with limited success.

I've read about CSS sprites and i'm running the latest version of Firefox and have tried in IE8. Still nothing. Are the images embedded resources? If so, how do I access them? Here's my markup .... please help me!

                            <telerik:RadDatePicker ID="dtDate" runat="server" Width="140px" AutoPostBack="true">
                            <Calendar >
                                <SpecialDays>
                                    <telerik:RadCalendarDay Repeatable="Today"  />
                                </SpecialDays>
                              </Calendar>
                        </telerik:RadDatePicker>

TIA,

Rick
test
Top achievements
Rank 1
 answered on 17 May 2013
35 answers
653 views
Hi,

I'm trying to create a custom skin for the Grid control. I've adapted a skin from one of the existing ones and changed the images, but there are some images that were not in that skin folder(eg, datePickerPopup.gif for any date fields).

So now my grid looks partially skinned with some missing images. Its looking for the default images in the project's root folder instead of the "ImagesPath" or where ever it used to. Also the popup calendar now looks horrible due to a change in skinning and lost its images.

Is it possible to have the grid use the default images and settings unless I change them? If not, can I set it up to look in the ImagesPath folder? If not, where can I find a full list of css elements that control all the grid? eg, How can I find which element controls the calendar popup image and so on?


Thanks,
Kia
test
Top achievements
Rank 1
 answered on 17 May 2013
1 answer
156 views
Hi there,

I need to invoke a js function on a client after doing rebind. I have tried these ones
<ClientEvents OnDataBinding="..." OnDataBound="..." OnDataSourceResolved="..." OnTableCreated="..."/>

But they do not work. No one is not fired neither after the page loaded nor after invoking the RebindGrid command or calling get_masterTableView().rebind() . I do not understand why.

Can somebody help me?

Thanks in advance. 
Alex
Top achievements
Rank 1
 answered on 17 May 2013
1 answer
72 views
Hi Telerik Admin,

We have an enterprise web application using RadControls which we configured to run on multiple web servers as a part of load balancing few days back. Now
we identified an issue with RadBinaryImage which is sometimes displayed as gray. Dont know why grey background is shown now which was working fine on our
Test server. How to resolve this issue?

Thanks for your replies,
Karl.
Shinu
Top achievements
Rank 2
 answered on 17 May 2013
1 answer
86 views
Hi there,

we are updating one of our legacy features which involves 2 user controls and one 'client page' as follows:

User control 1 is a RadGrid containing items that are uploaded into the application and stored within the database.
User control 2 is a RadAsyncUpload control which is used to upload files into the database
The 'client page' holds both of these controls (along with all the navigation, bells and whistles, etc)

Currently, when an end-user uploads a file, a postback occurs and the new row appears on the grid. 

We then added a RadAjaxManager to the client page and then referenced the user control's through the code-behind (AddAjaxSettings) so that the upload to grid update process takes place on-the-fly without any disruption.

The technique used to do this is below:

Private attachmentsGrid as AttachmentsGrid = Me.Attachments1
Private uploadControl as UploadControl = Me.Upload1
 
RadAjaxManager1.AjaxSettings.AddAjaxSetting(attachmentsGrid, attachmentsGrid, LoadingPanel)
RadAjaxManager1.AjaxSettings.AddAjaxSetting(uploadControl.FindControl("uploadButton")
, uploadControl, LoadingPanel)
RadAjaxManager1.AjaxSettings.AddAjaxSetting(uploadControl.FindControl("uploadButton"), attachmentsGrid, LoadingPanel)

The above technique worked great, but we noticed that the LoadPanel was not appearing on any of the controls.

We then attempted to place a loading panel in each of the user controls and then referenced those controls (as our designated LoadingPanels) in the above AddAjaxSetting function but this also did not work.

Hope someone can assist!

Regards

A.
Mak
Top achievements
Rank 1
 answered on 17 May 2013
4 answers
325 views
Hi folks,

Could someone point me to a sample of doing custom (server-side) paging and sorting using RadGrid and Entity Framework 4?

I've seen samples that call a stored procedure but nothing on plain EF4 (VB preferred).

Thanks,

Ken
Satish
Top achievements
Rank 1
 answered on 17 May 2013
1 answer
202 views
Hi,
  I'm Having Pie Chart by using stored procedure i will bind the values in chart for that chart series i want to change color (i have 5 series)
   for every series the color should vary.
Thanks
Rosko
Telerik team
 answered on 17 May 2013
1 answer
196 views
Hello,

I am using telerik control RadSlider. It showing display problem in different machine.
It working fine on other machine but it giving the error on my machine.. I am using latest version of Chrome & FireFox.
You can find the screen shot of that http://prntscr.com/14uvg0 (Display Error) here, it must be look like this http://prntscr.com/14uutj (Correct one).

Also it giving error for the RadRotator control , is there any plugin that I messed up ? 

Please help me 

Thank You.




Slav
Telerik team
 answered on 17 May 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?