Telerik Forums
Community Forums Forum
1 answer
131 views
    Hi,

       I have a radgrid with one hyperlink column.I want to get a cursor as hand on mouse over event.I got it.But it will be lost after paging.

Here is my code:

<

 

 

style type="text/css">

 


 

 

.CursorHand

 

{

 

 

cursor: hand;

 

}

</

 

 

style>

 



<

 

 

telerik:GridHyperLinkColumn UniqueName="HyperLinkColumn" DataNavigateUrlFormatString="Review"

 

 

 

ItemStyle-Font-Underline="true" ItemStyle-CssClass="CursorHand">

 

 

 

<ItemStyle Width="10%" />

 

 

 

<HeaderStyle Width="9%" />

 

 

 

</telerik:GridHyperLinkColumn>


I am also trying as below:

 

 

 

protected void Page_Load(object sender, EventArgs e)

 

{

RGgrid.Attributes.Add(

 

"onmouseover","this.style.cursor='hand'");

 

}

In both of the cases I got the same result:

Waiting for the reply

With regards:
Dayana

Eyup
Telerik team
 answered on 02 Aug 2013
1 answer
53 views
Hi All,

Looking for a programmer with experience to do a job for us. We have a control panel that has 6 docks. Each dock loads a usercontrol. The usercontrols include powershell commands to retrieve data. At the moment the usercontrols load synchronously which takes quite some time. We need to convert this so they load asynchronously. We've had a play with web services and haven't been able to make it happen, so are looking to pay someone to do this for us.

Please email me at willk@u-235studios.com if you are interested.

Thanks,
- Will
Kate
Telerik team
 answered on 31 Jul 2013
0 answers
88 views
Hello there!

Just checking out. Thanks!
deebra
Top achievements
Rank 1
 asked on 31 Jul 2013
3 answers
208 views

I have a radfileexplorer with three custom columns that are created like this: 

// Sets up a gridTemplateColumn for the Owner

GridTemplateColumn gtcOwner = new GridTemplateColumn();

gtcOwner.HeaderText = "Owner Name";

gtcOwner.UniqueName = "Owner";

gtcOwner.DataField = "Owner";

gtcOwner.SortExpression = "Owner";

rfe.Grid.Columns.Add(gtcOwner);

// Set up a gridTemplateColumn for the upload date

GridTemplateColumn gtcDate = new GridTemplateColumn();

gtcDate.HeaderText = "Date";

gtcDate.UniqueName = "Date";

gtcDate.DataField = "Date";

gtcDate.SortExpression = "Date";

rfe.Grid.Columns.Add(gtcDate);

//Sets up gridTemplateColumn for Visibility

GridTemplateColumn gtcPermission = new GridTemplateColumn();

gtcPermission.HeaderText = "Permission";

gtcPermission.UniqueName = "Visibility";

gtcPermission.DataField = "Visibility";

gtcPermission.SortExpression = "Visibility";

gtcPermission.HeaderStyle.Width = Unit.Pixel(72);

rfe.Grid.Columns.Add(gtcPermission);

When I click the column header the sort icon changes and the content sorts once. Subsequent clicks produce no change. The filename and size columns sort as expected.

Kostadin
Telerik team
 answered on 24 Jul 2013
1 answer
70 views
I'm using RadGrid controls with modelbinding.
When I try to sort a column and then change to the next page, the index changes but the page contents remains the same
Milena
Telerik team
 answered on 19 Jul 2013
1 answer
114 views
Most of all I would like to see Telerik create a control that would handle VSTO deployment.  The power to make changes to Office products is fantastic but Microsoft makes deploying these programs a night-mare at best.  Any chance that Telerik is working on this?   Even if Telerik could just create one to handle Excel that sure would be nice.
Peter
Telerik team
 answered on 18 Jul 2013
0 answers
81 views
Hi,

We are a DevCraft Ultimate subscriber and use it to develop products and are at a juncture.  Our stuff is standards-based and the standard itself is making such a large non-backwards compatible set of changes, we are at a place where changing technologies and starting over is not out of the question.

Presently we use:

  • Visual Basic .NET - we started with this long ago and our back-end uses it and our programmers all know it.  The back-end won't need to change substantially, so we will probably want to keep it (hundreds of thousands of lines of well-tested code) and we will want to keep our developers
  • Silverlight - lots of code, but am not too pleased with the result - we have one of our major interfaces written in it
  • --- when it runs, it takes up huge amounts of memory on the server
  • --- almost all unforeseen problems end up with useless error messages
  • --- requires way too much code to be written for pretty common operations
  • --- Microsoft has a very lukewarm committment to it in the long term at best
  • AJAX - a little better, we have another major interface written in it
  • Straight ASP.NET with our own software that generates HTML dynamically entirely based on database content (very good for what it does and we will not touch it)

That's it in short - we will be rewriting the Silverlight and AJAX apps using something.  We want it to:

  • Have a good shelf-life
  • Be fast - some of the pages need to browse through 10's of millions of "heavy" database records.  On other pages we need to configure thousands of containers that each can have many properties, services, objects, and each of those objects can be complex as well.
  • Have a relatively quick development cycle - our "flashiness" needs are not great, so we don't need tremendous video or audio control or fine control over graphics - system administrators will use these tools.  They do need to be comfortable to use, however - they would rather choose things from dropdown boxes than type them in, tree views are out (they can't handle really large lists)...
  • Be easy to maintain - Silverlight was a killer here - the end result is really spectacular, but you really need to do everything to get it that way.  I would rather spend our time getting the logic correct than trying to get grids to align correctly.

Recommendations?  Suggestions?
robert hutchison
Top achievements
Rank 1
 asked on 17 Jul 2013
1 answer
129 views
Hi Guys

I have not been able to use the themebuilder at http://demos.kendoui.com/mobilethemebuilder/index.html

Safari, Chrome and Firefox cannot open it. What should I do or is this an issue with the Themebuilder itself? Firefbug shows a lot of Javascript errors (see below).

Thanks

SyntaxError: unterminated string literal
TypeError: kendo is undefined
ReferenceError: kendo is not defined
ReferenceError: kendo is not defined
ReferenceError: kendo is not defined
ReferenceError: kendo is not defined
Kiril Nikolov
Telerik team
 answered on 08 Jul 2013
1 answer
73 views
Hi All,

We are using Telerik RadControls for ASP.NET Ajax Version - 2009.2.70 in VS2005.
Now we want to migrate VS2012.

Question

Will Telerik RadControls for ASP.NET Ajax Version - 2009.2.70 work for VS 2012 and IE 10 Browser?

I tried to migrate the source code,Rad Controls are working fine in Chrome and Firefox but getting some scripting errors in IE 10,

I want to know whether  Rad Controls Version 2009.2.70 will work for VS 2012 and IE 10 Browser or not?

Thank You
Varma

Marin Bratanov
Telerik team
 answered on 03 Jul 2013
1 answer
122 views
It was great meeting you all at BUILD this week. Thanks for making cool stuff :D
Teodor
Telerik team
 answered on 03 Jul 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?