Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
118 views
I am getting an Object Expected error in my default.aspx page on the same line every time I click the edit button of my grid for an existing record. It happens on the same line of the default.aspx page each time 
<td align="center" style="background-color:White;border-color:LightSteelBlue;font-weight:normal;font-size:11;"><input type="image" name="dnn$ctr497$ViewTTSTimeClock_Admin$TabContainer1$TabPanel1$RadGrid1$ctl01$ctl14$ctl00" title="Click to edit this record." src="/DesktopModules/TTSTimeClock_Admin/RadControls/Grid/Skins/Outlook2007/Edit.gif" alt="Click to add a record to this day" onclick="return ShowPopUp();RadGridNamespace.AsyncRequest('dnn$ctr497$ViewTTSTimeClock_Admin$TabContainer1$TabPanel1$RadGrid1$ctl01$ctl14$ctl00', '', 'dnn_ctr497_ViewTTSTimeClock_Admin_TabContainer1_TabPanel1_RadGrid1', event); return false;" style="border-width:0px;" /></td><td align="center" style="background-color:White;border-color:LightSteelBlue;font-size:11;">edited</td><td style="color:White;background-color:White;border-color:LightSteelBlue;font-weight:normal;font-style:normal;font-size:11;">Wednesday</td><td align="center" style="color:White;background-color:White;border-color:LightSteelBlue;font-weight:normal;font-size:11;">8/04/10</td><td title="Default" align="center" style="background-color:White;border-color:LightSteelBlue;width:12px;font-size:11;">001</td><td title="Main" align="center" style="background-color:White;border-color:LightSteelBlue;font-size:11;">1</td><td title="Main" align="center" style="background-color:White;border-color:LightSteelBlue;font-size:11;">33</td><td title="&amp;nbsp;" align="center" style="background-color:White;border-color:LightSteelBlue;font-size:11;">Regu</td><td align="center" style="background-color:White;border-color:LightSteelBlue;font-size:11;">02:03 PM</td><td align="center" style="background-color:White;border-color:LightSteelBlue;font-size:11;">06:13 PM</td><td align="center" style="background-color:White;border-color:LightSteelBlue;font-size:11;">4.17</td><td align="center" style="background-color:White;border-color:LightSteelBlue;font-size:11;">&nbsp;</td><td style="display:none;">&nbsp;</td>



I also get one when we click to add a new record. on the same line each time
<script src="/ScriptResource.axd?d=tZ3JCSii4EBM-tx4hEokGcwHyUFbgrEZpCEYoSnucLRv0DLLPSDb6MmRxoWKFcPU2nCcJPQ8jDw1&amp;t=633807354963077905" type="text/javascript"></script>

Any ideas as to what I should be looking for 
Thanks

Iana Tsolova
Telerik team
 answered on 18 Aug 2010
3 answers
107 views
I am using a RAD window control.

Only in IE 6, I can see this behavior. The first time  page loads ( after clearing cookies etc.,) when the lookup window icon is clicked, nothing happens. If we click on it again it works as expected. So, it is firing properly only after post back. Is there a way to avaoid this?

Upon debugging I find that the first time, "windowid" is returned null !.  

function OpenLookupWindow(filterSearchType, lookupType, hiddenLookupType, radwindowID, lookupWindowUrl) {
    hiddenLookupTypeVar = document.getElementById(hiddenLookupType);
#################################
    var oWin = $find(radwindowID);
##################################
    hiddenLookupTypeVar.value = lookupType;

    if (lookupType == "LEIdentifier") {
        url = lookupWindowUrl + "?LookupType=" + "LEIdentifier";
        if (null != filterSearchType) {
            url += "&SearchType=" + filterSearchType;
        }
    }  

    //oWin.set_navigateUrl(url);
    oWin.setUrl(url);
    //alert(url);
    oWin.show();
    //Commentd since it is not working on portal.
    //    if (null != filterSearchType && filterSearchType == "LookupSearch") {
    //        oWin.set_offsetElementID(100);
    //    }
}



-----------------------------------------

mark up.
<telerik:RadWindow ID="leIdentifierRadWindow" runat="server" InitialBehavio=None"
    OpenerElementID="<%# imgLEIdentifier.ClientID %>" Skin="NextGen" EnableEmbeddedBaseStylesheet="false"
    EnableEmbeddedSkins="false" Width="715px" ShowContentDuringLoad="false" VisibleStatusbar="false"
    ReloadOnShow="true" Behavior="Close,Reload" Modal="true" Title="<%$ CMBResources:CAS, com_lookup_LEIdentifier %>"
    OnClientShow="OnClientShowRadWin" OnClientClose="UpdateLETxtBoxValue">
</telerik:RadWindow>


Thank you,
Nkumar
Georgi Tunev
Telerik team
 answered on 18 Aug 2010
4 answers
120 views
Hi,
I am using the default layout ie.RadGrid1.MasterTableView.TableLayout = GridTableLayout.Auto; and the grid shows fine when I set 'RadGrid1.ItemStyle.Wrap = false;' (see Untitled1.png).
When I set 'RadGrid1.ClientSettings.Resizing.AllowColumnResize = true;' then I see the following problems (as in Untitled2.png):
 - The Auto sizing seems to switch off and all columns get the same default size
 - The wrap setting (off) only gets applied to every odd row

Also, I wanted to know how to limit the size of the column when 'AllowColumnResize = true'. ie. I want to set a maxwidth for the column.
Al
Top achievements
Rank 1
Iron
Iron
Iron
 answered on 18 Aug 2010
1 answer
133 views
I have a radio button group with 2 radio buttons - the page defaults to the first one, and loads just fine.  If the user switches to the second one, I have a "RadGrid1.Rebind()" in the SelectedIndexChanged method.  My NeedDataSource is just calling the same stored procedure with different parameters.  The results come back from the stored procedure, but SOMETIMES the grid shows "No records to display".  My users are using a checkbox to "approve" orders (which results in a postback of the grid) - 1 radio button shows unapproved orders, 1 shows approved overs.  If they approve an order, then click the "show approved orders" radio button, that's when it sometimes displays and sometimes does not.  If I look in the database, or close the entire window and reopen it, the records show in the 2nd radio button.

I hope that makes sense, and I hope that someone can help.

Thanks!
Kristin
Mira
Telerik team
 answered on 18 Aug 2010
3 answers
78 views
I am trying to set a two custom toolsfile.xml to be used by a two differenent web applications.
I have looked over the knowledge base, forums and documentation and have only found that it can be done at site collection level.

Is there a way to do it at web application level?



Stanimir
Telerik team
 answered on 18 Aug 2010
3 answers
112 views
Hi
I use the Grind on a list that cames over a Remoting Client. Only the Interfaces a knowed in my Webpage.

If i use 

DataKeyNames

 

 

="JobId"

 

then i get a Bug on Runtime like System.MarshalByRefObject has no Prolerty with the Name "JobId",

Also the GridboundColums dose not work. Ther i use Template Colums wit Labels dann Cast in the Code.

Did you have a Example how to use the RadGrind on Remoting Lists? or any other help?

Regards Markus
Maria Ilieva
Telerik team
 answered on 18 Aug 2010
20 answers
1.3K+ views
I have a combobox which contains   check boxes  .i want to validate in the client side that the user had selected  at least one checkbox in the combobox,i m not able to naviagate to the child controls of the combobox in javascript.

plz sent me a solution as soon as possible.

VERY URGENT
regards
sanjeev
Megan Vee
Top achievements
Rank 1
 answered on 18 Aug 2010
5 answers
79 views
Dear All

I have a situation where application is using radsplitbar with top down panes to divide a page. I have a Multipage view in the bottom pane. On collapsing the top bar the multpage move up which is normal and understood.  I need to manage this situation in a manner that whenever top pane is collapsed the Multipage inside bottom pane occupy full available space of bottom pane in both collapse and expanded mode. I need to control this from client side. Any idea or way forward??

Regards
Aamir
Dimo
Telerik team
 answered on 18 Aug 2010
1 answer
284 views
Hi,

I have a radchart with X and Y axis as numbers(mostly in thousands). I would like to apply comma separator for thousands to those values.

Could you please help me on this??

Thanks,
Mahesh
Yavor
Telerik team
 answered on 18 Aug 2010
3 answers
262 views
Hi,

I would like to add a custom dropdown button to change the background color of the editor's content area. Functionality of the dropdown button should be similar to ForeColor and BackColor buttons, ie displaying the same built-in color picker. Once color is selected, I will set the content-area background color as demonstrated here.

How can I show the built-in color picker and catch the event once color is selected?

Thanks in advance for any assistance!

br,
eyal
eyal
Top achievements
Rank 1
 answered on 18 Aug 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
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?