|
Browse by Tags
All Tags » paging ( RSS)
-
I have a embedded webform in a web application that is being used some other web project as a reference. In runtime, I add a embedded usercontrol in a updatepanel and this usercontrol also includes another embedded usercontrol which contains a webgrid. in browser when i click page number it redirects...
-
Hello. I'm using paging using the following configuration: AllowPaging=true AllowCustomPaging=false StyleMode = Numeric I'm generating the Pager.Pattern using my own logic. My method is using UltraWebGrid1.DisplayLayout.Pager.CurrentPageIndex and UltraWebGrid1.DisplayLayout.Pager.PageCount as...
-
When you call Export() in anything but ExportMode .Custom , it terminates the text/html MIME type response being prepared by the Page and instead begins the binary application/ms-excel MIME type download of .XLS data to the client (in a custom export, you are responsible for doing with the binary stream...
-
Please disregard the previous post. I found the solution here: http://forums.infragistics.com/forums/p/1576/13006.aspx Thanks.
-
Hi, I am facing a problem with the Grid Pager. I have the following settings on the grid: AllowCustomPaging = False AllowPaging = True NextText = >> PageSize = 10 Pattern = Page: [page:first:First] | [prev] | [default] | [next] | [page:last:Last] PrevText = << QuickPages = 2 StyleMode...
-
We need to display the data in a tree. Any level of the tree can contain a lot of items, say 60000. In brief we want to use Load-On-Demand feature available in the WebGrid. The WebGrid must be hierarchical and we want Load-On-Demand to work on any level of the hierarchy. In other words A user should...
-
Hi, I'm hoping to use the 8.1 release of the UltraWebGrid along with LINQ to SQL to access data but i'm finding the performance is really bad. I have 11,900 records in a view which when querying normally via other tools (including VS 2008) works fine. I noticed when I switched on SQL Profiler...
-
We are facing an issue with Print preview of a web page when UltraWebGrid is placed within a UltraWebTab control. If the record count in the Grid is more than a page (e.g 100 rows) then if we select the print preview option in Internet Explorer, the page count in the preview keeps increasing. I waited...
-
My code is set up to do paging at the DataSource level. Up until now I was using the Microsoft GridView. It supports normal DataSource paging. DataSource paging is very simple. The grid asks for a page of data from the DataSource and then the DataSource calls the relevant method with the number of records...
-
I want to do something very simple. I want to be able to group all my data as opposed to one page of my data using OutlookGroupBy. My grid correctly display 800 pages and correctly groups data up, but the data is grouped only for one page at a time. This functionality is useless unless the grouping can...
|
|