Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
63 views
I have VS 2010.  I downloaded and installed the latest ASP.Net Ajax installer.  That goes fine.  But upgrading a web site project continues to be very aggravating.  First time, it just locks up VS and I have to kill it.  Then, when I try again, using the upgrade wizard, it runs for several minutes, then shows the report that says it succeeded, but that is NOT true.  It replaces the .refresh files but fails to replace the actual dll in the bin folder.

Every upgrade I go through this and waste valuable time until I can get the project to correctly upgrade.  When will this process get better?  I love using your controls but this upgrading is a huge problem.

Note: machine is quad core, 8GB RAM, Windows 7
Petar
Telerik team
 answered on 16 Oct 2012
1 answer
192 views
Hi,

After clicking on refresh button i'm getting the below Error:
DataBinding: 'Telerik.Web.UI.GridInsertionObject' does not contain a property with the name 'From'.

My code is shown in  below Screenshot.

If i had any data in my text i was not getting any error.


Your inputs will help...Thanks in advance.
Pavlina
Telerik team
 answered on 16 Oct 2012
7 answers
141 views
Hi Folks,

Does anyone please know if it is possible to change the arrow icon on the splitbar? Reason being is that we have developed a web portal using the splitbars, but some users are having difficulty in clicking on the correct one when two splitbars are next to each other.

We have made the splitbars wider with the 'SplitBarSize' property but now need to implement our own expand/collapse icon if this is at all possible.

Cheers,
Ian W
Martin Roussel
Top achievements
Rank 1
 answered on 16 Oct 2012
5 answers
204 views
Hello, I'm having one issue with RadEdtior, well,
I already did like 10-15 projects with RadEditor, but,
I already have that problem on 2 of my other projects, one of them i do not remember what i did, because it was long time ago, but i solved it, another one, i got problem with urlrewriter, i solved it also,
now, i'm having that problem again,

i Already did alot of things that i found in the forum, changed the .aspx to axd,
also, commented all my urlrewriter, and checked if it's the problem, checked the webconfig to see if are something different from others projects and there is nothing different.
now i don't know what to do because i didn't found something different.
and all i found is invalid for me! =(

This is one picture of error,
WebConfig Is Missing

if Someone help me i'm grateful.

Rumen
Telerik team
 answered on 16 Oct 2012
5 answers
138 views
Please take a look at the screenshot I've provided.  Do you notice that there's not enough white space below the tab titles "Regular", "Cable Bolts", and "Reconditioning"?

I tried several approaches to fix this but could not figure it out.  How can I fix this?  Note: I do NOT want to use skins.

Robert
Robert
Top achievements
Rank 1
 answered on 16 Oct 2012
4 answers
96 views
Hi Team,

we are using radgrid inside a radajaxpanel and whenever we reload the ajax panel the filtermenu is displayed just below the radgrid. I want to know why is this happening and how to avoid it or how to hide it.
Here I am attaching the screenshot of the same.
Any help is highly appreciated.

Thanks,
Preetham
Preetham
Top achievements
Rank 2
 answered on 16 Oct 2012
2 answers
96 views
Can somebody point me to an example of resizing a RadGrid with:

Static Headers
Auto Layout
Ajaxified
Scrolling
WebBlue skin

I'm using this:

function GridCreated2(sender, args) {
            var RadGrid1 = $find(sender.ClientID);
            //RadGrid1.get_masterTableView().get_dataItems()[5].set_selected("true");
            var row = RadGrid1.get_masterTableView().get_selectedItems()[0];
            if (row) {
                setTimeout(function () {
                    var rowElement = row.get_element();
                    var scrollArea = RadGrid1.GridDataDiv;
                    if ((rowElement.offsetTop - scrollArea.scrollTop) + rowElement.offsetHeight + 20 > scrollArea.offsetHeight) {
                        scrollArea.scrollTop = scrollArea.scrollTop + (rowElement.offsetTop - scrollArea.scrollTop) + (rowElement.offsetHeight - scrollArea.offsetHeight) + rowElement.offsetHeight;
                    }
                    else if ((rowElement.offsetTop - scrollArea.scrollTop) < 0) {
                        scrollArea.scrollTop = rowElement.offsetTop;
                    }
                }, 200);
            }

But my data area collapse when I set the height to 100%
Pavlina
Telerik team
 answered on 16 Oct 2012
2 answers
67 views
Hello,

When i am exporting my rad grid to pdf it is being exported as a table. But only columns are exported but not summary. I have rad grid summary as "Search Grid" and i am expected it to be exported as well. i have tried setting Searchgrid.MasterTableView.Caption="Search Grid" but still this is not reflecting when i exported to pdf. I am using Jaws (section 508 tool for reading) to identify table on the exported PDF and reading the contents of the exported table. Please suggest me on this asap.

Thanks,
Syam.
Swamy
Top achievements
Rank 1
 answered on 16 Oct 2012
1 answer
48 views
Visual Studio 2010, C#, Telerik 2012.2.814.40

Master page with RadAjaxManager
Content page with RadAjaxManagerProxy

  1. Start up - Default Page_Load triggered: Check
  2. Expand row in grid - Page_Load triggered: Check
  3. Navigate away from page, click back button - Page_Load not triggered
  4. Click to Expand row - Page_Load triggered, but row does not expand (this also happens when I try and filter)
  5. Click to Expand row again - Page_Load triggered and row expands

This is not an issue in FireFox or Chrome. It seems that when I navigate away from the page with the Grid and click the back button to go back, the Grid won't work the first time (Row expand, filtertemplate, etc..)
Maria Ilieva
Telerik team
 answered on 16 Oct 2012
1 answer
97 views
I have a radcombobox in a user control. I handle the SelectedIndexChanged client-side event of the combobox to perform some actions on the display text of the combo box within the user control. In some scenarios, I need to be able to run some other javascript on the page which contains the user control when an item is selected. I essentially need to hande the combo's selectedindexchanged event within the page which contains the user control. I can, of course, wire it up so the javascript handler in the parent page REPLACES what is normally run in the selectedindexchanged handler, however, what I need is to be able to run both... what is normally run in the user control, and what is run additionally in the parent page. The handler in the user control should probably run fiirst. Can anyone help me figure out how to accomplish this?
Ivana
Telerik team
 answered on 16 Oct 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?