Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » javascript (RSS)
  • UltraWebGrid and doPostBack

    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...
    Posted to Forum by Commsoft on 09-03-2008
  • Can get the value of the seleceted UltraWebTree's node with javascript?

    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!
    Posted to Forum by tianshuo on 09-03-2008
  • Filter UltraWebgrid client-side with no AJAX or Postback

    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...
    Posted to Forum by tolchinj on 08-31-2008
  • Re: WebMaskEdit

    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...
    Posted to Forum by danid12 on 08-08-2008
  • Things happening in a tree -after- a WARP RefreshComplete.

    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...
    Posted to Forum by emb5k on 08-06-2008
  • Re: Invalid Date

    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.
    Posted to Forum by danid12 on 08-01-2008
  • Switch between WebMaskEdit and WebTextEdit for Postal Codes during runtime

    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...
    Posted to Forum by danid12 on 07-26-2008
  • WebGrid Client Side Add Row

    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...
    Posted to Forum by ziebelje on 07-25-2008
  • Ultrawebgrid Javascript resource

    Is there a central repository of Javascript functions and knowledge for the UltraWebGrid?
    Posted to Forum by eyetie on 07-23-2008
  • How to Fire DayView Timeslot dblclick on clientside

    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
    Posted to Forum by charaka on 07-23-2008
Page 1 of 4 (38 items) 1 2 3 4 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems