Infragistics Home

Infragistics Forums

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

Browse by Tags

All Tags » [ultrawebgrid] » clientside event (RSS)
  • Re: Tab Stops in Webgrid

    The DisplayLayout.ClientSideEvents.EditKeyDownHandler is not firing when the Column.Type of last cell is DropDownList or CheckBox. Here is the java script we used. function UltraWebGrid_EditKeyDownHandler(gridName, cellId, key) { //Get the cell being edited var cell = igtbl_getCellById(cellId); //Get...
    Posted to Forum by anwang168 on 09-12-2008
  • 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
  • Default row is populated

    Hi When i bind the data with the grid, a new empty row along with the binded data is being populated. If there is now data to be populated then also a default blank row is getting populated. I tried to set AllowNewDefault to NO, the i am not even able to add new row using javascript. My requirement is...
    Posted to Forum by anilkumar30 on 08-02-2008
  • Can Dropdownlist selected value be something other than index 0 upon user entering cell?

    UltraWebGrid v 6.2 and .Net 2.0 I have a dropdownlist that is created and filled in the codebehind. I also have the first line/index blank, which is also inserted in the codebehind. Currently, upon enter, it goes to index 0. This happened before and after I inserted the blank at the index 0. Prior to...
    Posted to Forum by danid12 on 07-28-2008
Page 1 of 1 (4 items)
Powered by Community Server (Commercial Edition), by Telligent Systems