Infragistics Home

Infragistics Forums

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

Browse by Tags

All Tags » [ultrawebgrid] » activeCell (RSS)
  • Re: How to set Focus on Grid Cell?

    Hello, Please use the following code, I had the same issue But the following code works for me, Example to check the entered cell value is a whole number var curCell = igtbl_getCellById(itemName); var curCellValue = curCell.Element.innerText; if (isNaN(curCellValue) || curCellValue.indexOf( '.'...
    Posted to Forum by Chaitanya on 11-12-2008
  • Get edited item in ultragrid cell

    Hi I am using a UltraWebGrid, in which I want to get value of UltraGridCell only if its value is edited. How can I check at server side if value of UltraGrid cell is edited or not ? Please help me
    Posted to Forum by diptikogekar on 10-24-2008
  • WebGrid_Microsoft JScript runtime error: Object expected

    The source code complies and executes except for the grid manipulations.The plan list grid does not allow to be edited. The row cannot be selected It throws a javascript error. error throws at this function. var ogrdPlanProviders=igtbl_initGrid("grdPlanProviders");
    Posted to Forum by gnanavel on 07-02-2008
  • Sorting Columns and Row Index

    Hi. After sorting a column by clicking on the header, the row index property isn't updated to reflect the new order. I have an ultra grid with a user name column and a textbox where the user may type in a username to search for. On the ultragrid.InitializeRow method i match the value of the row with...
    Posted to Forum by joelovescoffee on 06-03-2008
Page 1 of 1 (4 items)
Powered by Community Server (Commercial Edition), by Telligent Systems