|
Browse by Tags
All Tags » cell click ( RSS)
-
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
-
My dropdown does have the AllowUpdate set to yes and CellClickAction set to edit, but when I enter the cell/drop-down, the existing value disappears. That's not desired behavior. Perhaps I'm missing another setting???? What could it be?
-
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...
-
I want do postback if had changed some cell with checkbox and quantity of pages > 1. How I can do this from client side? What are an event handler on server (ActiveCellChange)? ---aspx < ClientSideEvents CellChangeHandler ="OnGridCustomerContactsCellClicked" ---js function OnGridCustomerContactsCellClicked...
-
How to expeand row and dispaly iframe by click on one of the row cell? Thanks Avi
-
Hi, I am new to infragistics. I am using UltraWebGrid. I have two functionalities to be implemented in the same grid. 1) On single click of any row, another UltraWebGrid is displayed. 2) On double click on any row, i should obtain the value of the hidden column, which is id of the row. and redirect to...
-
Hi, I have a grid in which the first column is of type checkbox and the next column is of type buttons. What I'm trying to do is enabling the buttons when and only when the checkbox for that row is checked. I am able to get the event for the checkbox update and check the value of it but I can't...
-
Hi! I have a cellButton in a webgrid. I have specified the row select to the cellClick event. If i click the cellButton, the row gets also selected. How can i avoid this! Thanks!
-
Hi! I have a problem. I assigned an edit template to the grid. When a row is selected, the template shows up. I also assigned the "row selection" to cellClick Event. So when i click a cell from the grid, the row gets selected, and the template shows up. I have a "Delete" button. The...
-
Ok, so I searched the forums and kb and haven't been able to find a good answer yet. I'm sure I just missed it so forgive me! :) I have a webgrid with a templated column using a checkbox as the control. I want to capture the click event. I've tried to consume the ItemCommand, SelectedCellsChange...
|
|