Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
52 views
Hello,

I have a tooltip which appears on mouse over the radgrid row.

Tooltip pointer appears few pixel below the actual row causing that tooltip to popup.

How to make that tooltip to point exactly same row ?
<telerik:RadToolTipManager ID="ttm_CSMD_Backlog_By_Status_FL" runat="server" EnableShadow="true" 
    Animation="Fade"   OnAjaxUpdate="OnAjaxUpdate" HideEvent="ManualClose"  AnimationDuration="2000"
    Position="BottomRight"   RelativeTo="Element" OffsetY="0" OnClientResponseEnd="OnClientResponseEnd"  
    OnClientBeforeShow="Configure" OnClientShow="OnClientShow">
</telerik:RadToolTipManager>

Marin Bratanov
Telerik team
 answered on 25 Jul 2011
1 answer
51 views
Hello,

I have a tooltip which appears on mouse over the radgrid row.

Tooltip pointer appears few pixel below the actual row causing that tooltip to popup.

How to make that tooltip to point exactly same row ?
<telerik:RadToolTipManager ID="ttm_CSMD_Backlog_By_Status_FL" runat="server" EnableShadow="true"
Animation="Fade" OnAjaxUpdate="OnAjaxUpdate" HideEvent="ManualClose" AnimationDuration="2000"
Position="BottomRight" RelativeTo="Element" OffsetY="0" OnClientResponseEnd="OnClientResponseEnd"
OnClientBeforeShow="Configure" OnClientShow="OnClientShow">
</telerik:RadToolTipManager>

Marin Bratanov
Telerik team
 answered on 25 Jul 2011
2 answers
114 views
I have been facing an issue with the BinaryImage object on our production server with very inconsistent results. Sometimes it displays the images, other times it's not displaying. This code and data work fine in my local environment, and in our test environment, but on the production server it starts having problems. The main differences between the servers is local+test environment is 32bit with full blown SQL server. Production environment is locked down heavily with permissions and is a 64bit machine running SQL Express.

First let me describe the code real quick, In a MS SQL database I have a filestream column of raw image data that I pull out through a stored procedure, and access in the code via a data table. That data table is accessed on a Repeaters ItemDataBound event, and then sets the BinaryImage's DataValue property and perform a DataBind. I have added code to write out a raw file with the data from the DataValue property to ensure the data is valid and not corrupt. And those images all write out fine and can be viewed.

I read on the BinaryImage documentation that the image is served from the browsers cache, and when that is disabled it is persisted on the server for 2 minutes, So I turned off caching in Fiddler and checked to see what response I get from the Telerik WebResource.axd. Out of 36 requests only 9 of them displayed. A couple of more refreshes and sometimes 8-10 images load. Just very inconsistent. The ones that don't show up show the HTTP request as 0 bytes with no content type.

The telerik version I am using is the Q1 2011 release. Also tried Q2 2011 release with no difference.

Does anyone have any ideas?
Sean
Top achievements
Rank 1
 answered on 25 Jul 2011
1 answer
77 views
Hey,
I'm working on adding each folder's meta data to a data base, I do that when a new folder is created, but when a folder with the same name is added FileExplorer refuses to add that folder and show a pop up message that it can't be added, I need to know when that happen to call a method on that exception case.
Dobromir
Telerik team
 answered on 25 Jul 2011
1 answer
115 views
Dear Sir/Mam


How can i make selection of combobox item after making its postback false

---------Javascript Function-----------------------------------------------
 function OnClientSelectedIndexChangingSeries(sender, args) {
                     var btnAdd = $find("<%=btnAdd.ClientID %>");
                     if (btnAdd.get_text() == "Add") {
                         args.set_cancel(false);                        
                     }
                     else {
                         args.set_cancel(true);                                              
                     }
 }
--------------------------------------------------------------------------------
------------ASPX Page Combobox Control---------------------------------------
  <telerik:RadComboBox ID="cmbSeries" runat="server"  AutoPostBack="true"
                                    OnClientSelectedIndexChanging="OnClientSelectedIndexChangingSeries" / >       
-----------------------------------------------------------------------------------------
Shinu
Top achievements
Rank 2
 answered on 25 Jul 2011
0 answers
70 views
Hi,

I'm using a radxmlhttppanel and I would like to know if there is a way to get the selected row index or selected row column value from the service request event?

Thanks,
Ron
Top achievements
Rank 1
 asked on 25 Jul 2011
0 answers
32 views
Hi,

I'm using a radxmlhttppanel and I would like to know if there is a way to get the selected row index or selected row column value from the service request event?

Thanks,
Ron
Top achievements
Rank 1
 asked on 25 Jul 2011
5 answers
111 views
Since the chart doesn't support a secondary X axis, is there a way to render the X axis above the chart?

Thanks.
Evgenia
Telerik team
 answered on 25 Jul 2011
3 answers
151 views
The HeaderContextMenu in a RadGrid will display a number of items, such as "Sort Ascending", "Clear Sorting" and "Columns".

I want to translate these items globally, preferably in the theme files we use for the various cultures. This is already possible for items such as the NoMasterRecordsText in the MasterTableView. How can I do this for the items in the HeaderContextMenu, for all grids in my application?
Maikel
Top achievements
Rank 1
 answered on 25 Jul 2011
1 answer
80 views
I have a control that loads textboxes, dropdowns, etc, automatically. It loads also textboxes with a dateinputsetting on it so it can validate for a valid date format. Only I have a slight problem with the dateinputsettings which requires to add multiple dateformats / displaydateformats. Is this even possible to add multiple dateformats / displaydateformats for a dateinputsetting?

Thank you in advance for the response.

Best regards,
Michiel Peeters
Vasil
Telerik team
 answered on 25 Jul 2011
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?