Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
101 views
Hi is there a way that I can use sitemap without the use of navigateurl. It will be replaced by command to call procedure to show and hide divs or part of the page. My scenario is just using sigle page and it will have this breadcrumb sitemap that when user clicks on dropdown it will show a part of the page and my breadcrumb will be updated with the clicked item on the dropdown. And when users clicks again like for instance a tab, it will be added again to my breadcrumb and so on.. I hope im making sense here.
Its just like itemcommand for grid that I can call a procedure to show hide items based on clicked node.
Thanks in advance..
Rj
RJ
Top achievements
Rank 1
 asked on 21 Apr 2013
4 answers
303 views
HI,

Using RadGrid 2008.2.723 aggregate property:

<telerik:GridBoundColumn DataField="Monday1" Aggregate="Sum" DataType="System.Decimal"  
   HeaderText="Monday1" SortExpression="Monday1" UniqueName="Monday1"
</telerik:GridBoundColumn> 
This will output SUM: 8.0 in the footer.

Is it possible to remove the SUM label declaratively in the footer without server-side code?  I just want the sum amount.

Thanks,
Khanh
Muhammad Aqeel
Top achievements
Rank 1
 answered on 21 Apr 2013
1 answer
99 views
Can someone tell me what is causing the images on the bottom of this window frame and how I can eliminate them?
Jayesh Goyani
Top achievements
Rank 2
 answered on 20 Apr 2013
1 answer
162 views
I have a RadDockLayout with two RadDockZones, one zone is static with a single RadDock control, the other RadDockZone is designed to be dynamic allowing the user to rearrange the orientation of the RadDock controls inside the RadDockZone. There are only two RadDock controls in the second zone. The orientation of the second zone is Horizontal.

One RadDock control width is set to 67% the other is set to 33% to fill 100% of the width of the RadDockZone. The height is set client-side to fill the available screen (these docks contain RadGrids with lots of data and scroll off the screen).

If the user attempts to move the RadDock control on the right side, to the left side, it is possible that the dock orientation changes and the controls become oriented vertically.

Also when re-orienting the RadDock controls to horizontal, they are no longer the width specified by the style. It is as if there is a hidden element taking up a percentage of the RadDockZone.

The only changes I am making to the controls is a client-side script that adjusts the height of the first child container in the RadDock control to force the RadDock height to fill the remaining portion of the screen.

Further testing indicates that some client-side scripting from the telerik client-model changes the width of the controls from a dynamic width using percentages, to a hard-coded width. Once the dock is dragged out of its location, the fixed width forces the dock to flow into another row, despite the DockZone being set to horizontal, because once the dock overflows, the scroll-bar appears and reduces the width of the parent container, thus restricting the ability to re-dock in a horizontal manner. Once this happens, it is nearly impossible to get the dock to re-orient itself in the correct location without a refresh of the page from the server.
Keith
Top achievements
Rank 2
 answered on 20 Apr 2013
1 answer
142 views
Hello everyone ,

i want to upload file word in the data base , and show it in the gird

which data type i can use ?
how to upload it throw grid ?
how to show the file in the grid and download it ?
Jayesh Goyani
Top achievements
Rank 2
 answered on 20 Apr 2013
1 answer
99 views
I am trying to use the date picker with validation.
If the date is future date that mean date beyond tomorrow then it is invalid.
if the date is older than 1 year or 6 month then the date is invalid.
Also can i have a drop down in the date picker text box that has predefined dates like last week, last month, 2 months before which are updated dynamically everyday.

Any Ideas
Jayesh Goyani
Top achievements
Rank 2
 answered on 20 Apr 2013
1 answer
119 views
I was wondering if there is a way to pivot a radgrid so that my columns are now the rows.  I tried a radgrid pivot table but I need to be able to add controls such as textboxes and checkboxes to each radgrid cell.
kranthi kiran pusala
Top achievements
Rank 1
 answered on 20 Apr 2013
5 answers
303 views
Hi,

I'm trying to do expand/collapse in ClientSide with

 function collapseAll() {
            var panelBar = $find("<%= RadPanelBar1.ClientID %>");
            var items = panelBar.get_items();
            for (var i = 0; i < items.get_count(); i++) {
                var item = panelBar.findItemByText(items.getItem(i).get_text());
                if (item) {
                    item.collapse();
                }
            }

It works fine with Firefox but its been very slow with IE. Please suggest any work around for this.

regards,
Baaje
Waseem
Top achievements
Rank 1
 answered on 19 Apr 2013
3 answers
472 views
Hi,

I have a checkbox and a Rad panel bar. When the user checks or unchecks the checkbox, the panel bar must expand or collapse. The onclick event of checkbox is Test()

<script>
function Test()
{
    //Code to expand or collpase the rad panel//----> what should i add here?
}
</script>

Regards
Saravanan
Waseem
Top achievements
Rank 1
 answered on 19 Apr 2013
6 answers
838 views
I have a relatively simple page with a radgrid inserted in a table row. I have set the radgrid width to 100%, the table is set to 100% and body is set to max-width=925px.

When the radgrid renders it fills the table width, however, if the window is subsequently resized to a narrower width, the radgrid stays at the width it was originally displayed at. If I make the window larger, the grid widens to the new width and will not go smaller again.

I have narrowed down the problem to the column headers. I am displaying only one column, and the column header is sized with an inline width value. When the grid grows, the column header also grows because the inline value is updated, presumably through some client-side javascript. However, when the grid narrows, the inline width value never changes.

What happens is that the grid will always grow, but will never shrink.

This problem always happens when the vertical scroll bars are visible. It is intermittent when the scroll bars are not visible.

Adjusting this value through javascript does no good. As soon as the focus is placed on a different item, the headers resize once again.

ideas? workarounds?

I am at a loss for what to do.
Keith
Top achievements
Rank 2
 answered on 19 Apr 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?