|
Browse by Tags
All Tags » javascript ( RSS)
-
Hi, I am using the UltraWebGrid inside an UpdatePanel on my page and I am getting numerous Javascript errors after I call the __doPostBack function from a client-side event handler. The grid works fine beforehand, but after the function is called many client-side events (mouse movements and clicks on...
-
I can get the name of the selected UltraWebTree's node with javascript, for example: function NodeClick(treeId,nodeId) { var node = igtree_getNodeById(nodeId); if(node == null) return; var nodename=node.getText(); } so now,I want to get the value,I want to get the help!!!Thanks!
-
I have been searching for a way to filter my web grids and combos using javascript and not doing a postback or using AJAX to hit the server again. I was not able to find anything. My goal was to filter a grid based on the value chosen in a combo box. I finally came up with a little routine that works...
-
I am actually using WebTextEdit, but this is probably similar. How can I return an upper case value to the text box if they pressed a lower case value when using keypress? This still displays the lower case, even though I don't cancel the key press. if (keyCode > 97 && keyCode < 122...
-
Hello all, I have a WARP panel inside which is an UltraWebTree control. At a certain level of the treeview, when you select a node, it goes through the refresh process, and after RefreshComplete fires, the parent node is no longer selected... but after a good few seconds, it finally does get selected...
-
I figured out the problem. If there's a window.alert in the js function, it has to be done AFTER setting the WebDateChooser to null. Otherwise, it won't set the value.
-
I have a page that has employee info, such as their address. I want the user to be able to enter in US zip + 4 using the WebMaskEdit (Zip Code), but they also need to be able to enter foreign postal codes, which need to have alpha characters, such as Canada (i.e. L7J 1K3). The country dropdown will be...
-
I'm trying to use client side JavaScript to insert and delete rows from a WebGrid. For instance, to delete, I run this script (partial and it deletes the selected rows from the table. function DeleteRows(gridId, deleteColumnPosition) { var grid = igtbl_getGridById(gridId); var currentSettings = grid...
-
Is there a central repository of Javascript functions and knowledge for the UltraWebGrid?
-
Hi, How can i fire dblclick event that opens the appointment dialog on dayview control, i can get the element of timeslot in the dayview but need to fire dblclick so i can get the dialog with the specified starttime, any solution thanx charaka
|
|