Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
374 views
I have a templatecolumn with TextBox in the grid:
<telerik:GridTemplateColumn DataField="Translation2"   AutoPostBackOnFilter="true" ShowFilterIcon="false" UniqueName="ForeignTranslation" AllowFiltering="true" FilterControlWidth="200px" 
         HeaderText="Translation2">
             <ItemTemplate>
         <asp:TextBox ID="txtTranslationText"  AutoPostBack="true" runat="server" Height="44px" OnTextChanged="txtTranslationText_TextChanged" TextMode="MultiLine"  ></asp:TextBox>
               </ItemTemplate>
           <HeaderStyle Width="200px" />
</telerik:GridTemplateColumn>


OnTextChanged I saves the data, as long as the user types "< with any characters >", it will errored out :
"sys.winforms.PagesRequestManagerServerErrorException: an unknown error ocurred....". Please help how to avoid the error.
Kostadin
Telerik team
 answered on 16 Oct 2012
1 answer
64 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
199 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
146 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
210 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
146 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
101 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
102 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
70 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
54 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?