Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
146 views
Hello there,

i've got a question about the tag generator functionality in the rad editor.
If I edit one Wiki-Page with the standard editor from Microsoft, the standard editor creates a Div-Container surrounding the Wiki-content.

Example:
<Div class=ExternalClassXYZ....>
  Content….
</Div>




If I edit one Wiki-Page with the Rad-Editor, the editor creates after every edit one additional Div-Container

Example:

<Div class=ExternalClass4thEdit....>
 <Div class=ExternalClass3rdEdit....>
  <Div class=ExternalClass2ndEdit....>
   <Div class=ExternalClass1stEdit....>
        Content….
   </Div>
  </Div>
 </Div>
</Div>

Why creates the Rad-Editor after every edit these DIV-Containers?
What are the DIV-Containers for?

Stanimir
Telerik team
 answered on 24 Jul 2009
1 answer
147 views
Hello,

I have a problem with the radgrid selection option. I can't find anything related to what i want or better said i dont know on what i have to search for. I want to fill a radgrid with a list of items from the database. One of the columns says if the row is obligated or not.

What i want to build in my RadGrid, is the possibility to select the rows, but when the row is obligated it is already selected and it cannot be undone by the user. This to make sure i get the full list of items back into another table in the database.

Anyone knows what i have to search for?

Thanks a lot in advance.
Shinu
Top achievements
Rank 2
 answered on 24 Jul 2009
1 answer
175 views
Hi,

I would like to have a conditional hyperlink, so that a hyperlink only shows if the value of CntNonMailable is not equal to 'N/A'. Is this possible?

I have a radgrid with the following Hyperlink column:

                <telerik:GridHyperLinkColumn DataTextFormatString="{0}"
                        DataNavigateUrlFields="ListID" UniqueName="CntNonMailable"
                         DataNavigateUrlFormatString="GetRejectedReport.aspx?ListID={0}"
                        HeaderText="Non Mailable" DataTextField="CntNonMailable">
                         <HeaderStyle Width="63px"></HeaderStyle>
                    </telerik:GridHyperLinkColumn>

Any help would be much appreciated.

thanks
David


Shinu
Top achievements
Rank 2
 answered on 24 Jul 2009
1 answer
100 views
Hey all,

I have created a new rad menu skin based on the default skin as per the examples.  Everything is looking the way i want it except for child background.

If you look very carefullly you can see it goes from a very light grey to white, I have specifed it to be white in all styles and i cannot work out where this greyish background colour is coming from.

http://development.lateralline.co.uk/cbfootball2009/news.aspx

Can anyone spot the problem?

Regards,

SMD
Yana
Telerik team
 answered on 24 Jul 2009
1 answer
45 views
hi all,

how can i show same date in dayview when clicking the day in monthview.

thanks
Shinu
Top achievements
Rank 2
 answered on 24 Jul 2009
3 answers
73 views
Hi,

Is there a Radcontext menu for web forms intelerik.
I need to add 4 context menu to a button .

Is it a way to do in telerik? I'm using the trial version.

Thanks,
ZR
Princy
Top achievements
Rank 2
 answered on 24 Jul 2009
3 answers
98 views
I am using the following javascript function

function

 

OnEndRequest(sender,args) {

 

alert();

 

var treeviewInstance = $find("<%= treeFramework.ClientID %>");

 

alert(treeviewInstance);

 

var selectedNode = treeviewInstance.getSelectedNode();

 

 

if (selectedNode != null)

 

{

selectedNode.ScrollIntoView();

}

}

It gives an errror that getSelectedNode();method is not supported..

I tried using get_SelectedNode() but no help.


Actually i want to scroll to selected node on ajax request..

Yana
Telerik team
 answered on 24 Jul 2009
5 answers
218 views
I have a grid with templated columns inside an AJAX panel. This column has a computed value. This causes a run-time error stating that the controls can not be modified because there is a code block within the controls collection. If I take the grid out of the panel it works fine but I only want to update the grid though. How do I get around this or fix it? Here is my column and it is in a grid contained in a standard AJAX panel.

                    <telerik:GridTemplateColumn UniqueName="DateLocked" Groupable="false" DataField="DateLocked" SortExpression="DateLocked" HeaderText="Date Locked"
                        <ItemTemplate> 
                            <asp:Label Text='<%# (Convert.ToDateTime(DataBinder.Eval(Container.DataItem, "DateLocked")) > DateTime.MinValue.AddYears(1))? DataBinder.Eval(Container.DataItem, "DateLocked") : "N/A" %>' ID="DateLockedLabel" runat="server"></asp:Label> 
                        </ItemTemplate> 
                    </telerik:GridTemplateColumn> 
 


Associated with this error is the fact that the AJAX manager configuration screen does not list the controls on the page so that I can set the properties to let the update panel handle the AJAX calls for the grid.
sotero
Top achievements
Rank 1
 answered on 24 Jul 2009
1 answer
321 views
Hi,

For the filtering options in RadGrid, can I customize the options I have. I want to show only "Contains" and "EqualTo" for a particular column, can that be done?

Thanks
Shinu
Top achievements
Rank 2
 answered on 24 Jul 2009
3 answers
165 views
When I followed the procedure below to dynamically modify the HeaderText in a column I found that the sorting feature for that column was lost.


Is there a fix for the problem.

Note: I've added more detail on this in the thread for the actual link above.
Shinu
Top achievements
Rank 2
 answered on 24 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?