Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
79 views
I just purchased RadControls, and built a simple menu, but it doesn't expand in Explorer. It works in Safari and Firefox, but no Explorer???
Peter
Telerik team
 answered on 11 Jul 2008
1 answer
118 views
I wanted to create some kind of wizard for my users so that they can open up the file manager and view the files in a TreeView format with checkboxes next to each file. So at the end of the wizard, I end up with a list of files the users checked off. Is having a TreeView in the file manager dialog possible though?
Rumen
Telerik team
 answered on 11 Jul 2008
1 answer
107 views
Hi,
    I am using "RadFormDecorator"  in my application:

  <telerik:RadFormDecorator ID="CheckBoxRadFormDecorator" runat="server" DecoratedControls="CheckBoxes"
            Skin="Mac"></telerik:RadFormDecorator>


If i remove this i am able to check/uncheck the checkboxes using javascript.
but using it i am not able to check/uncheck the checkboxes using javascript.

What i need to do. Please guide.

Thanks
Raju
Georgi Tunev
Telerik team
 answered on 11 Jul 2008
3 answers
101 views
Hi,

I'm populating a treeview lazy with webservice class, works all fine..

But today I discovered that I cannot set the CssClass in the RadTreeNodeData class.. it does include the disabledCssClass, HoveredCssClass etc etc.. but not the default CssClass.

Does anybody know a workaround/fix for this ?

Thanks,

Marijn
suresh
Top achievements
Rank 1
 answered on 11 Jul 2008
1 answer
162 views
Hello

I want to set visible false the below when there is less no. of records exists in the gridview.
Change page:GoPage size:Change

Where do I write a code to set the visible false of the pager?

Regards,

Vinit
Shinu
Top achievements
Rank 2
 answered on 11 Jul 2008
1 answer
100 views
If you add CssFiles via a skin file, still only the css files from the parent page added. But if you add one css file to CssFiles from codebehind, all files from the Skin file is added to, and not the parent page css files.

Also, when css files are fetched from the parent page the media attribute isn't inheritated!

/Carl
George
Telerik team
 answered on 11 Jul 2008
3 answers
199 views
Hi

I have a requirement whereby I need to loop through all Docks in a DockLayout and dispose of them client side.

Can you help me with some code that does this ?

Kind Regards

David
Sophy
Telerik team
 answered on 11 Jul 2008
1 answer
232 views
Hello everybody!

I have a radgrid with a gridbuttoncolumn that lets me download files.

When clicking on this button the code does a response.binaryWrite(...)
Now the files always open in the same window (pdf, jpg, text etc.) and the application is gone.
I would like to open a new window, then the download should start. I read that I can only do this at client-side ?!
is this true?
can i achieve this behaviour somehow ???

thx in advance & kind regards
  Markus

Yavor
Telerik team
 answered on 11 Jul 2008
1 answer
125 views
This worked in ASP.NET, but can't figure out how to do it in ASP.NET Ajax.
In ASP.NET i did the following:
function SetFilterWidth(uniqueName, columnWidth)
{
    var comboID = filterComboIDs[uniqueName];
    var combo = window[comboID];
    if (combo)
    {
        var comboInput = document.getElementById(combo.InputID);
        var inputWidth = columnWidth - 45;
        comboInput.style.width = inputWidth + "px";           
    }
}
***********************************************************************
In ASP.NET Ajax i tried the following
function SetFilterWidth(uniqueName, columnWidth)
{
    var comboID = filterComboIDs[uniqueName];
    var combo = $find(comboID);
    if (combo)
    {
        var comboInput = combo.get_inputDomElement();
        var inputWidth = columnWidth - 45;
        comboInput.clientWidth = inputWidth + "px";           
    }
}

I get error comboInput.clientWidth is read only.

How do i do this in Ajax version?
Veli
Telerik team
 answered on 11 Jul 2008
2 answers
117 views
Hi!
I have a Gridbuttoncolumn which I want to exclude from ajax postbacks. I have a onRequestStart eventhandler registered in my ajaxmanager for this. Actually it works fine with other postbacks, but somehow this method is not called if a button in a Gridbuttoncolumn is clicked, allthough the Button initiates an ajaxpostback.

Any ideas??

thx in advance & kind regards
Markus
Top achievements
Rank 2
 answered on 11 Jul 2008
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?