Browse By Tags

  • Ultra web grid paging at client side

    Hi,

    I want to use the paging feature of asp.net ultra web grid.But I don't find any client side paging.When I use paging on grid for each new page click it makes server event/ajax event.Which is very expensive in my application.Can you tell me do I have…

  • Set page index to start of the page when grid data has changed

     

    Version: Ultrawebgrid11.1

    I have a grid whose DataSource is set in IntializeDataSource. I also have multiple dropdowns on the page based on I fetch data from database and set the datasource.

    Paging and other grid properties are initialized inside…

  • ultrawebgrid paging using LoadOnDemand as XML

    Hi Team,

     

    I have an ultrawebgrid with the paging enabled in it. As the data to be displayed is around 10K rows, pagination is carried out by setting the LoadOnDemand="XML" property.

     

    The issue I'm facing is when I navigate through the…

  • Dynamically Created TemplatedColumn and Paging

    I'm using an Ultrawebgrid and dynamically creating columns at runtime (in the code behind).  Most of the columns are just UltraGridColumns, but a couple of them are TemplatedColumns.  The cells contain arrays of objects that are iterated within the…

  • WebExcelExporter doesn't export correcly WebDataGrid with Paging enabled

    I'm trying to export WebDataGird to Excel using the WebExcelExporter, the grid has  paging enabled.

    When I open the Excel file the first 500(page size) records from the datasource appear twice, but the last 500 from the same datasource are missing (the…

  • Pagination & Fixed columns

    Hi,

    I am using Net Advantage for ASP.NET version 2009 V1.  I need to give the pagination for UltraWebGrid which has 4 to 5 fixed columns.  After enabling pagination, fixed columns are not displayed, when i nagivate thru the pages after first page. Could…

  • Problem with DropDownProvider paging

    Hello, I have the following problem, I have a datagrid with a dropdown wich is populated by a large number of rows. For these reasons, i want to do some paging on my dropdown. I use the folowiing code :

     

    <ig:WebDataGrid ID="wdgCostCenterList" runat…

  • UltraWebGrid retain grid state after postback

    Hi,

    I am using UltraWebGrid . Binding it through OnInitializeDataSource event handler to use ajax. it contains hierarchical data. when I expand one of hierarchy it post backs and gets a new rows from database.

    what I want is to retain the state of grid…

  • Why the performance of UltraWebGrid is so slow? Can anyone help me about the issue?

    Hi,

      Currently I use the Infragistics.WebUI.UltraWebGrid in my web application. I develop my application in VS 2008 and .net Framework 2.0.50727. I used the ultrawebgrid and bind it to sqlDataSource. I also set allow paging for ultrawebgrid. When I…

  • Paging no longer working

    I have a page with a grid, and paging is enabled.  When clicking on any of the paging controls for the grid it makes the call back to the server (the wait circle comes up and goes away)  but doesn't change the page.  This has been working for years, and…

  • Ultragridview on a Search Page

    Hi ,

    I am trying to use ultrawebgrid on a search page with different textbox and different butons. I plan to call different stored procedure for different buttons to bind the grid.

    If i am binding the data on Button click event i am not able to have…

  • Quickpages with static number of pages?

    QuickPages style of UltraWebGrid pager offer a good navigation when there are too many pages to display at once. But number of displayed links is inconsistent, since you specify how many pages to display ahead and behind of current one. So for example…

  • Paging, sorting and databinding

    Hey guys,

         Using an ultrawebgrid. No ajax or master pages, etc. The grid is set up to allow paging.

    Scenario - we have a panel with a menu of image buttons.  Each button allows the user to see a different set of data, so the page is being told what mode…

  • Child Band AddNewRow problem on Hierarchial UltraWebGrid

    I have a hierarchical ultrawebgrid with AddNewRow visible for both the parent band and child band and AllowPaging ="True"

    When you page away from page 1, the AddNewRow for the child bands stop working: you cannot select or edit any cells in the…

  • Custom Paging Clearing Previous Values

    We've implemented custom alpha paging (ie A, B...Z) on a WebCombo control that's been placed inside of a Webgrid column.    However, there is an issue with the following workflow:

    1) User adds a new row and for the webcombo cell chooses a value…

  • UltraWebGrid - UpdateRow / UpdateRowBatch and Paging

    Hi,

    I'm using the UltraWebGrid, using LoadOnDemand="Xml" for async postbacks.  I have a datatable I keep in the codebehind that I populate when the user requests the grid be filled.  When generating the table, I add a boolean column directly…

  • Summary with Paging

    I have a paged grid and I want grand totals to appear in the footer.  That is to say that the footer on each page should display the summarized values for all the data in the entire grid.  This post seemed to suggest that using a WebCalcManager will get…

  • CheckBox lost state with WebGrid paging

    Hi

     I am using infragistics 2008 ultrawebGrid in my page and i in one of the pages i want to add a checkbox column to the grid. Ok, ths was fine, the problem its when y use paging and i want the user to check any rows he want; when he want to change the…

  • How to make Item Template

    Dear All,

    I am a new user of Infraistics. Now I am using an ultragird control for data populating. The problem I am facing is that I would like to do

    <ItemTemplate>
      <asp:HyperLink ID="HyperLink1" runat="server" Text='<%#Eval("PatientID")%>'…

  • Best Practices: UltraGrid Paging, Sorting, AJAX, WebParts & Connections & SharePoint

    Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 …

  • Improving the grid performance ( for larger set of data i,e 40,000 - 50,000 data)

    Improving the grid performance with all the other functionalities being unaffected (filtering, paging)

    In the application where we need to bind the huge no of data (30,000 to 40,000) to the infragistic ultrawebgrid, applications performance will be lost…

  • Grouping and Paging does not work when placing the UltraWebGrid in an UpdatePanel

    Hello,

    we are using an UltraWebGrid (8.3) inside an UpdatePanel (ASP.NET 2.0, AJAX 1.0) and we are facing problems when trying to use paging and/or OutlookGroupBy:

    When selecting the second page, the grid does a partial PostBack. After that the grid…

  • Client side event for grid page index change

    Hi,

     Did we have any client side event which occurs when a grid page index changes? I am using Ver 7.3.

    Thanks,

  • Network Load Balancer and Paging in WebGrid

    Hi,

     

    We are developing a web portal that will be deployed in Web Farm. I would like to know if there will be any issues with paging in WebGrid in a web farm scenario, as for a given user session different requests can be served by different web servers…

  • Exporting a Grid that uses Paging - What Did I Miss?

    I found a workaround for this problem Here, but I'm wondering how I missed this problem in the documentation. Here's the problem. A simple grid with paging turned on and more than one page of data in it. When Export is executed, only the visible page…