Telerik Forums
Community Forums Forum
2 answers
91 views
Hey, guys and gals.

I have a suggestion for improving the forums navigation. When you read some long forum thread, you continuously scroll down to the bottom of the thread. Still, when you get to the bottom and you need to return to the forum threads list (the product category), you need to manually scroll up to the top of the page to get to the breadcrumbs menu. It would be great if the user see the same breadcrumbs menu at the bottom of the thread. Another useful addition would be the "GO TO TOP" page link after each reply in the thread.

See ya,
Poul
Atanas
Telerik team
 answered on 13 Jan 2010
3 answers
50 views
 As best as I can tell all posts in the forums have either "Posted on Jul 9 (permalink)"  or "Last Post by Keith  on Nov 17".
 Were are the full dates that include the year??????

Do you have any idea how maddening and how much time is wasted by your customers trying to ascertain how current a posting is or it's time frame and relevancy?  WHAT WHERE YOU GUYS THINKING?

I more than strongly suggest tagging posts with dates that include the year.

K.E.
Atanas
Telerik team
 answered on 13 Jan 2010
0 answers
59 views
Hello,
There are feature in IE8 (some of which are in older Internet Explorers as well) that have been around but never got the attention it deserved. Read more at Secrets of IE8

Kind regards,
Mostafa Anoosheh
Mostafa Anoosheh
Top achievements
Rank 1
 asked on 08 Jan 2010
0 answers
64 views
Hello,
Great looking websites that are easy to maintain and develop require high quality markup and styling. The most fundamental principle to remember is separation of presentation and content / markup and style. While separation is key you will need to have great markup to produce good CSS. This post aims at highlighting general purpose best practices for how to improve your CSS code and it also involves tips for how to work with markup. This article will be updated with more best practice to stay tuned!

Read more at Most Essential Best Practices to Improve and Optimize Your Markup and CSS

Kind regards,
Mostafa Anoosheh
Mostafa Anoosheh
Top achievements
Rank 1
 asked on 08 Jan 2010
0 answers
123 views
I am looking to see if there is anyone out there with a professional understanding and desire to create/modify custom skins.   We know graphic designers, but would prefer someone who understands the telerik implementation of skins and can work independently.  Personally, I like the glassy looks of the forest theme for example, but changing the sprite files and making color choices is beyond my comfort zone and time constraints.  General feedback we have received is that the orange selected row in the forest grid is too bright and bold for example.  We also have needs to completely customize a skin to match our customers (and our) website look and feel.  We use  RadGrid heavily, FormDecorator with all standard html controls, radtext/numeric boxes, treeview, calendar, splitter/pane regularly.  Tabs, upload and a variety of other controls less frequently.  

I would envision creating a sample page with many controls on it if the designer needed us to do that, and passing a URL to a customer website and the interested party would take control.  Some of our customers do not have the best website design to work off of, so some creativity will be required.  Experience in professional web application design could lead to other opportunities.

Please note, we are NOT looking to hire an employee on either a full or part-time basis.  We are looking for a professional relationship with some entity who understands telerik skins and possesses a keen graphic inclination that we can rely on for our skin creation/modification needs.

Thank you.

Joel Tolbert
http://www.PeriscopeIQ.com

Joel
Top achievements
Rank 2
 asked on 07 Jan 2010
0 answers
90 views
Hello,
JavaScript is a powerful client-side scripting language used in many modern websites and Web applications. In the hands of a skilled Web developer, JavaScript can enhance the user’s experience of the website and provide rich interactive components and features. But even though syntactically simple in nature, JavaScript is often difficult to author because of the environment it runs in: the Web browser.

Read more at 50 excellent tools to help you achieve various tasks in JavaScript

Best regards,
Mostafa Anoosheh


Mostafa Anoosheh
Top achievements
Rank 1
 asked on 06 Jan 2010
0 answers
75 views
Hello,
This is a question that I get very frequently, and I always tried to dodged the bullet, but I get it so much that I feel that I have to provide an answer. Obviously, I am (not so) slightly biased toward NHibernate, so while you read it, please keep it in mind.
Read more at NHibernate vs. Entity Framework 4.0

Kind regards,
Mostafa Anoosheh


Mostafa Anoosheh
Top achievements
Rank 1
 asked on 06 Jan 2010
0 answers
87 views
 the problem is that when i clcik the link in the delete coloumn of gridview (which is a delete command)

Actually i have an update query changing the status field  for the delete command query so the row is not deleted but just the status field is changes when delete button is clicked.
it makes isinEditMode =false for the row below the one for which i clicked  instead of the row for which i clicked. Here is the code

for the gridview coloumn customer_notes

<asp:TemplateField HeaderText="Customer_Notes" SortExpression="Customer_Notes">

<ItemTemplate>
<asp:Label ID="labelco" Visible='<%# !(bool) IsInEditMode %>' runat="server" Text='<%# Bind("Customer_Notes") %>'></asp:Label>
<asp:TextBox ID="Customer_Notes" Visible='<%# IsInEditMode %>' TextMode="MultiLine" runat="server" Text='<%# Bind("Customer_Notes") %>'></asp:TextBox>
</ItemTemplate>
</asp:TemplateField>

When the isineditmode = true it should be showing the textbox which then makes it editable....

everything works but  when when i click on the absent link it chanes to " undo absent"   then iseditmode should be false for that  row

but the row below it is getting the value iseditmode =false.  This the only thing stopping my project.....What is the reason

code for the rowdataboundevent

 

protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e)
{


if (e.Row.RowType == DataControlRowType.DataRow ||e.Row.RowType == DataControlRowType.EmptyDataRow)
{

LinkButton lnk = (LinkButton)e.Row.FindControl("LinkButton1");

DataRowView rowView = (DataRowView)e.Row.DataItem;
//Setup a boolean equal to the bitvalud of your DB field
int test = Convert.ToInt32(rowView["Status"]);

if (test == 0)
{

lnk.Text = "customer";
lnk.Font.Bold = true;
lnk.ForeColor = System.Drawing.Color.DarkOliveGreen ;
lnk.CommandName = "Delete";

isEditMode = true;




}
else if (test == 1)
{
lnk.Text = "NOT Customer";
lnk.Font.Bold = true;
lnk.ForeColor = System.Drawing.Color.DeepSkyBlue ;
lnk.CommandName = "Delete";


isEditMode = false;

}



//set datasource of GridView





}





}
 
akpaga akpaga
Top achievements
Rank 1
 asked on 31 Dec 2009
0 answers
121 views
Hello,
I want to share this
15 reasons why you should start using Model Driven Development

Kind regards,
Mostafa Anoosheh



Mostafa Anoosheh
Top achievements
Rank 1
 asked on 30 Dec 2009
0 answers
143 views
Hello,
UML lost the programmers. There is no doubt about it… in my mind. And when a software design technology loses the programmers it fades away no matter what the academia thinks. This happened because UML was pushed in a direction that most code writers don’t like: it started to look a lot like bureaucratic paper work. If we list what went wrong it starts to look a lot like the mishaps of other committee driven technologies like CORBA for example.
Read more at 13 reasons for UML’s descent into darkness

Best regards,
Mostafa Anoosheh


Mostafa Anoosheh
Top achievements
Rank 1
 asked on 30 Dec 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?