Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
87 views
I'm running into a weird issue with drag and dropping of items in the RadGrid.  It turns out in the RowDrop event, the DestinationTableView property of the event args always seems to be returning the MasterTableView, instead of the DetailTableView of the item that I'm dropping the row onto.

Some info on the grid so I don't have to post a gigantic wall of code:
  • The grid itself is just a two level Master/Detail grid, with the MasterTableView named "PrivilegeCategories" and the only DetailTable named "Privileges". 
  • Each grid only has two columns- a boundfield named "Name" and a templatefield with edit/cancel buttons.
  • The grid is bound in the codebehind using NeedDataSource and DetailTableDataBinding events.
  • The MasterTableView has one DataKey named "PrivilegeCategoryID" while the detail table has two, "PrivilegeID,PrivilegeCategoryID"

The DestDataItem property is still returning the correct item; it's only the DestinationTableView that's incorrect:

Debug.Write(e.DestDataItem.OwnerTableView.Name); // correctly writes "Privileges"
Debug.Write(e.DestinationTableView.Name); // incorrectly writes "PrivilegeCategories"

One thought I had was I could work around this by just using e.DestDataItem.OwnerTableView, but that won't work if the row is dropped onto a CommandRow or other non-data row.

Are there some additional troubleshooting steps I could take to diagnose this further?

Thanks.
Tsvetina
Telerik team
 answered on 26 Aug 2011
1 answer
80 views
Hi,

   I wanted to know how this deletion of temporary files is handled from temporary directory,

just want to confirm that when multiple users are using this multiple upload, files should not get mixed up with the users if the files seem to be same and properly it should be handled..

also while deleting I want to know how the file is getting deleted by itself even if I close the browser, that's really some thing unusual..

want to make sure that files are deleted properly and does not mess up the things..

So will you please let me know how multi file upload and file deletion is actually handled when many users are using this
simultaneously ??..

Awaiting for your reply..

thanks
Pramodh
Peter Filipov
Telerik team
 answered on 26 Aug 2011
1 answer
92 views
I am having a problem validating a combo box using a custom validator but only when AllowCustomText = True.  If I remove the AllowCustomText="True" property it will fire the validation.  Any idea of what's going on here??  I have seen plenty of examples on the site using validation with Allowing custom text.

<telerik:RadComboBox ID="cboFromName" 
runat="server" 
Skin="Vista" 
AllowCustomText="True" 
MarkFirstMatch="True" 
Width="311px">
</telerik:RadComboBox>
<asp:CustomValidator ID="CustomValidator1" 
runat="server" 
ClientValidationFunction="validateFromName"
ControlToValidate="cboFromName" 
CssClass="body" 
ErrorMessage="From Name required"></asp:CustomValidator>
Shinu
Top achievements
Rank 2
 answered on 26 Aug 2011
1 answer
67 views
Hello,

I have extended the RadComboBox and I was wondering if I could use this custom version in the standard GridDropDownColumn.  I noticed there is a DropDownControlType property that has two options: RadComboBox and DropDownList.  Is it possible to add my extended version of the RadComboBox to these choices or is there a better way to use my extended version of the RadComboBox in a grid column.  I've tried using the TemplateColumn, but it seems overly complicated when I try to support filtering and sorting.

Al
Tsvetina
Telerik team
 answered on 26 Aug 2011
1 answer
51 views
We have a situation in which a radwindow 2 opens up from within a radwindow 1. Unfortunately, if the size of the radwindow 2 is larger than the radwindow1, the user does not have a way to close the radwindow 2 since he cannot scroll all the way up to get to the "X"

How should this situation be handled?

Thanks
Marin Bratanov
Telerik team
 answered on 26 Aug 2011
6 answers
115 views
Hi everybody!
I have a problem when I try to open radwindow: I can't open radwindow in IE8 because javascript error. But I browser my project in FireFox, it can run. Have you any idea? Thanks you very much!
My code :
function GetRadWindow() {
          
         var oWindow = null;
         if (window.radWindow) oWindow = window.radWindow;
         else if (window.frameElement.radWindow) oWindow = window.frameElement.radWindow;
         return oWindow;
     }
 
     function Close() {            
         GetRadWindow().close();
     }
 
     function CloseAndRebind(args) {              
         GetRadWindow().BrowserWindow.refreshGrid(args);          
         GetRadWindow().close();
     }
      
     function CloseWithArg() {
         var customArg = $get("TextBox1").value;
         GetRadWindow().close(customArg);
     }
      
     function openTramWD()
     {         
         var oWnd = radopen("myRadWindow.aspx","radWindowfrTram");        //Error here!   
     }
Marin Bratanov
Telerik team
 answered on 26 Aug 2011
3 answers
294 views
Hope this is an easy one :)

Created a custom skin (using the default one and making a couple of minor CSS changes) following the directions on http://www.telerik.com/help/aspnet-ajax/radnotification-creating-custom-skin.html.  Everything worked as far as the CSS goes; however the ContentIcon and TitleIcon always appear as broken images when I set EnableEmbeddedSkins="false" no matter what I do.  How can I incorporate the icons (ok, delete, etc.) into my custom skin so that they show up?

I realize that I can use my own icons, but in this case I would like to use the Telerik default, if possible.

Thanks in advance!
Marin Bratanov
Telerik team
 answered on 26 Aug 2011
3 answers
257 views
I upgraded to the latest telerik version 3_1103 and now my tool tips are staying at a static size. In addition the location of the tool tip is moving to the far left of the browser window. I generate the tool tip contents from the code behind and they can very in size. Right now they only stay at the minimum height and width I had set in the html. The tool tips were working perfectly with version 2_929. Please advise.
Marin Bratanov
Telerik team
 answered on 26 Aug 2011
1 answer
29 views
Hi,

Spell/Custom Text Source not worked in IE but worked  in FF and Chrome, this editor does not suggest spelling option in IE.

This is the major issues in your controls please check and provide proper solution for it.


With Regards,
Balwant
Rumen
Telerik team
 answered on 26 Aug 2011
6 answers
1.4K+ views
I want to client validate RadGrid rowcount > 0, how do it?

I am using popup edit mode for ItemTemplate

Tks.
Tsvetina
Telerik team
 answered on 26 Aug 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?