This is a migrated thread and some comments may be shown as answers.

RadAjaxManager & JQueryTransform Error

6 Answers 37 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Kaan KILIÇDOĞAN
Top achievements
Rank 1
Kaan KILIÇDOĞAN asked on 02 Aug 2010, 08:57 AM
Hi,
I'm using jqtransform (for decorate my page elements(textbox, checkbox ..)) and RadAjaxManager to update my form elements values. when my page loads jqtransform plugin runs and transforms my page, i update my page element then my updated element's becomes not transformed textbox display. how can i change my textbox value without lost its display property?
--Kaan

6 Answers, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 05 Aug 2010, 09:04 AM
Hello Kaan,

Could you replicate described behavior on the attached application? Seems to be working on my end.

All the best,
Nikolay
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
0
Kaan KILIÇDOĞAN
Top achievements
Rank 1
answered on 05 Aug 2010, 09:11 AM
Hi,
First of all thank you for answering that question.
I found that my jquery js file was wrong. I fix it and it work correctly.
Thank you again
--Kaan
0
Veronica
Top achievements
Rank 1
answered on 19 Apr 2012, 09:45 PM
Hello,
I have an issue with RadMaskedTextBox and jqtransform -- I used sample provided by Nikolay and added masked text box:   
<

telerik:RadMaskedTextBox ID="txtPhone" runat="server" Mask="(###) ###-####" SelectionOnFocus="CaretToBeginning" MaxLength="20" />


After tranformation is applied to the page to style all elements, mask inside RadMaskedTextBox moves onfocus and onblur. Also, you can see a "double" textbox border - one with rounded corners applied by jqtransform, and second one is inside with straight lines. Please let me know how it can be fixed. I am running VS2010.


Thanks a lot,
Veronica

 

 

 

 

0
Veronica
Top achievements
Rank 1
answered on 19 Apr 2012, 09:58 PM
Also, when page is viewed in Firefox, initial mask appears OUTSIDE of the textbox; then onfocus mask "jumps" inside of the textbox and onblur mask goes outside the textbox again.
0
Veronica
Top achievements
Rank 1
answered on 23 Apr 2012, 02:55 PM
Could someone from Telerik team please give an answer to the above?  Thank you!
0
Vasil
Telerik team
answered on 24 Apr 2012, 09:57 AM
Hi Veronica,

Generally we can't  always guarantee that the controls will be compatible with other third-party such. And in this case the transformation provided earlier actually brakes the styling of RadMaskedTextBox.

Currently you have two things that you could do to improve the appearance: disable the embedded styles, and use the old rendering of RadInput that does not show span over the visible Input element
<telerik:RadMaskedTextBox ID="txtPhone" runat="server" Mask="(###) ###-####" 
  MaxLength="20" EnableSingleInputRendering="false" EnableEmbeddedBaseStylesheet="false"
  EnableEmbeddedSkins="false" />

However you will see that in this case there are three visible inputs. And if you like to hide the last two you will need to edit the jquery.jqtransform.js to not transform them. Not sure by it may require a lot of custom scripts.
 
We are constantly try to improve our products further in order to work better in more and more scenarios. We are working on some improvements of the InputControl and as far as I can test here this example with jQueryTransformation will look correctly. You could wait for the - 22nd of May when Q2 2012 Beta will be available in public.

Greetings,
Vasil
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Ajax
Asked by
Kaan KILIÇDOĞAN
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Kaan KILIÇDOĞAN
Top achievements
Rank 1
Veronica
Top achievements
Rank 1
Vasil
Telerik team
Share this question
or