Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » postback (RSS)
  • UltraWebGrid and doPostBack

    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...
    Posted to Forum by Commsoft on 09-03-2008
  • Best way to code the server side menu click event?

    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...
    Posted to Forum by TorstenRendelmann on 08-22-2008
  • UltraGridRow.DataKey is null?

    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...
    Posted to Forum by ajj3085 on 08-20-2008
  • Child Bands become null when changing from Flat to Hierarchical data in a Hierarchical Grid

    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...
    Posted to Forum by venkateshh on 07-14-2008
  • WebGrid - stop or do postback from client

    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...
    Posted to Forum by dpworker on 07-14-2008
  • Re: Disable postback for unlinked menu items?

    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...
    Posted to Forum by dixus on 07-09-2008
  • Disable postback for unlinked menu items?

    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...
    Posted to Forum by dixus on 07-09-2008
  • Re: Confirm Deletion via WebNavBar

    You need to modify BeforeRowDeleted that way: function BeforeRowDeleted(oNavBar, oButton, oEvent) { oEvent.cancel = !confirm( 'delete?' ); } Best, Nick
    Posted to Forum by nikola82 on 05-12-2008
  • templated button not posting back

    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...
    Posted to Forum by jeff_webb on 03-25-2008
  • UltraWebGrid WebAsyncRefreshPanel Cell Click Postback

    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...
    Posted to Forum by nombre on 03-14-2008
Page 1 of 2 (16 items) 1 2 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems