Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
69 views
I'm not sure quite how to begin.  I have pages using tabbed set up (RadTabStrip/RadMultiPage/RadPageView, etc)

The idea of this setup is that under certain conditions the second tab becomes visible to permit entry of additional data.  Up till now I've used ASCXs as preloaded preset forms that are hidden/exposed as needed.  There are only a few of them.

Future developments may have made this impossibly complex.  What I have tried in the past is to load the ASCXs dynamically but so far I have not been able to get that to work.

Does anyone have any suggestions regarding a better way to handle the loading of multiple varied forms, either using Ajax or JavaScript?
Ivan Zhekov
Telerik team
 answered on 20 Mar 2014
3 answers
194 views
There is a column (B) in my grid that is read only and it's value is dependent on the value of another column (A).

What I'd like is for the value of B to be updated when the row is in edit mode (or insert) and the value of A is changed. So for example when the input box for value A changes or loses focus. Because if the value of B isn't retrievable, then the value of A is invalid I'd like to notify the user of this before they save the invalid record.
Makes sense? Can anyone help?

I can see an easy way to do this for insert by extracting the insert from the grid, but I'd like to keep it in the grid if possible to match edit mode.
Viktor Tachev
Telerik team
 answered on 20 Mar 2014
6 answers
262 views
I am using version 2013.3.1114.45.

I had this code to my Page_Load event:

RadFileExplorer1.TreeView.EnableDragAndDrop = false;
RadFileExplorer1.Grid.ClientSettings.AllowRowsDragDrop = false;

But, I can still drag items in the client.  I added events to cancel the process, but I don't even want the animation to show.
Vessy
Telerik team
 answered on 20 Mar 2014
5 answers
112 views
Is there any way to translate "pt-BR" (português) the configuration panel? 

Is there any way to format decimal values ​​for the fields configured in the configuration panel? 
Today I put the fields in aggregate field are thus 355100,00 eeu would like to stay so 355.100,00 ...
Vasil
Telerik team
 answered on 20 Mar 2014
8 answers
716 views
Hi all,


How can i rebind my Rad Combo 


Regard's

Prassin
Shinu
Top achievements
Rank 2
 answered on 20 Mar 2014
1 answer
91 views
Hello All, 
I am getting some issue with here is my code

See attached , i have aspx, VB page along with the ERROR, also screen short after F12
, exception is 
Uncaught TypeError: Cannot set property 'control' of undefined 

Interesting thing is this same code is basically generating columns based on the query and condition, in some pages it's really work but in some case not , and from the error when i go to the source i found it's date picker also on load this exception happen , and including date picker no ajax is working even loader , row filter all, 

We are using rad control version : 2012.1.215.40

Please help as soon you can 


























Viktor Tachev
Telerik team
 answered on 20 Mar 2014
3 answers
188 views
Hi,

I need to display special characters in node name like "<",  " >". They display fine dynamically. But 'OnNodeEdit' as soon as I click 'enter', they change to "&lt;", "&gt;".
Please help.
Rob
Top achievements
Rank 1
 answered on 20 Mar 2014
1 answer
173 views
Hello All, 
I am getting some issue with here is my code

See attached , i have aspx, VB page along with the ERROR, also screen short after F12
, exception is 
Uncaught TypeError: Cannot set property 'control' of undefined 

Interesting thing is this same code is basically generating columns based on the query and condition, in some pages it's really work but in some case not , and from the error when i go to the source i found it's date picker also on load this exception happen , and including date picker no ajax is working even loader , row filter all, 


Please help as soon you can 


























Viktor Tachev
Telerik team
 answered on 20 Mar 2014
1 answer
182 views
Hey,

Is it possible to format the ColumnHeader to a date format when I export to excel.

If I make a export to excel the ColumnHeader date shows as a number like 41714 and i want it to bee 16-03-2014 00:00:00

Regards Jan
Maria Ilieva
Telerik team
 answered on 20 Mar 2014
1 answer
218 views
We have a big issue. In some parts of our site the ASP:VALIDATORS, doesn't work.
The exception generated on the server is "This is an invalid script resource request" when from the client the app make the request:
...../ScriptResource.axd?d=1&p=7923ac73-f867-4221-af87-e7a312bdd9fc....

In the Develoment enviorement works perfectly, actually load this .js: (Validators javascript functions)

var Page_ValidationVer = "125";
var Page_IsValid = true;
var Page_BlockSubmit = false;
var Page_InvalidControlToBeFocused = null;
var Page_TextTypes = /^(text|password|file|search|tel|url|email|number|range|color|datetime|date|month|week|time|datetime-local)$/i;
function ValidatorUpdateDisplay(val) {
    if (typeof (val.display) == "string") {
        if (val.display == "None") {
            return;.........................................(I dont want to post the all thing)

We just move our site from a W2003Server to W2012Server.

For a few hours I try with all the solutions related with "unobtrusive validation mode", but finally no one work and we dont use F4.5, we use F4.0.

We try:
- Register the jquery ScriptResourceDefinition in the globlal.asax
- Check all the settings in web.config for *.axd resources
- Add the line "<add key="ValidationSettings:UnobtrusiveValidationMode" value="None" />" in the web.config.
- Try to load the jquery.js before the others scripts (adding a ScriptReference in the RadScriptManager)

Any ideas??




xdsd



Peter Filipov
Telerik team
 answered on 20 Mar 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?