|
Browse by Tags
All Tags » [ultrawebgrid] » activeCell ( RSS)
-
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( '.'...
-
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
-
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");
-
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...
Page 1 of 1 (4 items)
|
|