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

I installed the RadControls for ASP.NET AJAX on an XP machine with both VS2005 and VS2008 installed with no problems.

On another machine, a Vista Ultimate with VS2008 only, installation produced a Visual Studio 2005 message "Administrator permissions are recommended for running Visual Studio 2005 SP1" with a "Continue" and "Exit Visual Studio" buttons. Since I am not interested in any 2005 stuff on this machine, I clicked "Exit..". The installation completed ok, but now the LiveDemos application is not operational. Trying to run it produces an error "WebDev.WebServer.exe has stopped working". Trying openning the Live Demos solution in VS2008 causes the same VS2005 "Administration permissions..." message as during the installation.

I didn't check if any of new Rad controls work on that Vista machine.

Shall I just re-install the product? Why do I get this VS2005 message if I don't have any VS2005 installed? What will happen if I choose "Continue"?

Thank you



Shadi
Top achievements
Rank 1
 answered on 24 Sep 2008
2 answers
70 views

<ClientMessages PagerTooltipFormatString="" />.
During scroll, RadGrid reports an error in function: _applyPagerTooltipText:function(_12a,_12b,_12c){var _12d=this._owner.ClientSettings.ClientMessages.PagerTooltipFormatString;var _12e=/\{0[^\}]*\}/g;var _12f=/\{1[^\}]*\}/g;var _130=((_12b==0)?1:_12b+1);var _131=_12c;_12d=_12d.replace(_12e,_130).replace(_12f,_131);_12a.innerHTML=_12d;}

<ClientMessages PagerTooltipFormatString=" " /> gives no error, but it still shows undesired ToolTip. Condition if(_12a){}else{the rest of the code} would sort this out.

Above is because I need to remove ToolTip during scrolling. Any suggestions?
Scrolling settings are:
<Scrolling AllowScroll="true" EnableVirtualScrollPaging="true" UseStaticHeaders="True" ScrollHeight="1px" />


Aleksandar

Iana Tsolova
Telerik team
 answered on 24 Sep 2008
1 answer
109 views
Hello,

I am trying to follow your example for using a dropdown for a filter: http://www.telerik.com/help/aspnet-ajax/grdfilteringwithdropdownlist.html. I have followed it to the letter but here is the error I receive:

Parser Error

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Object reference not set to an instance of an object.

Source Error:

Line 119:                    <Columns>
Line 120:                        
Line 121: <pwc:MyCustomFilteringColumn HeaderText="Log ID" DataField="logid" UniqueName="logid" />Line 122:                       
Iana Tsolova
Telerik team
 answered on 24 Sep 2008
2 answers
114 views
Hi,
I have a custom tooltip for each appt. This is working great...until i noticed something curious !
If the calendar view i start with (dayview in my case) has 3 appts visible then the custom tooltip only fires for these 3 appts. ie; if i switch to monthview which has 20 appts, the 3 appts mentioned above fire the custom tooltip, but the other 17 dont !?
Also, if i load with the dayview, the appts within this day fire the custom tooltip.If i move to another day, the appointments on this new day do not fire the custom tooltip !!

I clear the radtooltipmanager.targetcontrols on the Page_PreLoad.
I add to the radtooltipmanager.targetcontrols on the Calendar_AppointmentCreated event. (see below)

Any ideas please?
Thanks, Mark.

RadToolTipManager1.TargetControls.Add(e.Appointment.ClientID, e.Appointment.ID,

True)

Mark
Top achievements
Rank 1
 answered on 24 Sep 2008
1 answer
61 views
Hi All,

I am using RadTabStrip And RadMultiPage.

In RadTabStrip I added 3 tab
for ex.
1>Tab1
2>Tab2
3>Tab3

In RadMultiPage i added 3 RadPageview

1>PageView1
2>PageView2
1>PageView3

In Each page view i added radgrid .

RadTabStrip and RadMulitPage are ajaxified.

Issues


 When i go from Tab1 to Tab2/Tab3 it more time to show the pageview
while when i go from Tab2/Tab3 to Tab1
or from Tab2 to Tab3 or from Tab3 to Tab2 it take less time to show page view.

How to reduce the time to show grid when go from Tab1 to Tab2/Tab3.

Thanks

Paul
Telerik team
 answered on 24 Sep 2008
5 answers
362 views
I have a tab strip bound to a sitemap data source control.  I need some of the links to open in their own window.  How can I do this?
Paul
Telerik team
 answered on 24 Sep 2008
2 answers
92 views
Hi,

Can I use ExpandMode=MultipleExpandedItems that use scrolling?

if yes then how?

Thank!
Evgeniy
Top achievements
Rank 1
 answered on 24 Sep 2008
4 answers
156 views
Is there any way on the client side to simulate behaviour of Select All checkbox in the header of  GridClientSelectColumn to Select All/Unselect All items?
miksh
Top achievements
Rank 1
Iron
 answered on 24 Sep 2008
1 answer
112 views
Not sure if there is a way to do this, but here is what I am trying to do.  I am creating Grids Dynamically and I need to find in using an OnClientClick event.  the Button that control fires that is also being created Dynamically.  If there a way to pass the javascript function the info it need to find the grid so I can control it using the clientsdie API?

Thanks
Iana Tsolova
Telerik team
 answered on 24 Sep 2008
2 answers
115 views
Hi Team,

I am facing an issue. The data entered using RAD editor from front end is saved along with <p></p> tags in database.
For eg. If i am saving-
Akanksha
Yadav

Then in DB its getting saved as:
<p>Akanksha</p> <p>Yadav</p>

Could you please update me if this is the expected behavior or if there's some workaround this???

Thanks
Akanksha
Akanksha
Top achievements
Rank 1
 answered on 24 Sep 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?