Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
114 views
hi
in my project i want in first usercontrol bind a treeview and click on treeview show me other user control.
now. i don't know how i can that because second user control in postbak is hidden and treeview in postbak and !postback rebinded.

my sample project


http://www.telerik.com/help/aspnet-ajax/grdusercontrolruntimeload.html
http://www.telerik.com/help/aspnet/ajax/ajxshowhideloadingpanel.html
http://www.telerik.com/help/aspnet-ajax/ajxloadusercontrols.html
http://demos.telerik.com/aspnet-ajax/ajax/examples/manager/usercontrol/defaultcs.aspx

please help me
thank a lot
Veli
Telerik team
 answered on 11 Aug 2009
1 answer
107 views
on page load if a condition is met then i want the tabstrip to move to a tab and multiview page is this possible?
Shinu
Top achievements
Rank 2
 answered on 11 Aug 2009
1 answer
157 views
Hello sir

            i want to fix size the height and widht of grid. Grid height is fix. It will automatically manage internal content in the grid. how  to fix the property of grid.


Princy
Top achievements
Rank 2
 answered on 11 Aug 2009
1 answer
222 views


the menu's zindex seems to be set t0 8000 which puts it above everything else ... soemtime this isnt desired see http://demos.telerik.com/aspnet-ajax/menu/examples/default/defaultcs.aspx and click on the search drop down at the top left, in my example the menu is "floating" above my radwindows ...


Do i drop the zindex of menu or raise everything else ?




kevin
Shinu
Top achievements
Rank 2
 answered on 11 Aug 2009
3 answers
106 views
I'm using the FormDecorator/Office2007 to improve the appearance of the default ASP Wizard control.  The challenge I'm running into is applying a style to the button representing the active step (SelectedItem Template).  Ideally I'd like to have the selected button/active step show as a highlighted button (hover effect) using the same Office2007 skin.  Is there a way to hard-code that via CssClass attribute for the Button declaration?

 <asp:Wizard ID="paramWizard" runat="server" Width="910px" Height="350px">
        <SideBarTemplate>
            <asp:datalist runat="Server" id="SideBarList" ItemStyle-HorizontalAlign="Left">
                <ItemTemplate>
                    <asp:button runat="server" ID="SideBarButton" Width="160px"/>
                </ItemTemplate>
                <SelectedItemTemplate>
                    <asp:Button ID="SideBarButton" runat="server" Width="160px"/>  
                </SelectedItemTemplate>
            </asp:datalist>
        </SideBarTemplate>
    </asp:Wizard>

Thanks,
-Mark

Georgi Tunev
Telerik team
 answered on 11 Aug 2009
1 answer
152 views
I have several questions, and can't seem to find any documentation:

1) You say the XmlHttpPanel isn't universal - so when can't it be used, vs. Telerik Ajax?
2) Are there other examples beyond the Demos of how to use it?

For instance - I have an application with shows a record, and then undernead it a set of tab. Each tab hasa RadGrid with related items. In this case, the record is an Individual, and the tabs are Invoices, Payments, Registrations, Refunds. I'd like when the tab gets clicked, to have the panel dynamically populate the RadGrid using a WebService call.

is this possible using XmlHttpPanel?
Tervel
Telerik team
 answered on 11 Aug 2009
1 answer
273 views
Hi,

I'm in the process of upgrading RAD Controls Q3 2007 version to Q2 2009 version. While accessing get_masterTableView().rows property, I am getting the following error here:

Microsoft JScript runtime error: 'get_masterTableView().rows.length' is null or not an object

Here is my code block: (in which some properties might refer to older version of the telerik control)
    function fnColumnHeaderChecked(sender, eventArgs) 
    { 
        // Select or deselect all the rows of the grid. 
        for(var nCount = 0; nCount < $find('<%=rgMemberResult.ClientID %>').get_masterTableView().Rows.length; nCount++) 
        { 
            if( columnChecked == true ) 
            { 
                if(!$find('<%=rgMemberResult.ClientID %>').get_masterTableView().rows[nCount].Selected) 
                { 
                    // Select the row. 
                    $find('<%=rgMemberResult.ClientID %>').get_masterTableView().selectRow(radGrid.get_masterTableView().Rows[nCount].Control, false); 
                } 
            } 
            else 
            { 
                // Deselect the row. 
                $find('<%=rgMemberResult.ClientID %>').get_masterTableView().SelectRow(radGrid.get_masterTableView().Rows[nCount].Control); 
            } 
        } 
    } 
 


Please help me out to resolve my issue.

Thanks
Viswanathan
Shinu
Top achievements
Rank 2
 answered on 11 Aug 2009
1 answer
108 views
Hi,      

    From my radgrid I want to search a record(s) between two dates. I got the date from RadDatePicker and using the FilterExpression I hav done some other searches like less than EndDate and greater than StartDate. Now I want to search a records between Start date and End Date. I cannot apply Between in Filter Expression. How can I do this using FilterExpression??? Is ther any online help available???

Thanks in advance
KP
Yavor
Telerik team
 answered on 11 Aug 2009
1 answer
178 views
    Hello !
for example my radgrid datasource is Product table , and every product is related to another table ProductType.
is it possible to group radgrid by product types?

 i tryed this syntax : 

    <GroupByExpressions>
            <telerik:GridGroupByExpression>
                <SelectFields>
                    <telerik:GridGroupByField FieldAlias="Type" FieldName="ProductType.Name"></telerik:GridGroupByField>
                </SelectFields>
                <GroupByFields>
                    <telerik:GridGroupByField FieldName="ProductType.Name" SortOrder="Ascending"></telerik:GridGroupByField>
                </GroupByFields>
            </telerik:GridGroupByExpression>
        </GroupByExpressions>

but, without any luck.

Thank You !

Yavor
Telerik team
 answered on 11 Aug 2009
6 answers
211 views
Hi guys,

I have the following issue when using a raddock control. I put the raddock control at the bottom of the page within a raddockzone. Once I load the page, I pick the control and move it to the top of the page. The problem appear when I pin the control, I don't know why the control is returning to the original location (at the bottom).
Something similar happens when I have scrolled in the  "PinupUnpin + close" example (within "commands" example), If I scroll down and then I try to pin the control, it moves down the same "distance" I have scrolled
Does anyone knows what's going on here ?

Thanks in advance,

François.
Pero
Telerik team
 answered on 11 Aug 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?