Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
121 views
hi,
i have a few questions about RadEditor InsertOrderedList :
1) i am using the InsertOrderedList tool, i want to write from right to left, meaning, i want the number to be on the right and to continu writing to left (pic.1).
my problem is, if i  justify to right it puts the number on the right but when i continu writing - the number goes to the left of the word/sentence (pic.2).
2) i am saving the text. all the text is saved but not the numbers (pic.afterSaving).

any solution?
Dobromir
Telerik team
 answered on 01 Jul 2011
1 answer
325 views
Hi
I need Datakeynames of master table view in detail table databind event.
Scenario:
i have 10 records in master table view each have its own key(ID) i added that key into datakey names in master table view.
i have detail table for each record so i need to get that datakey name in detail table to render my nested or detail or child grid.
thanks in advance.
Princy
Top achievements
Rank 2
 answered on 01 Jul 2011
1 answer
146 views

Hello,

We are experiencing an issue with the RadWindowManager and RadWindow not rendering after a postback.

They render to the page initially, then after triggering a postback, they fail to render to the page.

The page is ajaxified and the object that fires the postback is inside an update panel. The RadWindowManager resides outside of the update panel. We’re using the standard asp update panel. We're using a MasterPage and an standard asp script manager.

Does anyone see any issues with this, have a different solution / suggestion or has experienced the same issues?

Your insight is appreciated, thanks for reading and considering.

Georgi Tunev
Telerik team
 answered on 01 Jul 2011
1 answer
223 views
Hi,

1) Is there a way to provide excel like filter capability (Selecting one or more items) for RadGrid? I see this behavior is available to RAD Grid for WinForms.

2) Also, I understand that there is a way to export rad grid to excel. But I want to export data to excel as the excel has the logic to generate pivot tables once I feed the data. Is there a way to achieve this? My Goal is just provide the data in xml format to the excel and send the excel spreadsheet to the user. I will have the excel spreadsheet available as a part of the website.

3) Is there a way to split RAD Grid into multiple rows? Currently I am able to achieve this behavior by using Master Detail view. But would like to know if this can be achieved directly using the Master view.

I will truly appreciate a prompt response. I am evaluating the asp.net ajax controls and these capabilities are must for our application. If there is no solution currently, would like like to know when can we expect these to be added.

Thanks in advance,
Navneet
Princy
Top achievements
Rank 2
 answered on 01 Jul 2011
5 answers
755 views
Hello all,
I have spent a couple hours to find out how to hide the item label, but I am keeping fail. I think this is a simple property but I dun know which belongs to. So does anyone know?

thx
Evgenia
Telerik team
 answered on 01 Jul 2011
1 answer
73 views
protected void RadGrid1_PreRender(object sender, EventArgs e)
        {
            RadGrid RadGrid1 = (RadGrid)sender;
            if(RadGrid1.Items.Count==0)
            {
                RadGrid1.Visible = false;
            }
}

This is a inner RadGrid. In this, I would like to reach to outer RadGrid column and set that column visible=false. So  my question is how to I reach to parent grid column from inner grid ?

Please help,

Smiely
Princy
Top achievements
Rank 2
 answered on 01 Jul 2011
1 answer
110 views
Hi,

I want to show filter expression show by default on page load.

Title Contains 'IPhone'

How to show this automatically without click Add button?

Regards
Shinu
Top achievements
Rank 2
 answered on 01 Jul 2011
1 answer
99 views
Hi,

How to html code in pdf for radeditor.exporttopd() ?

Thank you.
Dobromir
Telerik team
 answered on 01 Jul 2011
1 answer
58 views

One of the GridTemplateColumn columns in my radgrid isn't populated by a database so its AllowFiltering property is set to false.  However, I want to put a loading gif where <FilterTemplate> puts its markup.

How do I do this?

<telerik:RadGrid ID="RadGrid1" runat="server" AllowFilteringByColumn="true"  OnNeedDataSource="RadGrid1_NeedDataSource">
<Columns>
  <telerik:GridTemplateColumn UniqueName="MyCol1" AllowFiltering="false">
     <FilterTemplate>
           <!-- I want to put image here, but it doesn't display if AllowFilter=false -->
          <img src="images/loading.gif" />    
    </FilterTemplate>
     <ItemTemplate>
         <asp:Hyperlink ID="MyLink" runat="server" Text="MyLink"></asp:Hyperlink>
     </ItemTemplate>
  </telerik:GridTemplateColumn>
</Columns>
</telerik:RadGrid>

Any help is appreciated.
Shinu
Top achievements
Rank 2
 answered on 01 Jul 2011
1 answer
78 views
Hello,

Can someone tell  me how to provide a box to provide confirmation before deletion in grid view.

I have this thing in my grid view 

   <ItemTemplate>
<asp:ImageButton ID="ImageButton1" runat="server" AlternateText="Delete Customer"
OnClientClick="javascript:if(!confirm('This action will move the selected employee to his source store . Are you sure?')){return false;}"
CausesValidation="false"

OnClick = "RadGrid1_ItemDeleted1"

CommandName="Delete"
CommandArgument='<%# Eval("EmployeeNumber") %>'
ImageUrl="~/_Layouts/delete/images.jpg" />

</ItemTemplate>
Now in the click event how to I get the row for which the delete was clicked.

Thanks
Shinu
Top achievements
Rank 2
 answered on 01 Jul 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?