|
Browse by Tags
All Tags » Row Template ( RSS)
-
Hi, I have a webgrid in UpdatePanel I have a RowEditTemplate user control associated with it in UpdatePanel. I want to Asynchronously save the record to the database on click of "OK" on the RowEditTemplate. So I replaced the OK button with a new Server button control. "Save". On click...
-
I have an UltraWebGrid being dynamically populated using a DataTable. Within this grid I dynamically populate radiobuttonlists into the last three columns using the following code: VB.Net Code Protected Overrides Sub CreateChildControls() If Not IsPostBack Then Dim x, y As Int16 For x = 2 To uwgRubricInput...
-
Hi, I want to handle AfterRowActivateHandler event of Webgrid, using this how I can get value of perticular cell of selected row. Thanks,
-
Hi, I'm using Cascading DropDownLists in RowEditTemplate of UltraWebGrid. The "columnkey" attributes for both the dropdowns have been assigned with corresponding column names in the grid. At run-time, initially, the first dropdown has all the values pre-populated, but nothing selected....
-
Hi, I am using Infragistics 6.2. The UltraWebGrid is in a tab with master page. I have two Bands, both use RowEditTemplate. The template in the first band aligns perfectly, but the second one does not, it always aligns with the first row in the first band. So the more rows above the row edited, the more...
-
hi: Now, UltraWebGrid Row RowEditTemplate cells in the double-click will be there . How do I set up abolished, it only occurs when the click of a button? thanks.
-
Hi There I have a question with regard to being able to populate the Grid view dynamically using the DemandLoad event and being able to assign a RowEditTemplate to the new Bands added to the Grid. We are loading child records dynamically for parent rows in the WebGrid. The child rows are created within...
-
Hello, I have a WebGrid where data from a search result is shown, some parts of it are calculated from original database rows, which in turn means that each row in the Grid has at least 2 corresponding rows in the backend. For the users sake, i have enabled OutlookGroupBy to make summing up, sorting...
-
Hi There I am having an odd problem with the UltraWebGrid when using the RowEditTemplate functionality. When user attempts to edit the row in the grid (but clicking on the row selector), the row edit template is displayed. This works fine and the user can make changes to the row in the grid by using...
-
Hello, I have a slight problem using UltraWebGrid. I am using version 7.2 of the controls. I have a WebGrid on a page, columns defined on the datasource and i set the grid to only edit through the RowEditTemplate. I have made a custom control to display in that RowEditTemplate and propagate the values...
|
|