Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
155 views
Dear sir,

How can we create Dock's Title Template dynamically .

thanks with regards
Jim
Top achievements
Rank 1
 answered on 04 Aug 2009
5 answers
223 views
Hi, I wondered if you had a sample to help me out.

I create docks dynamically. All content within each dock is contained within an UpdatePanel. Thus I can change the content in a partial postback without a browser repaint - nice (in fact it's the result of a drag-drop dfrom your tree control).

However, I want to be able to change the title of a dock within a partial postback. Thus I want the title of the dock to be within an UpdatePanel so I can tell the AJAX framework to repaint it.

Do you have a ready-made solution or sample?

thanks

Matt

Jim
Top achievements
Rank 1
 answered on 04 Aug 2009
2 answers
194 views
Hi

I have a nested RadGrid, set up for In place editing.

The Top level is fine in that when I hit add new I get 1 text box (thats all there is ID & Name) for my value and icons to add or cancel.

The data is passed back and handled by a proc.

However, the nested grid behaves differently, there are 2 text boxes one prefixed with a : and the icons have gone and in its place 'insert' & 'cancel'.

The path to the images is the same, any ideas what is going on.

Andy
<telerik:RadGrid   
    ID="rgOrganisation"   
    runat="server"   
    GridLines="None" 
    Width="500px"   
    AutoGenerateColumns="False" 
    Skin="CPSM"   
    EnableEmbeddedSkins="False">  
      
        <MasterTableView DataKeyNames="Organisation_ID" EditMode="InPlace" CommandItemDisplay="None">  
            <Columns> 
                <telerik:GridBoundColumn DataField="Organisation_ID" DataType="System.Int32" HeaderText="Organisation_ID" ReadOnly="True" SortExpression="Area_ID" UniqueName="Organisation_ID" Visible="False"></telerik:GridBoundColumn> 
                <telerik:GridBoundColumn DataField="Organisation" HeaderText="Organisation" SortExpression="Organisation" UniqueName="Organisation"></telerik:GridBoundColumn> 
            </Columns> 
 
            <RowIndicatorColumn><HeaderStyle Width="20px" /></RowIndicatorColumn>  
            <ExpandCollapseColumn><HeaderStyle Width="20px" /></ExpandCollapseColumn>  
              
            <DetailTables> 
                       <telerik:GridTableView runat="server" CommandItemDisplay="Bottom" DataKeyNames="Organisation_ID" Width="100%" > 
                             
                           <Columns> 
                               <telerik:GridEditCommandColumn CancelImageUrl="../App_Themes/Default/Grid/Cancel.gif" EditImageUrl="../App_Themes/Default/Grid/Edit.gif" InsertImageUrl="../App_Themes/Default/Grid/Update.gif" UpdateImageUrl="../App_Themes/Default/Grid/Update.gif" ButtonType="ImageButton"><HeaderStyle Width="15px" /><ItemStyle Width="15px" /></telerik:GridEditCommandColumn> 
                               <telerik:GridBoundColumn DataField="Organisation_ID"  DataType="System.Int32" UniqueName="Organisation_ID" Visible="false"></telerik:GridBoundColumn>        
                               <telerik:GridBoundColumn DataField="Organisation"  HeaderText="Organisation" ></telerik:GridBoundColumn> 
                               <telerik:GridButtonColumn ButtonType="ImageButton" CommandName="Delete" Text="Delete" ImageUrl="../App_Themes/Default/Grid/delete.gif" ConfirmDialogType="RadWindow" ConfirmText="Are you sure you want to delete this Location"><HeaderStyle Width="10px" /><ItemStyle Width="10px" /></telerik:GridButtonColumn> 
                           </Columns> 
                            
                           <CommandItemSettings AddNewRecordText="Add new Division" RefreshText=" " /> 
                           <RowIndicatorColumn><HeaderStyle Width="20px" /></RowIndicatorColumn>  
                           <ExpandCollapseColumn><HeaderStyle Width="20px" /></ExpandCollapseColumn>  
                             
                       </telerik:GridTableView> 
                    </DetailTables> 
          
        </MasterTableView> 
    </telerik:RadGrid> 
Andy Green
Top achievements
Rank 1
 answered on 04 Aug 2009
1 answer
156 views
I have a grid with the link column. When allow grouping and drag the link column it gives me error - is there way to exclude a column from grouping? I wan to disable the link column, so that use should not be able to group on the link column.

Thanks,
Santosh
Princy
Top achievements
Rank 2
 answered on 04 Aug 2009
2 answers
829 views
Hi,

I have added a RAD Grid in my page. I am executing a query and preparing a data table and assigning that to the rad grid, The data is populating in the grid perfectly. I do not want to show few columns to the user but i actually want to use those values.

for hiding the first column i used the following code

RadGrid1.Columns[1].Display =

falseBut showed me an error.
Then i tried with the following code

 

RadGrid1.MasterTableView.RenderColumns[1].Display =

false;

 

 

This did not show me an error but did not hide the column

Guide me how to go about this.

Jidesh

Jidesh Guptha
Top achievements
Rank 1
 answered on 04 Aug 2009
1 answer
48 views
Hi,

How to display or fill values in a radcombo(runtime)  like in pageload within an itemTemplate and Telerik:GridItemTemplate of a Radgrid which has its editmode="inplace"  on Click of AddnewRecord.


Thanking you in advance.
Shinu
Top achievements
Rank 2
 answered on 04 Aug 2009
1 answer
88 views
Hi,

I've a radgrid with a template column which contains the raddropdownlist .By default when the page loads, all my dropdownlist columns in my template column should get filled in. this I'm taking care in the item databound event. but my question is the first value in eACH dropdownlist in the template column should be a blank value(empty white space) and then all it's values.

How do i get the blank value in all the dropdownlist controls in my templete columns in the radgrid.

Pls help me with code.

Thanks Telerik team. u guys do an awesome job.

Thanks for all your help.

ZR
Princy
Top achievements
Rank 2
 answered on 04 Aug 2009
10 answers
101 views
Hi,

We have develop a web site using RadControls for ASP.NET AJAX Q2 2009. But we have some problem. On computer which are windows 2000 and use ie 6 give some errors. One of them is "Telerik is undefined". We are using a radmenu on the site. But the child nodes of the radmenu cant be seen. only the first level of the radmenu is seen. Can you suggest a solution.
Ahmet Özgür
Top achievements
Rank 1
 answered on 04 Aug 2009
1 answer
132 views
hi

I have an Aggregate Sum at the footer and i want to pass this sum to a session variable. How do i do it? Thanks 
Princy
Top achievements
Rank 2
 answered on 04 Aug 2009
1 answer
96 views
Hi,

I have a radgrid with 2 columns.
one is a gridboundcolumn and other is a template column which contains my raddropdownlist controls..
Now my question is:

In the second column of my radgrid where the dropdownlist appears, as the values are just 3 characters, the size of the dropdownlist is small .But the radgrid's column size is big.

How do i make my dropdownlist to exactly fit/fill my radgrid's column(entire space irrespective of it's 3 characters).

Shinu
Top achievements
Rank 2
 answered on 04 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?