|
Browse by Tags
All Tags » postback ( RSS)
-
Hi, I am using the UltraWebGrid inside an UpdatePanel on my page and I am getting numerous Javascript errors after I call the __doPostBack function from a client-side event handler. The grid works fine beforehand, but after the function is called many client-side events (mouse movements and clicks on...
-
I just learned that ignav:item's cannot have a "ID" property (why?). In the provided online samples I saw you used a switch case with e.Item.Text - this is not an option in our application (it is localized and so I don't know the current text to switch). We also cannot use the index...
-
Hi, I have a Web grid bound to a business collection (Csla, for those that know of it). I have DataKeyField set, and the property specified is a System.Guid. I have an event wired OnUpdateRow, and it fires fine, but e.Row.DataKey is always null. Shouldn't it be the Guid value? Also, the grid doesn't...
-
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...
-
Thank you! Though your hint i found another how to that matches the problem.. It checks if a menu entry has a child and aborts the postback if a child has been found. http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=8625 function itemClickHandler(menuID, itemID) { var item...
-
Hi, i tried nearly everything but i dont find the way how to avoid postbacks on a click on unlinked menu items or parent items. I will describe it on an example to make it clear. Look at this menustrukture: Options Option1... Option2.. More > Another Submenu If the user press "Options" or...
-
You need to modify BeforeRowDeleted that way: function BeforeRowDeleted(oNavBar, oButton, oEvent) { oEvent.cancel = !confirm( 'delete?' ); } Best, Nick
-
Hello I am programming in C#, vis studio 2003 using UltraGrid V6.2 I would like to have an image button in a particular cell on some rows and not others. I found and am trying to implement code found at kb article KB04876 , sample webgrid_advanced_dynamic_column_templates_2005v1_cs.zip Creating the button...
-
Hi, I have an UltraWebGrid inside a WebAsyncRefreshPanel (WARP) and works just fine when I made sorts, etc. making NO full postbacks. But I want to make the page make a full postback well I click a cell of the Grid. I tried with the triggerPostBackIDs of the WARP and works when I click the cell, but...
|
|