Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
97 views
I get the following error on a numeric text box once it gets focus after I disable the text box and then re-enable it and then of course click it to give it focus.
Once I click it I get this in firebug

uncaught exception: [Exception... "Not enough arguments [nsIDOMRange.collapse]" nsresult: "0x80570001 (NS_ERROR_XPC_NOT_ENOUGH_ARGS)" location: "JS frame :: http://localhost/webber/admin/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d3.5.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a3bbfe379-348b-450d-86a7-bb22e53c1978%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2009.3.1314.35%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a603d133a-f943-435d-a80d-57457cc55f4a%3a16e4e7cd%3af7645509%3a24ee1bba%3a1e771326%3aa7e79140%3a11a04f7e%3ae330518b%3a8e6f0d33%3a6a6d718d%3ae524c98b%3ac8618e41%3ae4f8f289%3ab7778d6c%3ae085fe68%3a58366029%3aed16cbdc%3aaa288e2d%3ac08e9f8a%3a1bb784d4%3a19620875%3a874f8ea2%3a33108d14%3abd8f85e4%3bAjaxControlToolkit%2c+Version%3d3.0.20229.20843%2c+Culture%3dneutral%2c+PublicKeyToken%3d28f01b0e84b6d53e%3aen-US%3a3b7d1b28-161f-426a-ab77-b345f2c428f5%3ab14bb7d5%3a13f47f54%3a3c55b13e%3adc2d6e36%3ade51bc8f%3a1d056c78%3aa3e10fa2%3a701e375f%3aa4313c7a :: anonymous :: line 18549" data: no] 

thanks
towpse
Top achievements
Rank 2
 asked on 03 Jun 2010
2 answers
82 views
Hi team,

I have a radwindow1 as a popup to the main window, and also have radwindow2 as a popup to radwindow2.
I have managed to make the main window pop radwindow1, the problem comes when i want to make radwindow1 pop radwindow2.

Problem:
when radwindow2 pops up radwindow1 closes but i need it to remain open so that when i close radwindow2 the active window will be radwindow1.

Im using this code to open radwindow1 from radwindow2:

 function GetRadWindow() {  
                var oWindow = null;  
                if (window.radWindow) oWindow = window.radWindow;  
                else if (window.frameElement.radWindow) oWindow = window.frameElement.radWindow;  
                return oWindow;  
            }  
 
            function clickHandler(sender, eventArgs) {  
                var item = eventArgs.get_item();  
                if (item.get_text() == "Add Existing Group") {  
                  
                    var oBrowserWnd = GetRadWindow().BrowserWindow;  
                    
                    oBrowserWnd.radopen("Existing_Groups.aspx""RadWindow1");  
              
                    eventArgs.set_cancel(true);  
                }  
            } 

Thanxs in advance 
Claude
Top achievements
Rank 1
 answered on 03 Jun 2010
2 answers
172 views
Is it possible to nest bullet lists without having the user to resort to the html view?

  • Level 1
  • Level 1
    • Level 2
    • Level 2
      • Level 3


Neil
Top achievements
Rank 1
 answered on 03 Jun 2010
1 answer
101 views
The radscheduler, in an aspx page allows insertion of the first appointment alone.  Any attempt to add further appointments is of no avail.  It is found that upon clicking the save button(in the inline default template as well as the advanced default template),  the appointment_insert function doesn't get invoked as it does for the first appointment.  Any help in this regards is highly appreciated.

Peter
Telerik team
 answered on 03 Jun 2010
4 answers
92 views
I'm trying to set up a grid listing possible event, and a scheduler.  I want to put a "sign me up" button in each row of the grid, and when one is clicked, I want to use the gridrow's data, client-side, to add an appointment to the scheduler.

Can anybody point me to an example of something similar?

TIA,

  Ed
Peter
Telerik team
 answered on 03 Jun 2010
3 answers
198 views
I need a RadTextBox to bind an empty to dbnull (or null).
Is there any property available?

Thanks!
Daniel
Telerik team
 answered on 03 Jun 2010
1 answer
86 views
Hello,

I have a two Rad treeview one treeview have 5 root nodes and second treeview is blank means no nodes.
I have to perform like Drag node1 from Tree1 to Tree2.

But it just postback not adding into the second tree.

when I debug NodeDrop event then e.DestDragNode is nothing.

so please can any one have a solution.

Thanks in advance.

Nikolay Tsenkov
Telerik team
 answered on 03 Jun 2010
5 answers
127 views
Hi,

I have a problem with the treeview in ie8, there the border on top of a node is not shown. (See attached screenshots)

I'm using the version 2009.1.311.20, the newest will fix this problem, but this is no option to solve it with this, because it will breaks too many other things.

Does anyone has any idea how to solve this?
Yana
Telerik team
 answered on 03 Jun 2010
4 answers
380 views
Hello,

I want hide the column corresponding to the group.

For exemple, I have 3 column :

1    2    3
-------------
x    a    f
y    b    e
x    c    d

And i group by the first column :

1
    1    2    3
    -------------
x
    x    a    f
    x    c    d
y
    y    b    e

The first column is still visible, but not necessary,

is-it possible to hide this colomn, or i have to implements this feature ?
Gabriel Boulianne
Top achievements
Rank 1
 answered on 03 Jun 2010
1 answer
124 views
Hi All,
I have a problem. i have a rad grid in which i bound some fields and i also use template field.
I bind my grid using client side API. it words fine when my function returns data but when my function does not return any data i want to show empty grid with message that "There is no data to display."
my code for binding data is.

var data = [{Text: "Click Me"}];
     tableView = $find("<%= rgAddress.ClientID %>").get_masterTableView();        
     if (result != "")
     {
        tableView.set_dataSource(result[0].objStudentAddressCollection);
        tableView.dataBind();
     }
     else
     {
        tableView.set_dataSource(data);
        tableView.dataBind();
     }
Above code shows one row in grid along with template column. How can i show empty grid using client side api.??????
And i have also used "NoRecordsTemplate"

Any help please. its urgent.



Pavlina
Telerik team
 answered on 03 Jun 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?