Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
219 views
Hi

In my grid each master table has 2 details tables. Is there anything i can do to control the layout of these detail tables? There is no space between them - they are placed directly on top of each other - and it would be nice to add some space. I have tried adding a title for each detail table using the grid table view caption property but this is aligned centrally and looks odd. Can i change the caption alignment? Are there any other formatting features i might find useful?

thanks
Princy
Top achievements
Rank 2
 answered on 27 Aug 2009
4 answers
200 views
I have the following markup of nested splitters. I'm having an issue with the splitter pane (brPane) which is near the bottom of the markup. The central nested splitter (rsB) should have left and right fixed pane widths and the middle pafe is free. However, even though I set the right hand pane width to 355px, I can't seem to get it that size. It always appears about 185px wide. Anyone know what might be going on?

<telerik:RadSplitter ID="rsTC"   
                                    runat="server"   
                                    Width="100%"   
                                    Height="100%"   
                                    Orientation="Horizontal"   
                                    ResizeWithParentPane="False"   
                                    HeightOffset="0"   
                                    BorderSize="0" 
                                    PanesBorderSize="0" 
                                    VisibleDuringInit="False" 
                                    Skin="Hay" 
                                    SplitBarsSize="5" 
                                    > 
                      
                      
                    <telerik:radpane runat="server" id="supHPane" Scrolling="None" Width="100%" Height="30px">  
 Header 1 Content  
                    </telerik:radpane> 
                    <telerik:radpane runat="server" id="hPane" Scrolling="None" Width="100%" Height="114px" > 
                        Header 2 Content                    </telerik:radpane> 
                    <telerik:radpane runat="server" id="spacerPane1" Scrolling="None" Width="100%" Height="2px" CssClass="ThreeColumnSpacer_Horizontal"></telerik:radpane> 
                    <telerik:radpane runat="server" id="shPane" Scrolling="None" Width="100%" Height="40px" CssClass="ThreeColumnSubHeader">  
                        Header 3 content                    </telerik:radpane> 
                    <telerik:radpane runat="server" id="bPane" Scrolling="None" Width="100%" Height="100%" CssClass="WebsiteContentItem">  
                            <telerik:RadSplitter ID="rsB"   
                                    runat="server"   
                                    Width="100%"   
                                    Height="100%"   
                                    Orientation="Vertical"   
                                    ResizeWithParentPane="True"   
                                    HeightOffset="140"   
                                    BorderSize="0" 
                                    PanesBorderSize="0" 
                                    VisibleDuringInit="False" 
                                    Skin="Hay" 
                                    SplitBarsSize="5">  
                                <telerik:radpane runat="server" id="blPane" Scrolling="None" Width="205px" Height="100%" CssClass="ThreeColumnLeftContent">  
                                    Left column content                                
                                </
telerik:radpane> 
                               
                                <telerik:radpane runat="server" id="lspaceFrame" Scrolling="None" Height="100%" Width="2px" CssClass="ThreeColumnLeftSpacer"></telerik:radpane> 
                                <telerik:radpane runat="server" id="bcPane" Scrolling="None" Width="100%" Height="100%">  
                                    Center Column Content        
                                </telerik:radpane>   
                                <telerik:radpane runat="server" id="brPane" Scrolling="None" Width="355px" Height="100%" BackColor="Green">  
                                    Right Column COntent 
                                </telerik:radpane>     
                            </telerik:RadSplitter>   
                    </telerik:radpane> 
                    <telerik:radpane runat="server" id="fspaceFrame" Scrolling="None" Width="100%" Height="4px" CssClass="ThreeColumnSpacer_Horizontal"></telerik:radpane> 
                    <telerik:radpane runat="server" id="fPane" Scrolling="None" Width="100%" Height="25px">  
                         Footer content  
                    </telerik:radpane> 
                </telerik:RadSplitter> 
Svetlina Anati
Telerik team
 answered on 27 Aug 2009
1 answer
147 views
I was looking for changing or highlighting the selected tab and found some css classes which provides info on how to highlight the tab by changing the color of the text content of the tab, but not both...
How can we change the background color of the selected tabs, together with the tex color of the tab...
Please suggest, its an urgent requirement..

Shinu
Top achievements
Rank 2
 answered on 27 Aug 2009
4 answers
186 views
Hi,

I am using radgrid. I have three dropdownlists - dd1,dd2,dd3 and a button. I need to choose a data from dd1. Upon the choice my dd2 will get loaded and after choosing a data from dd2, my dd3 will be loaded. After selecting value from dd3, i will click on the button to generate data in the grid.

Sorting, paging, filtering everything works fine without any problem.

I have generated records on the grid. I click on the header for sorting. It gets sorted. When it is in the sorted state, if I select another data from dd1 and then dd2, then dd3 and click on the button, I am getting error stating "customer name not found in data set...". The new data in dataset doesnt have customer name. My previous dataset has column customer name and it is searching for the same columns. I think that is the problem. Retaining old dataset values after sorting or filtering or paging. The moment I reset the sort condition (by clicking on small arrow near column name header) and do these operations, i dont get any error.

How to resolve this?

Thanks
Saranya
Saranya
Top achievements
Rank 2
 answered on 27 Aug 2009
5 answers
186 views
I select a row in grid and page is scrolled to top. why?
Mojtaba
Top achievements
Rank 1
 answered on 27 Aug 2009
1 answer
116 views
Hi,

I've a radcontext menu with 5 menus under it. The problem is when i give the application for testing, ppl think that button is a normal button and do click and complain that clck of the button is not doing anything.
I need to tell them to right click so that they can then click.
So, how do i over come this.

Pls explain to me with code how do i get context menu even if user simply clcks thebutton(not just right click). thinking of user's point,.

Pls suggest a solution with code in c# .

thanks.
Princy
Top achievements
Rank 2
 answered on 27 Aug 2009
1 answer
52 views
I need to build a custom registration page. Is there an example on the site.
Princy
Top achievements
Rank 2
 answered on 27 Aug 2009
0 answers
120 views
Hi,
Can someone tell me how rad scheduler's weekly is calculated. when i have 10 occurences in end by selection , how's end after calculated  for weekly mode.

Thanks,
ZR
Ayesha
Top achievements
Rank 1
 asked on 27 Aug 2009
4 answers
91 views
Hi,
I am using RadControls for ASPNET AJAX Q2 2008.
I am using radcombobox.
On button click i am calling javascript function.

Function  work in IE7 .
But in IE6 it gives me error.
It does not get object in IE6.

 

var combo = $find("<%= RadCombobox1.ClientID %>");
Here value of combo is null in IE6

How can i solve this problem?

Thanks.

 

mark
Top achievements
Rank 1
 answered on 26 Aug 2009
1 answer
132 views
I'm getting a "Sys.WebForms.PageRequestManagerServerErrorException: Object reference not set to an instance of an object" error and I know why but I just don't know how to resolve it.

I've got a page with a RadGrid on it and in the ItemDataBound event I add a confirmation dialog to a column that contains a button as shown below and the reason for the above error is the use of the newline character in the javascript. I've tried using three and four backslashes just for giggles and it produces the same error. I've also tried wrapping the entire RadGrid in a RadScriptBlock and a RadCodeBlock but neither have any affect on the error.

How do I use the new line character in my confirmation dialog and prevent the above error?

                Button executeButton = dataItem["clmExecute"].Controls[0] as Button;
                if (executeButton != null)
                    executeButton.Attributes["onclick"] = string.Format("if(!confirm('Confirm that you want to execute the selected step(s) to:\\n\\nDeployment Date: {0}\\nDescription: {1}\\nRegion: {2}\\nEnvironment: {3}\\n')){{return false;}}", _master.DeploymentDate.ToShortDateString(), _master.DeploymentDateDescription, _master.Region, _master.Environment);
Joey
Top achievements
Rank 1
 answered on 26 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?