|
Browse by Tags
All Tags » [postback] ( RSS)
-
I'm built a dinamyc grid, i set the bacbkcolor and align text in a code behind but after the post back the cell lost this propreties. example: UltraGridColumn colum = new Infragistics.WebUI.UltraWebGrid. UltraGridColumn ( true ); colum.CellStyle.HorizontalAlign = HorizontalAlign .Right; ...........
-
Thank u for the reply, but the problem cant be that. The browser find the image "carrello.gif" but the problem is that the image is show inside the grid only after one refresh of the asyncrefreshpanel and not on the initial loading of the page. I tried the ur 2 solutions but not not work both...
-
I have a webgrid (8.2 CLR 3.5) in an update panel which is bound from the server side to a combination of data values and a generated column. The generated column is a checkbox type. When the user clicks on the checkbox, I expected the UpdateCell or Update Row event to be fired on the server side when...
-
Hi I am using ultrawebgrid with unbound & multiheader columns to populate data. Data is getting populated correctly . But when the page is postbacked grid is refreshed without maintainng its state even though I am maintaining state while creating columns an headers. Second issue is some multiheader...
-
I am new using UltraWebGrid control. I am using UltraWebGrid control in ASPX page with master page in a Web application project. I set control AllowSortingDefault ="OnClient" HeaderClickActionDefault ="SortSingle". When click on the column header, the client side sorting is performed...
-
I am using UltraWebGrid 2007 version 3. The View Type is set to Hierarchical in the design mode and I have designed my Bands at Design time. The data source can be either flat or hierarchical . When I bind a Flat data, teh Grid displays it. But when I bind the Grid again with Hierarchical data after...
-
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...
-
Oops..I placed in the wrong Discussion group. Hi, I am trying to filter a webgrid based on another webgrid's selection. When the page is first loaded my toBeFilteredGrid shows all rows and my selectionGrid defaults to one of the rows (selected). When I click on another row, the SelectedRowChanged...
-
I am running V2008 R1and have been developing and ASP.NET app. Suddenly, yesterday, a webgrid that I use for users to select an item to view or edit via the ActiveRowChange event, quit firing that event. Now, all that happens is a post back. What the heck happened?!
-
I have an imagebutton in a templated column on a WebGrid that is inside of a WebDialogWindow. When I clikc on the button the page is posting back but the ItemCommand Action is never being fired. I have also tried to give the button itself a OnClick event, but the same happens. The page posts back, but...
|
|