Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
145 views

Hi When I use the RadSessionPageStateCompression in the browser file I get the following

Exception type: FormatException

Exception message: The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or a non-white space character among the padding characters.

at System.Convert.FromBase64String(String s)

at System.Web.UI.ObjectStateFormatter.Deserialize(String inputString)

at Telerik.Web.UI.RadSessionPageStatePersister.Load()

at System.Web.UI.Page.LoadPageStateFromPersistenceMedium()

at System.Web.UI.Page.LoadAllState()

at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

If I use the  Telerik.Web.UI.RadHiddenFieldPageStateCompression then it works fine.

 

Pavel
Telerik team
 answered on 17 May 2010
12 answers
159 views
Hi,

I am using RadAjaxLoadingPanel.
Their is some design issue with LoadingPanel in firefox.
It is working fine in IE.
When i set LoadingPanel with Grid then it is loaded at the left side of grid rather then in centre.
When i set padding to make centre its position then it will affect in IE .
I also tried with property of Backgroundposition="centre" of RadAjaxLoadingPanel but that not have any affect.
Please help me ASAP.

Thanks in Advance
Regards
Jyoti Khurana
Basel Nimer
Top achievements
Rank 2
 answered on 17 May 2010
2 answers
107 views
Hi,

I'm using the 2010.1.415.35 rad grid and the filtering doesn't appear to work with a ToolkitScriptManager on the page. It adds a hash mark to the URL and does nothing. Try it yourself, just add a RadGrid, LinqDataSource and ToolkitScriptManager to the page.

It works fine with a RadScriptManager, however, when using a RadScriptManager, my ajax toolkit controls throw javascript errors such as:

Sys.Extended is undefined

(and)

AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts. Ensure the correct version of the scripts are referenced. If you are using an ASP.NET ScriptManager, switch to the AjaxScriptManager in System.Web.Ajax.dll, or use the ToolkitScriptManager in AjaxControlToolkit.dll.

Is Telerik's ASP.NET AJAX not compatible with .NET Ajax Tooklit 3.0.31106.0 ?

Thanks,

-Derek
Nikolay Rusev
Telerik team
 answered on 17 May 2010
3 answers
145 views
hi all
 how to take row index in asp.ajax telerik grid
Yavor
Telerik team
 answered on 17 May 2010
1 answer
88 views
Hi

In IE7, While rendering the Treeview, expand icons getting over flow from the container and some time the expand icon shown over the node text .
Nikolay Tsenkov
Telerik team
 answered on 17 May 2010
4 answers
147 views
I have created some functionality that allows a user to re-order the children of a node in a treeview control. Here is how it works:
  • The user right-clicks a node to launch a context menu
  • The user selects "Reorder subordinates" from the context menu
  • A RadWindow launches a "dialog box" that contains and unordered list of the children of the clicked item. Each list item has a check box next to it. The user can select the children they want to re-order and use "Up" and "Down" buttons to move them up and down the list. When the user clicks "Commit Changes" button, a comma seperated list of the items, in their new order is returned to the parent page, which does an AJAX callback to the database and updates the order of the children.
  • On the client side (javascript), after the AJAX callback, the following code runs, and updates the parent node in the treeview:
    //get the treeview, and get the node
    treeview.trackChanges();
    node.collapse();
    node.get_nodes().clear();
    node.set_expandMode(Telerik.Web.UI.TreeNodeExpandMode.WebService);
    node.expand();
    treeview.commitChanges();

All these works without error (YEAH!) and the child nodes are re-loaded in the newly edited order. But, if I click the parent node that has just had its children re-ordered, the children suddenly revert back to their original order. They are not being reloaded from the database (the database now has them in the correct order so, they would re-load in the correct order anyway, if that were true). So, it seems like there is a legacy of the old order being stored in memory, and that is somehow being re-applied.

I tried putting a "treeview.commitChanges()" command directly after the line that clears the child nodes, and another "treeview.trackChanges()" command directly after that but, that had no effect.

How can I ensure that I have truly cleared the memory of the child nodes in the old order?

Thanks for any help you can provide.
Nikolay Tsenkov
Telerik team
 answered on 17 May 2010
3 answers
110 views
Hi. one of my customer application pages language has some Arabic, Persian words. when I try to export to pdf, this words showed incorrectly and are ####.
why this accrued?
is there anyone familiar with this?
Daniel
Telerik team
 answered on 17 May 2010
1 answer
86 views
Hi

I want to change the a few styles of all comobo boxes with Skin = webblue without adding a new skin.

I have tried the following which I had thought would work but to no avail

div.RadComboBox_WebBlue .rcbDisabled
{
     color : black
}

Basically want to just change the color of the text disabled combo boxes - also to make the lower edge of the text visible (in webblue there is now lower edge)

Regards
K
Kamen Bundev
Telerik team
 answered on 17 May 2010
2 answers
160 views
HI anubody
  i'm new in asp.net ajax telerik tool
  so how to i know that tool ,
  any online book or pdf there means
  please tell me
Martin
Telerik team
 answered on 17 May 2010
2 answers
105 views
I have a RadGrid where I am handling the event InsertCommand and doing the data insertion through a call to a BLL method (so no datasource is bound to the grid) the problem is after the insertion teh grid stays in insert mode, i want it to go back to list mode?

This is what I have:

void grid_InsertCommand(object source, GridCommandEventArgs e) 
        { 
            GridEditableItem eeditedItem = e.Item as GridEditableItem; 
            Dictionary<string, Object> newnewValues = new Dictionary<string, object>(); 
            e.Item.OwnerTableView.ExtractValuesFromItem(newValues, editedItem); 
            bool success = new SRA.Utils.GenericCodeBLL(TableName, DataKeyName, EnabledKeyName).Insert(newValues); 
             
            
            if (success) 
            { 
                //Display feedback message here 
                
                grid.MasterTableView.Rebind(); 
            } 

thanks


Luis Silva
Top achievements
Rank 1
 answered on 17 May 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?