Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
237 views
I was wondering if anyone had the Greek dictionary.  I tried making one with the Dictionary Configuration tool but I could not get it to work.
Joan VANDERWEYST
Top achievements
Rank 1
 answered on 30 Sep 2014
2 answers
141 views
Hello,

I am trying to create a wrapper control for the radsearchbox. As a part of that, I'd like to make it so that somebody can set a client template in the wrapper control and have that pass through to the RadSearchBox. Is that possible?

I know I can't use a server control in the client template... but is there any way to set the whole template - like all the text in it - programmatically?

Thanks,

Mike
Mike
Top achievements
Rank 1
 answered on 30 Sep 2014
1 answer
213 views
Hi all,
 
I have a radgrid which i want to export to csv. But my problem is i want to hide the headers when exporting. How can i acheive this??
below are the codes am trying to use

if (e.CommandName == RadGrid.ExportToCsvCommandName)
           {
 
               GridHeaderItem HeaderItem = (GridHeaderItem)RadGrid1.MasterTableView.GetItems(GridItemType.Header)[0];
                HeaderItem.Visible = false;
           }
 any help
Troy
Top achievements
Rank 1
 answered on 30 Sep 2014
4 answers
309 views
I am using the RadGrid to present information which must be multiselected before a button is pressed for processing.  I am able to replicate the functionality I am looking for from the RadGrid by holding the Ctrl button down and selecting/deselecting only the cells I want.  But I need to be able to configure the grid to handle this without my holding the Ctrl button down on the client-side.

I tried overriding the OnCellSelecting event under ClientEvents and using the following code:

<script type="text/javascript">
    function cellSelecting(sender, args) {
 
        var selects = sender._selectedCellsIndexes;
        var selectedColumn = args.get_column();
        var dataItem = args.get_gridDataItem();
        var cellName = dataItem.get_itemIndexHierarchical() + "&" + selectedColumn.get_uniqueName();
        var output = String.format(cellName);
        var index = -1;
        for (var i = selects.length - 1; i >= 0; i--) {
            if (selects[i] === cellName) {
                index = i;
            }
        }
        console.log(dataItem);
        if (index == -1)
        {
            selects.push(cellName);
        }
        else
        {
            selects.splice(index, 1);
            dataItem._selected = false;     
        }
        selectedColumn.set_selected(dataItem.get_itemIndexHierarchical());
        //sender.set_selected(selects);
        selectedColumn.set_selected(selects);
        console.log(sender);
        console.log(selects);
       // args.set_cancel(true);
        //alert(output)
    }
</script>

The problem is when args.set_cancel(true) I can modify the selection array, but it doesn't complete the selection process and display the selections on the grid.  And when I have args.set_cancel(false) it overrides my efforts and replaces the selection with a single cell selection.  How can I make this work?
David
Top achievements
Rank 1
 answered on 30 Sep 2014
2 answers
126 views
Hi, 

i've got 2 modal window.
I need that the second window stay on top always.

But first the modal feature is not correct since the first still clickable/accessible after the second opened. And worst I have a radAjaxPanel inside the second window and when it partial postback everything is fine except that the window go below the first one...
I tried to call the function show or/and setactive on the respondEnd event of the radAjaxPanel but that's just make the window blink...
the window go below and on top and finally below....

I said the second window go behind the first one, but in fact it's the first that go on top of the second. Because i see the z-index increment...
The things that i don't understand is why the first window keep going on top like that ?? Actually i would this behaviors for the second window only :-( 

Sorry english is not my first language, I hope it's understandable

Thanks
mathieu
Top achievements
Rank 1
 answered on 30 Sep 2014
1 answer
63 views
I am looking for an old version (RadPanelBar.Net2.dll) for a legacy web application - it is not possible to update to any version later for this perticular app, it has to be exactly the same. 

Any idea where I can get a hold of this?

Many thanks
Joseph
Telerik team
 answered on 30 Sep 2014
2 answers
224 views
Hi,

I am searching for a way to plot a chart from a List objects classifieds in A, B and C as the ABC Curve theory to management stock of products.
This chart should be divided in three parts, each with a different color and its a cumulative chart in a range 0% and 100% in both axis, like attached image.

There are a easy way that to do this using RadHtmlChart with AreaSeries?
Danail Vasilev
Telerik team
 answered on 30 Sep 2014
1 answer
136 views
Hi

Are these combination compatible with Radcombo and SQLite ? Any sample scripts ?

Thank you
Hristo Valyavicharski
Telerik team
 answered on 30 Sep 2014
1 answer
146 views
Is there a way that I can disable the Inline Insert and Just have Advanced Insert enabled when I click on the scheduler.
 Right now I am using AdvancedInsertTemplate and I want only that to show up by default rather than the inline insert.

Thanks
Reddy
Boyan Dimitrov
Telerik team
 answered on 30 Sep 2014
8 answers
188 views
When I am in Day or Week view and I drag the bottom of the subject window to extend the time to an hour more or so I get this weird error.

" Cannot parse slot index: 1:4:4"  I have no idea what this means.


Alessio
Top achievements
Rank 1
 answered on 30 Sep 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?