Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
96 views
Hi,
 
My grid has EditMode="Batch"
 <BatchEditingSettings EditType="Row" />

And AllowKeyboardNavigation="true"

Pressing Delete key causes JavaScript errors when no rows are selected.  This happens right after a row was deleted.

I was trying to disable this key through,
       
$(document).keydown(function (e) {
   if (e.which == 46) {
      e.preventDefault();
      return false;
   }
});



This prevents  Delete key from functioning, but only when focus is inside edited textbox. 

When a row is highlighted, the code executes, but a row is deleted anyway.  Setting AllowKeyboardNavigation to false resolves this issue at a loss of other functionality.

Is there a way to disable just the Del key?
Konstantin Dikov
Telerik team
 answered on 10 Mar 2014
3 answers
2.1K+ views
Hi,
   I have a requirement to show/hide a button. But when I tried to hide the button from C# code behind page. Still a small rectangle is displayed on the screen. below is the code for that.

 btn_Cancel.Attributes["style"]="visibility:hidden;display:none";

But it still displays small rectangular box. This is happening when I include FormDecorator in my page. When I looked at the style of that rectangular box using ie developer tool I see a style rfdSkinnedButton. how can I achieve this. I have to use Form decorator in my master page.
Please help me on this ASAP.

Thanks in advance.



Danail Vasilev
Telerik team
 answered on 10 Mar 2014
7 answers
69 views
Hello i am using radsitemap in right to left forms ,i want to set set it righ to left when i set direction to rtl it does not work.

please view the attached image.

and also how can i set the indention for child item in site map to show the depth.

Best regards
Kate
Telerik team
 answered on 10 Mar 2014
1 answer
65 views
Been playing with Telerik for a while - updated a test project to Q1 2014.
Seems all the skins have screwed up now :(
Perhaps somebody could shed some light on this form please

Daniel
Bozhidar
Telerik team
 answered on 10 Mar 2014
1 answer
164 views
We are updating our UI for ASP.NET AJAX from an old version of 2011 to the last one. I have to note we have our system in Spanish.

All is going right, but we have a couple of problems with some controls: RadDatePicker and RadNumericTextBox.

The problem with RadDatePicker is resolved, but I'm not able to resolve the problem with RadNumericTextBox.

When we click the submit button in a web form, we retrieve the data from Request.Form. In our old version, obviously, is going correctly, but when we try to do the same with the current version, data is retrieved "different".

For example, the number 5.661000. Always is displayed in Spanish culture (so, this is 5,661 -in Spain, the comma is the decimal separator-), and when we submit the form in 2011 version the retrieved value is 5.661, but in 2014 the retrieved value is 5,661000, so when we try to work with this value we've got an exception.

I attach some images illustrating this. RadNumericTextBox shows how the control is displayed in all cases, 2011 request shows the value retrieved in old version and 2011 control shows the different properties values of the control; the same things with 2014 images. Note the value we get in Request.Form with current version is like the DisplayText property of the control :O
Konstantin Dikov
Telerik team
 answered on 10 Mar 2014
3 answers
103 views
I would like to use the imagegallery as a cart of sorts.  Can I add controls to the lightbox?

I may have a numerictextbox and a button to add quantity to a shopping cart.

Marty
Kostadin
Telerik team
 answered on 10 Mar 2014
1 answer
167 views
is there a way to add an "editable" column to a radpivotGrid?  I have a grid that's grouped by region, customer and last 3 month totals (in pivot).  I need to add a edit column for management to apply forecasting for each customer by region and update results fields (outside the grid)

I can't find the option to make a field editable like radgrids.

thanks
Doug
Eyup
Telerik team
 answered on 10 Mar 2014
1 answer
116 views
2013.3.1217.40   The text within RadTextBox when TextMode="MultiLine" cannot be rendered by ActivePDF's WebGrabber 2013 with its native or IE engine.

https://www.activepdf.com/index.php/products/webgrabber

This is the view source of the control.   Text does not show in PDF.   readonly attribute doesn't affect outcome.

<span id="test2_wrapper" class="riSingle RadInput RadInput_Default" style="width:160px;"><textarea id="test2" name="test2" rows="2" cols="20" class="riTextBox riEnabled">This is test2</textarea><input id="test2_ClientState" name="test2_ClientState" type="hidden" /></span>

Something to do with riTextBoxriEnabled?
Vasil
Telerik team
 answered on 10 Mar 2014
1 answer
27 views
Hello,

Today I updated my website with your latest Q1 2014 controls and I found a (CSS?) bug that I haven't with Q3 2013 SP1.

The function HighlightPath() with the skin "Simple" does not render the correct "Selected" stylesheet. Now we only have an orange border without background and "Hover" style seems not have the same padding value than the "Selected" one.

You can reproduce this bug on your site in "Menu - Integration with BreadCrumb" page. Select "Simple" skin and you will see the first selected level "Purchase" with only a border (background is missing). Then move the cursor on "Purchase Orders" child menu item to see that the Selected stylesheet will create an unpleasant behavior (definitely due to a different margin or padding)

Is there a way to fix this quickly??

Thank you for your help
Boyan Dimitrov
Telerik team
 answered on 10 Mar 2014
1 answer
28 views

I am using RadAjaxLoadingPanel for showing waiting circle image for ajax request.

Waiting circle image doesnot animate in IE browser but works in firefox.

I have also check "http://www.telerik.com/forums/no-run-radajaxloadingpanel#XyyUhLsyMUeRfulqBOVtGw"  this post on telerik forum.

Is it a bug in IE browser or what?

If not then can anybody knows how to solve it.

Thanks in advance.
Konstantin Dikov
Telerik team
 answered on 10 Mar 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?