Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
74 views
I am using the most current version of RADEditor for MOSS.  We had a couple of issues with the image manager

1. The image manager can't navigate to the upper level.  I switched to the MOSSImageManager.  But the icon is a generic ballon with a letter 'i' in it.  How to add an icon?

2. The editor only takes the image height and ignores the image alignment and width.  How to fix it?

Thanks.
Stanimir
Telerik team
 answered on 07 Jul 2009
1 answer
174 views
Hi,

Can I apply footer feature for AutogeneratedColumns radgrid?

I have visited http://demos.telerik.com/aspnet-ajax/grid/examples/groupby/groupfooter/defaultcs.aspx link where in I could find that it is possible to have footer by specifying the expression in GridBoundColumn.

So in my radgrid AugeneratedColumns = True and I am binding the grid dynamically. In my scnerio is it possible to have footer in my grid?

In my grid last row is Grand Total row i want to display it as a footer. Can i do this in AugeneratedColumns grid?

Thanks,
Medac
Shinu
Top achievements
Rank 2
 answered on 07 Jul 2009
1 answer
123 views
I have tabs in two rows in a TabStrip which is in a frame. When the frame is resized the words in the tabs wrap in two lines within the tab. Is there a way the tab text can show "..." with the text instead of increasing the tab height?.
Shinu
Top achievements
Rank 2
 answered on 07 Jul 2009
1 answer
149 views

Hello,

I have a RadGrid where I want to initiate an "InitInsert" command to open a Web User Control for a grid insert.
The command event needs to fire from a button outsite the grid.
I have been able to do this with the following code associated with the button's "Click" event.
But, this only works when there are dataitems assoicated with the grid.
How do I use the "FireCommandEvent" when there are no Grid Data Items? Or, is there another work around?

Thanks,
Jon

protected void btnAddNew_Click(object sender, EventArgs e)   
{  
GridDataItem gridItem = rgStoreManagement.Items[0];   
gridItem.FireCommandEvent(RadGrid.InitInsertCommandName, String.Empty);  
}  
 
 
Shinu
Top achievements
Rank 2
 answered on 07 Jul 2009
1 answer
137 views
Whats the best way to achieve this through telerik tools? 

How do I do a Ajax post without reloading the screen/post backing.  For instance, a user does an action and I just need to write something to the database and this action doesn't need any screen refresh, or perhaps does something and the results returned need to be checked to see if a screen refresh is necessary or not?  Such as checking a webservice in the background to trigger a refresh.  This should all be done without freezing the screen or reloading the form?
k f
Top achievements
Rank 1
 answered on 07 Jul 2009
9 answers
189 views
How do I go about getting the ClientId of the editor generated in a GridHTMLEditorColumn and placing that in a <script> tag? 

I am needing to execute the "set_visible" firefox/ajaxmanager workaround for editors in my grid.  (You can see this problem in action on Telerik's own demo sample:
http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/columntypes/defaultcs.aspx
)

There needs to be a ThereIsOnlyOneEditorOnThePageSoAlwaysInitialize property.  ;-)
Peterson
Top achievements
Rank 1
 answered on 07 Jul 2009
1 answer
137 views
I have a question about installing Radeditor to multiple farm. Do I need to run the stsadm to install wsp on all my WFE servers? If not, Would SharePoint automatically copy  dlls across my farm? Many Thanks
Jayson Tautic
Top achievements
Rank 1
 answered on 06 Jul 2009
6 answers
867 views
Hello all,

I have a few GridDropDownColumns in my grid. If I defined the datasource for these columns in the aspx page, everything worked perfectly. When doing edit, the dropdown list shows the correct choices with previously saved value as selected value.

But our coding guideline does not allow direct datasource on the aspx page. So I put the logic in code behind (see below)
protected void RadGrid1_ItemDataBound(object sender, GridItemEventArgs e)  
{  
     if (e.Item is GridEditableItem && e.Item.IsInEditMode) //fire for both edit and insert  
    {              
        GridEditableItem eeditItem = e.Item as GridEditableItem;  
        GridEditManager editMgr = editItem.EditManager;  
        GridDropDownListColumnEditor agencyEditor = editMgr.GetColumnEditor("AgencyDDL") as GridDropDownListColumnEditor;  
        string s = agencyEditor.SelectedValue; //this will return ""  
        agencyEditor.DataSource = getAgency(); //call data layer function to get the agency list  
        agencyEditor.DataBind();  
    }  
 
Now I have a problem. When doing edit, even though the dropdown list is populated with the correct choices, but the previously saved value does not show at the top as selected value. I tried serveral ways to find saved value in code and always get an empty string. Does anyone have any idea what I missed?

Thank you!
Ying
Ying
Top achievements
Rank 1
 answered on 06 Jul 2009
1 answer
87 views
Hello, I watched this tutorial to get a subtable to show on my radgrid.  I have the master table just show everything, and I wanted the detail table to point to the grid as a means of getting a parameter value to populate the detail table.  The problem is, when I click the down arrow on the Master grid, nothing shows as the detail table.  What am I doing wrong?  Below is the video that i watched.

http://tv.telerik.com/aspnet/radgrid/grid-for-asp.net-ajax-nested-tables
Brett
Top achievements
Rank 1
 answered on 06 Jul 2009
2 answers
139 views
Hi
      I am using Rad grid , i have to know that whether any option to give Header-Style width of bound column in %, I set my total Grid  width to 100%, so that i have to split columns according to grid width, but the problem is when i define column width in % basis the column hides during the runtime.

When i am setting pixels based width to all i could not get an good look and feel i am getting lot of balnk space. So plz guide me to how to set Grid width and split columns based on columns. Give me a small demo.
Also let me know can we apply percentage to column width, what to do for that..

Thanx
AQppu
 
Appu
Top achievements
Rank 1
 answered on 06 Jul 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?