Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
88 views
We are Ajax radgrid all over the application. We noticed strange UI when our radgrid is using checkbox. Alternate Column height increases and alternate row doesn't fill color completely. Check out the picture. How can we addressed it.
Pavlina
Telerik team
 answered on 01 Jun 2012
1 answer
67 views
Hi,

I am using RadToolBar in my project.

In IE7 and IE8 the RadToolBarDropDown is rendering correctly:



But in IE9 it is rendering on two lines:



I'm using the latest version of Telerik. Does anyone have a solution?

Thanks in advance
Princy
Top achievements
Rank 2
 answered on 01 Jun 2012
1 answer
43 views
hello all , 
i've three raddock 1 and 2 in zone 1 , and 3 in zone 2 on load ,
what i need is : when i move raddock1 to zone 2 , the raddock 2 also be moved automatically and the third one also moved to zone 1  
(in the same time , i want to move 1 and 2 into same zone only )
Loyal User
Top achievements
Rank 1
 answered on 01 Jun 2012
3 answers
218 views
Hi,
I have a radcombobox where I have EnableLoadonDemand is True. When I type "America" in the dropdownlist, it searches first for all "A" then "AM" then "AME" and so on. For my project, getting data takes a while so each search makes dropdownlist slower. What I would like to do is after user type a letter or word, I want to wait for a second then go for search. so instead of making multiple trips to sever, it will make only 1 trip. Ofcourse, User will wiat for a second but that's better than multiple roundtrip to server.

Hope this makes sense.

Thanks in advance for youe help.
Princy
Top achievements
Rank 2
 answered on 01 Jun 2012
8 answers
204 views
So I have a Grid with a MasterTableView that contains a DetailTable, and that DetailTable contains a DetailTable.  Everything is correct as far as layout indentation when it renders to the screen and when I export to pdf. But the problem is when I try to export to excel. When the spreadsheet opens the MasterTableView item is say 7 columns wide. The first DetailTable item is say 5 columns wide, and the second DetailTable items are 3 columns wide. And they appear like they are center aligned so it looks like an upside down pyramid.  My client does not like this and I have tried for hours now to figure out how to make the item indentations look like they do in the pdf and screen but with no luck.  Is there a setting or something to make the excel render correctly or is this a bug.  Below will be my grid markup, and I'll attach an image of the spreadsheet so you can see what it looks like.  Thanks for any help in this issue.


<telerik:RadGrid ID="RadGrid1" runat="server" ShowFooter="false" AutoGenerateColumns="false" AllowPaging="true" AllowSorting="false" CellSpacing="5" AllowFilteringByColumn="false"> 
    <ExportSettings HideStructureColumns="true" ExportOnlyData="true" IgnorePaging="true" OpenInNewWindow="true">
        <Pdf AllowAdd="false" AllowCopy="true" AllowModify="false" AllowPrinting="true" PageTitle="ESign Sent vs Sold" Title="ESign Sent vs Sold" PaperSize="A4" PageWidth="260mm" />
        <Excel Format="Html" />
    </ExportSettings>
    
    <ClientSettings AllowExpandCollapse="true">
        <Selecting AllowRowSelect="true" />
    </ClientSettings>

    <MasterTableView DataKeyNames="ParentID, ID" Name="DivisionTable" HierarchyLoadMode="Client" HierarchyDefaultExpanded="false" ClientDataKeyNames="ParentID, ID">
        <HeaderStyle Font-Bold="true" HorizontalAlign="Left" Wrap="false" />
        <ItemStyle Wrap="false" VerticalAlign="Middle" HorizontalAlign="Left" />
        <AlternatingItemStyle Wrap="false" VerticalAlign="Middle" HorizontalAlign="Left" />
        <FooterStyle Wrap="false" />

        <DetailTables>
            <telerik:GridTableView Name="RegionTable" DataKeyNames="ParentID, ID" ClientDataKeyNames="ParentID, ID" HierarchyLoadMode="Client" Width="100%" HierarchyDefaultExpanded="false" >
                <DetailTables>
                    <telerik:GridTableView Name="BranchTable" DataKeyNames="ParentID, ID" ClientDataKeyNames="ParentID, ID" HierarchyLoadMode="Client" Width="100%" HierarchyDefaultExpanded="false" >
                        <Columns>
                            <telerik:GridTemplateColumn UniqueName="Filler" ItemStyle-Width="25px" HeaderStyle-Width="25px">
                                <ItemTemplate> <span>&nbsp;</span> </ItemTemplate>
                            </telerik:GridTemplateColumn>
                            <telerik:GridBoundColumn UniqueName="Text" DataField="Text" SortExpression="Text" HeaderText="Branch" ItemStyle-Width="300px" HeaderStyle-Width="300px" />
                            <telerik:GridBoundColumn UniqueName="SentCount" DataField="SentCount" SortExpression="SentCount" HeaderText="ESign Sent" ItemStyle-Width="150px" HeaderStyle-Width="150px" />
                            <telerik:GridBoundColumn UniqueName="SoldCount" DataField="SoldCount" SortExpression="SoldCount" HeaderText="Sold w/ ESign"  />
                        </Columns>
                    </telerik:GridTableView>
                </DetailTables>
                <Columns>
                    <telerik:GridBoundColumn UniqueName="Text" DataField="Text" SortExpression="Text" HeaderText="Region" ItemStyle-Width="300px" HeaderStyle-Width="300px" />
                    <telerik:GridBoundColumn UniqueName="SentCount" DataField="SentCount" SortExpression="SentCount" HeaderText="ESign Sent" ItemStyle-Width="150px" HeaderStyle-Width="150px" />
                    <telerik:GridBoundColumn UniqueName="SoldCount" DataField="SoldCount" SortExpression="SoldCount" HeaderText="Sold w/ ESign"  />
                </Columns>
            </telerik:GridTableView>
        </DetailTables>
        <Columns>
            <telerik:GridBoundColumn UniqueName="Text" DataField="Text" SortExpression="Text" HeaderText="Division" ItemStyle-Width="300px" HeaderStyle-Width="300px" />
            <telerik:GridBoundColumn UniqueName="SentCount" DataField="SentCount" SortExpression="SentCount" HeaderText="ESign Sent" ItemStyle-Width="150px" HeaderStyle-Width="150px"   />
            <telerik:GridBoundColumn UniqueName="SoldCount" DataField="SoldCount" SortExpression="SoldCount" HeaderText="Sold w/ ESign"  />
        </Columns>
    </MasterTableView>
</telerik:RadGrid>
Daniel
Telerik team
 answered on 01 Jun 2012
1 answer
70 views
Does anyone have any experience or seen any reports about the usability implications of using Dock in their web applications? My partner and I are designing an app, but disagree about the use of dockable windows.  Our users, are not technical people, but rather "regular" business people.

He wants our users to have the ability the customise their interface - a nice goal - however, I'm concerned that for non technical people it could be too confusing, and may make support much more complex.

Thanks for any insights you may have in advance!
Slav
Telerik team
 answered on 01 Jun 2012
6 answers
377 views
Is it possible to create a customer popup form for inserting and editing entries in Grid?
I prefer the look of popup edit forms vs. the inline. But all of the demo's ive seen for using a custom form appear to only show inline editing.

Thank you,
Joe
Top achievements
Rank 2
 answered on 01 Jun 2012
1 answer
207 views
Hello,

I am using this control for the first time. I have couple of questions.
1) RadDatepicker textbox is allowing alphabets and special characters to enter. Is thery anyway that we can restrict not to enter alphabets and special characters
2) How to Enable dates from today only ? I dont want to user to select dates back from today.

TIA
Princy
Top achievements
Rank 2
 answered on 01 Jun 2012
2 answers
95 views
Hi team,

I need you help, i need know how to enabled/Disabled a RadNumericTextBox1 in the grid but from c#????

rewards
Hugo
Top achievements
Rank 1
 answered on 01 Jun 2012
6 answers
95 views
Hi, 

I created a date range filter template in the grid and i would like to check the date range whether it is larger than a year or not when user click on the button on RadToolBar to do the export. The system should allow user to select the date range larger than a year if they only view the data on screen but not doing the export. How can i get the value in the datepicker in the filter template in the javascript?

javascript coding as below (seem TryCast(Container,GridItem) cannot reference to the datepicker in filter template)

    function OnClientButtonClickingHandler(sender, eventArgs) {
        if (eventArgs.get_item().get_value() == "Excel") {
            var startDate = $find('<%# TryCast(Container,GridItem).FindControl("dfFromDate").ClientID %>');
            var endDate = $find('<%# TryCast(Container,GridItem).FindControl("dfToDate").ClientID %>');
            //alert(startDate.get_selectedDate())
            var NoOfMonth = DateDiff.inMonths(startDate, endDate);


            if (NoOfMonth >= 6) {
                alert('Please select the date range within  A YEAR for export purpose!');
                eventArgs.set_cancel(true);
            }
        }
    }   

Thanks.

Cheers, 
Nelson
Nelson
Top achievements
Rank 1
 answered on 01 Jun 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?